fix typo in default maintance window (#17740)

should have been `thu` rather than `thurs`
This commit is contained in:
Benjamin Edwards 2024-03-20 15:12:31 -04:00 committed by GitHub
parent 7d156597d9
commit c0a7725988
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View file

@ -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