From c355e496ff87de524004e8d7da503caf8f185610 Mon Sep 17 00:00:00 2001 From: Dick Visser Date: Thu, 26 Nov 2020 19:41:35 +0100 Subject: [PATCH] Use lower case days in preferred_maintenance_window --- docs/community.aws.rds_instance_module.rst | 2 +- plugins/modules/rds_instance.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/community.aws.rds_instance_module.rst b/docs/community.aws.rds_instance_module.rst index 48984b9de6f..d97ca3cfcb9 100644 --- a/docs/community.aws.rds_instance_module.rst +++ b/docs/community.aws.rds_instance_module.rst @@ -864,7 +864,7 @@ Parameters -
The weekly time range (in UTC) of at least 30 minutes, during which system maintenance can occur. The option must be in the format "ddd:hh24:mi-ddd:hh24:mi" where ddd is one of Mon, Tue, Wed, Thu, Fri, Sat, Sun.
+
The weekly time range (in UTC) of at least 30 minutes, during which system maintenance can occur. The option must be in the format "ddd:hh24:mi-ddd:hh24:mi" where ddd is one of mon, tue, wed, thu, fri, sat, sun.

aliases: maintenance_window
diff --git a/plugins/modules/rds_instance.py b/plugins/modules/rds_instance.py index 3aa9c7f67dc..64c055e15b9 100644 --- a/plugins/modules/rds_instance.py +++ b/plugins/modules/rds_instance.py @@ -294,7 +294,7 @@ preferred_maintenance_window: description: - The weekly time range (in UTC) of at least 30 minutes, during which system maintenance can occur. The option must - be in the format "ddd:hh24:mi-ddd:hh24:mi" where ddd is one of Mon, Tue, Wed, Thu, Fri, Sat, Sun. + be in the format "ddd:hh24:mi-ddd:hh24:mi" where ddd is one of mon, tue, wed, thu, fri, sat, sun. aliases: - maintenance_window type: str