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

1
terraform/README.md Normal file
View file

@ -0,0 +1 @@
terraform init -backend-config=$HOME/.common.pg.tfbackend

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 {

View file

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