mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-03-26 03:11:06 +01:00
fix: Updated required version of AWS provider to 3.56.0 (#1571)
This commit is contained in:
@@ -2,7 +2,7 @@ terraform {
|
||||
required_version = ">= 0.13.1"
|
||||
|
||||
required_providers {
|
||||
aws = ">= 3.44.0"
|
||||
aws = ">= 3.56.0"
|
||||
local = ">= 1.4"
|
||||
kubernetes = ">= 1.11.1"
|
||||
http = {
|
||||
|
||||
Reference in New Issue
Block a user