Terraform obtain IP of azure postgres flexible server
I have a Postgres flexible server deployed using private networking:
How to Handle Point-in-Time Restore with Azure PostgreSQL and Terraform?
I’m using an Azure PostgreSQL database and need to perform a point-in-time restore (PITR) as part of a disaster recovery drill. I can successfully restore the database to a new server and update my application to point to this new server.