Skip to content

Commit

Permalink
Updating to Terraform 0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
jnonino committed Sep 4, 2020
1 parent fa85336 commit bd9b224
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,4 +1,9 @@

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

0 comments on commit bd9b224

Please sign in to comment.