Skip to content

Commit

Permalink
Merge pull request #9 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 c71db05 + 415854e commit 55ec1f4
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion versions.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@

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

0 comments on commit 55ec1f4

Please sign in to comment.