From 5b6f2642eaa47320674a2be9ec28bda68543c232 Mon Sep 17 00:00:00 2001 From: Philipp Strube Date: Sat, 30 Apr 2022 14:18:45 +0200 Subject: [PATCH] Remove obsolete required providers --- aws/_modules/eks/versions.tf | 6 ------ azurerm/_modules/aks/versions.tf | 12 ------------ 2 files changed, 18 deletions(-) diff --git a/aws/_modules/eks/versions.tf b/aws/_modules/eks/versions.tf index d8ec1674..f0279bf5 100644 --- a/aws/_modules/eks/versions.tf +++ b/aws/_modules/eks/versions.tf @@ -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" diff --git a/azurerm/_modules/aks/versions.tf b/azurerm/_modules/aks/versions.tf index 61dff3ea..e65d126a 100644 --- a/azurerm/_modules/aks/versions.tf +++ b/azurerm/_modules/aks/versions.tf @@ -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"