Skip to content

Commit

Permalink
Evaluate the repository with terraform0.13upgrade binary
Browse files Browse the repository at this point in the history
In our vision to upgrade Terraform to 0.13, we will need to run this binary over any Terraform files in our repository.
  • Loading branch information
jasonBirchall committed Feb 22, 2021
1 parent 60ef97c commit 68035b1
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion versions.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@

terraform {
required_version = ">= 0.12.17"
required_version = ">= 0.13"
required_providers {
aws = {
source = "hashicorp/aws"
}
random = {
source = "hashicorp/random"
}
}
}

0 comments on commit 68035b1

Please sign in to comment.