Skip to content

Commit e35638c

Browse files
committed
fix provider version constraint to allow newer providers
1 parent 5e62f0b commit e35638c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ terraform {
22
required_version = ">= 0.12.2"
33

44
required_providers {
5-
aws = "~> 2.44"
5+
aws = ">= 2.44"
66
}
77
}

0 commit comments

Comments
 (0)