Skip to content

Commit 5b0b285

Browse files
committed
Changed defaults for safer-mysql module
- removed default region - changed mainanance window to "stable"
1 parent 57ce7cc commit 5b0b285

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

modules/safer_mysql/variables.tf

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ variable "database_version" {
3030
// required
3131
variable "region" {
3232
description = "The region of the Cloud SQL resources"
33-
default = "us-central1"
3433
}
3534

3635
// required
@@ -94,7 +93,7 @@ variable "maintenance_window_hour" {
9493

9594
variable "maintenance_window_update_track" {
9695
description = "The update track of maintenance window for the master instance maintenance. Can be either `canary` or `stable`."
97-
default = "canary"
96+
default = "stable"
9897
}
9998

10099
variable "database_flags" {

0 commit comments

Comments
 (0)