Skip to content

Commit

Permalink
feat: Make MySQL CloudSQL zone optional
Browse files Browse the repository at this point in the history
  • Loading branch information
j8r committed Jan 30, 2024
1 parent e8ee893 commit 0b0a9d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions modules/mysql/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ variable "edition" {
variable "zone" {
description = "The zone for the master instance, it should be something like: `us-central1-a`, `us-east1-c`."
type = string
default = null
}

variable "secondary_zone" {
Expand Down
1 change: 1 addition & 0 deletions modules/safer_mysql/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ variable "edition" {
variable "zone" {
description = "The zone for the master instance, it should be something like: `a`, `c`."
type = string
default = null
}

variable "secondary_zone" {
Expand Down

0 comments on commit 0b0a9d2

Please sign in to comment.