Skip to content

Commit d34fc80

Browse files
committed
relax aws provider requirement further
1 parent e11869b commit d34fc80

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
@@ -3,7 +3,7 @@ terraform {
33
required_version = ">= 0.12.19"
44

55
required_providers {
6-
aws = "~> 2.69"
6+
aws = ">= 2.69"
77
random = ">= 2.2.0"
88
}
99
}

0 commit comments

Comments
 (0)