Skip to content

Commit

Permalink
Merge pull request #4 from hazelops/terraform-v.013
Browse files Browse the repository at this point in the history
Update versions.tf for TF v0.13
  • Loading branch information
igorkotof authored Oct 6, 2020
2 parents 795d1e9 + 68b7c71 commit add9360
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion versions.tf
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
terraform {
required_version = "~> 0.12.0"
required_providers {
aws = {
source = "hashicorp/aws"
}
}
required_version = ">= 0.12"
}

0 comments on commit add9360

Please sign in to comment.