From 812a5ba482ac476effd9d8099f8d9327e83880bc Mon Sep 17 00:00:00 2001 From: Petri Autero Date: Fri, 8 Feb 2019 21:16:02 +0200 Subject: [PATCH] [skip ci] Small typo fix --- modules/mysql/variables.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/mysql/variables.tf b/modules/mysql/variables.tf index a134ee1..4066234 100644 --- a/modules/mysql/variables.tf +++ b/modules/mysql/variables.tf @@ -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" {