We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e1c897 commit 7856f79Copy full SHA for 7856f79
infra/modules/bedrock-data-automation/providers.tf
@@ -2,7 +2,7 @@ terraform {
2
required_providers {
3
awscc = {
4
source = "hashicorp/awscc"
5
- version >= "1.63.0"
+ version = ">= 1.63.0"
6
}
7
8
0 commit comments