Skip to content

Commit

Permalink
updated versions.tf with compatible aws provider
Browse files Browse the repository at this point in the history
  • Loading branch information
bambash committed Oct 7, 2019
1 parent 609343f commit b7dd2fb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions versions.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@

terraform {
required_version = ">= 0.12"
required_providers {
aws = ">=2.30.0"
}
}

0 comments on commit b7dd2fb

Please sign in to comment.