Skip to content

Commit

Permalink
Remove obsolete required providers
Browse files Browse the repository at this point in the history
  • Loading branch information
pst committed Apr 30, 2022
1 parent d2bf2d1 commit 5b6f264
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 18 deletions.
6 changes: 0 additions & 6 deletions aws/_modules/eks/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,6 @@ terraform {
version = ">= 3.26.0"
}

external = {
# https://registry.terraform.io/providers/hashicorp/external/latest
source = "hashicorp/external"
version = ">= 2.0.0"
}

kubernetes = {
# https://registry.terraform.io/providers/hashicorp/kubernetes/latest
source = "hashicorp/kubernetes"
Expand Down
12 changes: 0 additions & 12 deletions azurerm/_modules/aks/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,6 @@ terraform {
source = "hashicorp/azuread"
version = ">= 1.3.0"
}

external = {
# https://registry.terraform.io/providers/hashicorp/external/latest
source = "hashicorp/external"
version = ">= 2.0.0"
}

random = {
# https://registry.terraform.io/providers/hashicorp/random/latest
source = "hashicorp/random"
version = ">= 3.0.1"
}
}

required_version = ">= 0.13"
Expand Down

0 comments on commit 5b6f264

Please sign in to comment.