don't use wireguard for terraform state

This commit is contained in:
Pim Kunis 2023-06-30 16:04:18 +02:00
parent 9c197cec54
commit 5d2697be83

View file

@ -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 {