fix: Updated required version of AWS provider to 3.56.0 (#1571)

This commit is contained in:
Anton Babenko
2021-09-04 10:46:48 +02:00
committed by GitHub
parent ff0360fd60
commit 40e47a4020
5 changed files with 7 additions and 7 deletions

View File

@@ -2,7 +2,7 @@ terraform {
required_version = ">= 0.13.1"
required_providers {
aws = ">= 3.22.0"
aws = ">= 3.56.0"
local = ">= 1.4"
random = ">= 2.1"
kubernetes = "~> 1.11"