Skip to content

Commit 764ae14

Browse files
Update AWS provider version (#103)
* update provider version * change condition * Update provider.tf Co-authored-by: Mohsen Sadeghzade <[email protected]> --------- Co-authored-by: Mohsen Sadeghzade <[email protected]>
1 parent e2037fe commit 764ae14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

provider.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"
5+
version = ">= 4"
66
configuration_aliases = [aws.this, aws.peer]
77
}
88
}

0 commit comments

Comments
 (0)