mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-07-30 00:08:44 +02:00
fix: Remove provider from required providers (#1357)
This commit is contained in:
@@ -4,7 +4,6 @@ terraform {
|
||||
required_providers {
|
||||
aws = ">= 3.22.0"
|
||||
local = ">= 1.4"
|
||||
null = ">= 2.1"
|
||||
random = ">= 2.1"
|
||||
kubernetes = "~> 1.11"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user