1
0
mirror of synced 2025-12-19 18:05:44 -05:00

Fixes based on PR review

This commit is contained in:
Petri Autero
2019-02-16 09:12:07 +02:00
parent 6917571955
commit 6629371e1c
7 changed files with 11 additions and 11 deletions

View File

@@ -1,5 +1,5 @@
# ------------------------------------------------------------------------------
# LAUNCH A MYSQL CLOUD SQL PRIVATE IP INSTANCE
# LAUNCH A POSTGRES CLOUD SQL PRIVATE IP INSTANCE
# ------------------------------------------------------------------------------
# ------------------------------------------------------------------------------

View File

@@ -29,7 +29,7 @@ variable "master_user_password" {
# Generally, these values won't need to be changed.
# ---------------------------------------------------------------------------------------------------------------------
variable "postgres_version" {
description = "The engine version of the database, e.g. `POSTGRES_9_6`. See https://cloud.google.com/sql/docs/features for supported versions."
description = "The engine version of the database, e.g. `POSTGRES_9_6`. See https://cloud.google.com/sql/docs/db-versions for supported versions."
default = "POSTGRES_9_6"
}