Skip to content

Commit

Permalink
Avoid breaking permissions by accidental provider upgrade (#40)
Browse files Browse the repository at this point in the history
* Add stop sign for avoiding breaking permissions by accidental provider upgrade
  • Loading branch information
larstobi authored Dec 11, 2020
1 parent 83d959d commit 2384e38
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_providers {
aws = {
version = ">= 2.0.0, < 3.0.0"
}
}
}

0 comments on commit 2384e38

Please sign in to comment.