We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57ce7cc commit 5b0b285Copy full SHA for 5b0b285
modules/safer_mysql/variables.tf
@@ -30,7 +30,6 @@ variable "database_version" {
30
// required
31
variable "region" {
32
description = "The region of the Cloud SQL resources"
33
- default = "us-central1"
34
}
35
36
@@ -94,7 +93,7 @@ variable "maintenance_window_hour" {
94
93
95
variable "maintenance_window_update_track" {
96
description = "The update track of maintenance window for the master instance maintenance. Can be either `canary` or `stable`."
97
- default = "canary"
+ default = "stable"
98
99
100
variable "database_flags" {
0 commit comments