Skip to content

Commit

Permalink
Fix typo in rds_instance docs for master_user_password (#1617)
Browse files Browse the repository at this point in the history
Fix typo in rds_instance docs for master_user_password

SUMMARY

Fix typo in rds_instance docs for master_user_password attribute

ISSUE TYPE

Docs Pull Request

COMPONENT NAME

rds_instance
ADDITIONAL INFORMATION

Reviewed-by: Mark Chappell
Reviewed-by: Alina Buzachis
(cherry picked from commit a04109d)
  • Loading branch information
gionn authored and alinabuzachis committed Jun 30, 2023
1 parent 93e184e commit fa573c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/modules/rds_instance.py
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,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_update_password). Use I(apply immediately) to change
except C(/), C("), or C(@). 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
Expand Down

0 comments on commit fa573c3

Please sign in to comment.