Skip to content

Commit

Permalink
Merge pull request #18 from rajhansh1994/feature/tfupgrade
Browse files Browse the repository at this point in the history
updated to tf 13'
  • Loading branch information
vchinnakotla authored Nov 18, 2020
2 parents fb362b4 + 2cfea5c commit 9f136c3
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 9f136c3

Please sign in to comment.