Fixes based on PR review
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# ------------------------------------------------------------------------------
|
||||
# LAUNCH A MYSQL CLOUD SQL PRIVATE IP INSTANCE
|
||||
# LAUNCH A POSTGRES CLOUD SQL PRIVATE IP INSTANCE
|
||||
# ------------------------------------------------------------------------------
|
||||
|
||||
# ------------------------------------------------------------------------------
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user