[skip ci] Small typo fix

This commit is contained in:
Petri Autero
2019-02-08 21:16:02 +02:00
parent 7913e47bea
commit 812a5ba482

View File

@@ -93,8 +93,8 @@ variable "binary_log_enabled" {
}
variable "maintenance_window_day" {
description = "Day of week (1-7), starting on Monday - on which system maintenance can occur. Performance may be degraded or there may even be a downtime during maintenance windows."
default = 7 # Sunday
description = "Day of week (1-7), starting on Monday, on which system maintenance can occur. Performance may be degraded or there may even be a downtime during maintenance windows."
default = 7 # Sunday
}
variable "maintenance_window_hour" {