Hacker News new | ask | show | jobs
by e12e 1100 days ago
We're building our new infrastructure with Terraform - and experimenting with postgresql for state. So far so good, but we have only a handful of resources.

Bit of a catch-22 to setup managed postgres for state, tailscale network with a vm as exit-node (to access postgres via VPN/lan - not Internet) - via Terraform - and then switch state from local (initial setup) to postgres.

But nice to be able to eg: interact with a different provider for DNS, supplying IPs from other resources.