don't use wireguard for pg connection

This commit is contained in:
Pim Kunis 2023-06-30 15:34:18 +02:00
parent 03915f6555
commit 012c59afde
3 changed files with 1 additions and 2 deletions
terraform/dns

View file

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