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

@@ -166,7 +166,7 @@ variable "enable_failover_replica" {
default = false
}
variable "failover_replica_zone" {
variable "mysql_failover_replica_zone" {
description = "The preferred zone for the failover instance (e.g. 'us-central1-b'). Must be different than 'master_zone'. Only applicable to MySQL, Postgres will determine this automatically."
default = ""
}