Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPavlo Strokov <pstrokov@gitlab.com>2020-07-30 13:45:51 +0300
committerPavlo Strokov <pstrokov@gitlab.com>2020-07-30 13:45:51 +0300
commit0024c38881587936937d8c59657ccd634178d38e (patch)
tree8e538700c5e0d8eba3701b602fdf07ef0105ec52
parent306495822d6c120b2137f66345a3010bdf6eb286 (diff)
PgBouncer deployment with terraform
Resulting name of the IP for the SQL connection renamed to praefect_pgbouncer_ip. Closes: https://gitlab.com/gitlab-org/gitaly/-/issues/2975
-rw-r--r--_support/terraform/main.tf2
1 files changed, 1 insertions, 1 deletions
diff --git a/_support/terraform/main.tf b/_support/terraform/main.tf
index ebb274d39..f54036feb 100644
--- a/_support/terraform/main.tf
+++ b/_support/terraform/main.tf
@@ -58,7 +58,7 @@ resource "google_sql_database_instance" "praefect_sql" {
}
}
-output "praefect_postgresql_ip" {
+output "praefect_pgbouncer_ip" {
value = module.pgbouncer.private_ip_address
}