don't use wireguard from postgresql connection

This commit is contained in:
Pim Kunis 2023-06-30 16:02:02 +02:00
parent c97dff4303
commit 65f095f7bc

View file

@ -1,7 +1,6 @@
terraform { terraform {
backend "pg" { backend "pg" {
schema_name = "concourse" schema_name = "concourse"
conn_str = "postgres://terraform@10.42.0.1/terraform_state"
} }
required_providers { required_providers {