update default in both places (#17741)

This commit is contained in:
Benjamin Edwards
2024-03-20 15:28:49 -04:00
committed by GitHub
parent c0a7725988
commit 1d736d82df
2 changed files with 2 additions and 2 deletions
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -25,7 +25,7 @@ variable "rds_config" {
master_username = optional(string, "fleet")
snapshot_identifier = optional(string)
cluster_tags = optional(map(string), {})
preferred_maintenance_window = optional(string, "thurs:23:00-fri:00:00")
preferred_maintenance_window = optional(string, "thu:23:00-fri:00:00")
})
default = {
name = "fleet"