Skip to content

Commit 47bff30

Browse files
committed
fix: Bump AWS provider version to add Warm Pool support (terraform-aws-modules#1340)
1 parent 78934af commit 47bff30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

versions.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ terraform {
22
required_version = ">= 0.13.1"
33

44
required_providers {
5-
aws = ">= 3.35.0"
5+
aws = ">= 3.37.0"
66
local = ">= 1.4"
77
null = ">= 2.1"
88
template = ">= 2.1"

0 commit comments

Comments
 (0)