don't use wireguard for terraform state
This commit is contained in:
parent
9c197cec54
commit
5d2697be83
1 changed files with 0 additions and 1 deletions
|
@ -1,7 +1,6 @@
|
||||||
terraform {
|
terraform {
|
||||||
backend "pg" {
|
backend "pg" {
|
||||||
schema_name = "thecloud"
|
schema_name = "thecloud"
|
||||||
conn_str = "postgres://terraform@10.42.0.1/terraform_state"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
required_providers {
|
required_providers {
|
||||||
|
|
Reference in a new issue