author | Nemo <commits@captnemo.in> | 2024-02-20 23:46:15.0 +05:30:00 |
---|---|---|
committer | Nemo <commits@captnemo.in> | 2024-02-20 23:46:15.0 +05:30:00 |
commit | 6aa694aca7f39e86621629abc5ac3a891f5aaefa [patch] |
|
tree | 19eeaf408b9fda78c922262333bf2f14d7907a62 |
|
parent | 6fa44d7b16bd636c4b846d53c0f27e4544647e3f |
|
download | 6aa694aca7f39e86621629abc5ac3a891f5aaefa.tar.gz |
postgres should come up without openvpn
Diff
db/postgres.tf | 8 -------- 1 file changed, 8 deletions(-) diff --git a/db/postgres.tf b/db/postgres.tf index 807ccc1..f482084 100644 --- a/db/postgres.tf +++ a/db/postgres.tf @@ -23,14 +23,6 @@ ip = var.ips["eth0"] } // This is a not-so-great idea // TODO: Figure out a better way to make terraform SSH and then connect to localhost ports { internal = 5432 external = 5432 ip = var.ips["tun0"] } memory = 2048 memory_swap = 2048 restart = "unless-stopped"