mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 17:08:53 +00:00
fix typo in default maintance window (#17740)
should have been `thu` rather than `thurs`
This commit is contained in:
parent
7d156597d9
commit
c0a7725988
2 changed files with 2 additions and 2 deletions
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue