fix typo in default maintance window (#17740)
should have been `thu` rather than `thurs`
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -44,7 +44,7 @@ variable "rds_config" {
|
||||
master_username = "fleet"
|
||||
snapshot_identifier = null
|
||||
cluster_tags = {}
|
||||
preferred_maintenance_window = "thurs:23:00-fri:00:00"
|
||||
preferred_maintenance_window = "thu:23:00-fri:00:00"
|
||||
}
|
||||
description = "The config for the terraform-aws-modules/rds-aurora/aws module"
|
||||
nullable = false
|
||||
|
||||
Reference in New Issue
Block a user