remove wireguard endpoint

allow postgresql from everywhere with password
terraform state without wireguard
This commit is contained in:
Pim Kunis 2023-06-30 15:55:16 +02:00
parent c9ebc76428
commit 596c0e98c3
6 changed files with 20 additions and 53 deletions

View file

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