mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-03-12 05:21:33 +01:00
fix: Remove provider from required providers (#1357)
This commit is contained in:
committed by
GitHub
parent
f7d09a2901
commit
5cbbe80302
@@ -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