Skip to content

Commit

Permalink
Merge pull request #17 from quixoticmonk/patch-1
Browse files Browse the repository at this point in the history
fix: update awscc provider constraint to support post GA versions
  • Loading branch information
tbulding authored Jul 10, 2024
2 parents 2eaa483 + 7fa4b66 commit 570bb71
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 570bb71

Please sign in to comment.