remove wireguard endpoint
allow postgresql from everywhere with password terraform state without wireguard
This commit is contained in:
parent
c9ebc76428
commit
596c0e98c3
6 changed files with 20 additions and 53 deletions
|
@ -1,7 +1,6 @@
|
|||
terraform {
|
||||
backend "pg" {
|
||||
schema_name = "bootstrap"
|
||||
conn_str = "postgres://terraform@10.42.0.1/terraform_state"
|
||||
}
|
||||
|
||||
required_providers {
|
||||
|
|
Reference in a new issue