Skip to content

Commit

Permalink
fix: update awscc provider constraint to support post GA versions
Browse files Browse the repository at this point in the history
  • Loading branch information
quixoticmonk authored Jul 10, 2024
1 parent 2eaa483 commit 7fa4b66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
awscc = {
source = "hashicorp/awscc"
version = "~> 0.9"
version = ">= 1.0"
}
aws = {
source = "hashicorp/aws"
Expand Down

0 comments on commit 7fa4b66

Please sign in to comment.