Skip to content

Commit

Permalink
Update petstore.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
DustinAlandzes authored Oct 19, 2021
1 parent 6372a2c commit c5f8c7a
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 c5f8c7a

Please sign in to comment.