Skip to content

Commit c5f8526

Browse files
authored
Merge pull request #12 from rhythmictech/fix_provider_version
fix provider version constraint to allow newer providers
2 parents 5e62f0b + e35638c commit c5f8526

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: versions.tf

+1-1
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)