don't use wireguard for pg connection
This commit is contained in:
parent
03915f6555
commit
012c59afde
3 changed files with 1 additions and 2 deletions
terraform/dns
|
@ -1,7 +1,6 @@
|
|||
terraform {
|
||||
backend "pg" {
|
||||
schema_name = "hermes_dns"
|
||||
conn_str = "postgres://terraform@10.42.0.1/terraform_state"
|
||||
}
|
||||
|
||||
required_providers {
|
||||
|
|
Reference in a new issue