Skip to content

Commit

Permalink
Merge pull request #29 from QuiNovas/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
vchinnakotla authored Nov 18, 2020
2 parents a06c294 + e05b71f commit ab4b0f3
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions versions.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@

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

0 comments on commit ab4b0f3

Please sign in to comment.