Create Gitaly HA PostgreSQL instance with Terraform
This automates some of the work of setting up a PostgreSQL instance for the Gitaly HA demos.
- create PostgreSQL 9.6 instance in the same region as the other nodes
- open PostgreSQL firewall so that the
praefectnode can reach it - create
praefectuser on the PostgreSQL instance - create
praefect_productiondatabase on the PostgreSQL instance
Edited by GitLab Release Tools Bot