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
1
terraform/README.md
Normal file
1
terraform/README.md
Normal file
|
@ -0,0 +1 @@
|
||||||
|
terraform init -backend-config=$HOME/.common.pg.tfbackend
|
|
@ -1,7 +1,6 @@
|
||||||
terraform {
|
terraform {
|
||||||
backend "pg" {
|
backend "pg" {
|
||||||
schema_name = "hermes_dns"
|
schema_name = "hermes_dns"
|
||||||
conn_str = "postgres://terraform@10.42.0.1/terraform_state"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
required_providers {
|
required_providers {
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
terraform {
|
terraform {
|
||||||
backend "pg" {
|
backend "pg" {
|
||||||
schema_name = "dmz_dns"
|
schema_name = "dmz_dns"
|
||||||
conn_str = "postgres://terraform@10.42.0.1/terraform_state"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
required_providers {
|
required_providers {
|
||||||
|
|
Reference in a new issue