Skip to content

Commit

Permalink
Merge pull request #496 from hazelops/update-provider-in-ecs-apps-mon…
Browse files Browse the repository at this point in the history
…orepo

Update provider in ecs-apps-monorepo
  • Loading branch information
kobrikx authored Oct 12, 2022
2 parents 704f429 + 1db81ac commit 63431cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/ecs-apps-monorepo/.ize/env/testnut/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 3.0"
version = ">= 3.0"
}
}
required_version = ">= 0.13"
Expand Down

0 comments on commit 63431cf

Please sign in to comment.