Skip to content

Commit 3393512

Browse files
committed
Allow later provider versions. This module works with v5+
1 parent 20d2323 commit 3393512

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ terraform {
22
required_providers {
33
aws = {
44
source = "hashicorp/aws"
5-
version = "4.67.0"
5+
version = ">=4.67.0"
66
}
77
}
88
}

0 commit comments

Comments
 (0)