fix: Bump AWS provider version to add Warm Pool support (#1340)

This commit is contained in:
Thierno IB. BARRY
2021-05-06 13:09:31 +02:00
committed by GitHub
parent 5db15e3d6d
commit 781f673295

View File

@@ -2,7 +2,7 @@ terraform {
required_version = ">= 0.13.1"
required_providers {
aws = ">= 3.35.0"
aws = ">= 3.37.0"
local = ">= 1.4"
null = ">= 2.1"
template = ">= 2.1"