fix(main): define required tf version
This commit is contained in:
parent
c9cbfc7979
commit
2d7c2a7b6e
1 changed files with 1 additions and 0 deletions
1
main.tf
1
main.tf
|
@ -1,4 +1,5 @@
|
|||
terraform {
|
||||
required_version = ">= 1.2.0, < 2.0.0"
|
||||
backend "pg" {}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue