From 90cd9f6314a45b61e7862daf305cbe24d95950b3 Mon Sep 17 00:00:00 2001 From: Stefan Horning Date: Tue, 15 Mar 2022 09:06:05 +0100 Subject: [PATCH] Fix documentation about force_update_password in rds_instance module (#957) Fix documentation about force_update_password in rds_instance module SUMMARY Wrong name used in docs. ISSUE TYPE Docs Pull Request COMPONENT NAME plugins/modules/rds_instance.py Reviewed-by: Joseph Torcasso Reviewed-by: Alina Buzachis This commit was initially merged in https://github.com/ansible-collections/community.aws See: https://github.com/ansible-collections/community.aws/commit/ab58075d1dd8bfe23c4427c17b167a1be1d6fa3c --- plugins/modules/rds_instance.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/modules/rds_instance.py b/plugins/modules/rds_instance.py index 742a7266c5e..4a1086f24ec 100644 --- a/plugins/modules/rds_instance.py +++ b/plugins/modules/rds_instance.py @@ -225,7 +225,7 @@ master_user_password: description: - An 8-41 character password for the master database user. The password can contain any printable ASCII character - except "/", """, or "@". To modify the password use I(force_password_update). Use I(apply immediately) to change + except "/", """, or "@". To modify the password use I(force_update_password). Use I(apply immediately) to change the password immediately, otherwise it is updated during the next maintenance window. aliases: - password