Use postgres as terraform state store
This commit is contained in:
parent
568b1b5e57
commit
c4e14861f7
1 changed files with 4 additions and 0 deletions
4
main.tf
4
main.tf
|
@ -1,3 +1,7 @@
|
|||
terraform {
|
||||
backend "pg" {}
|
||||
}
|
||||
|
||||
module "dummy" {
|
||||
source = "./modules/dummy"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue