Skip to content

Commit

Permalink
Loosen Terraform version restriction (#199)
Browse files Browse the repository at this point in the history
Signed-off-by: Jeff McCoy <code@jeffm.us>
  • Loading branch information
RothAndrew authored and jeff-mccoy committed Dec 10, 2021
1 parent 9f9dada commit 8d3d6e4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/tf/public-ec2-instance/main.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
terraform {
required_version = "1.0.11"
# Follow best practice for root module version constraing
# See https://www.terraform.io/docs/language/expressions/version-constraints.html
required_version = "~> 1.1.0"
}

locals {
Expand Down

0 comments on commit 8d3d6e4

Please sign in to comment.