We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2037fe commit 764ae14Copy full SHA for 764ae14
provider.tf
@@ -2,7 +2,7 @@ terraform {
2
required_providers {
3
aws = {
4
source = "hashicorp/aws"
5
- version = "~> 4"
+ version = ">= 4"
6
configuration_aliases = [aws.this, aws.peer]
7
}
8
0 commit comments