Skip to content

Commit

Permalink
Merge pull request terraform-in-action#31 from DustinAlandzes/patch-8
Browse files Browse the repository at this point in the history
Update petstore.tf in listing 11.13 to allow versions of terraform higher than 0.1x
  • Loading branch information
scottwinkler authored Oct 20, 2021
2 parents 5510282 + c5f8c7a commit 458cde2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chapter11/listing11.13/petstore.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
terraform {
required_version = "~> 0.14"
required_version = "> 0.14"
required_providers {
aws = "~> 3.22"
random = "~> 3.0"
Expand Down

0 comments on commit 458cde2

Please sign in to comment.