Skip to content

Commit

Permalink
Pin Terraform to ~> 0.12.6
Browse files Browse the repository at this point in the history
This pinning will include support of `for_each` while avoiding prematurely including 0.13.
  • Loading branch information
Aaron Lane authored Nov 14, 2019
1 parent ebff789 commit 9a44ca8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform-google-{{cookiecutter.module_name}}/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
*/

terraform {
required_version = ">= 0.12"
required_version = "~> 0.12.6"
}

0 comments on commit 9a44ca8

Please sign in to comment.