diff --git a/plugins/modules/rds_option_group.py b/plugins/modules/rds_option_group.py index 98bf3016d3b..3045dc4dbc2 100644 --- a/plugins/modules/rds_option_group.py +++ b/plugins/modules/rds_option_group.py @@ -51,7 +51,8 @@ - Options in this list are added to the option group. - If already present, the specified configuration is used to update the existing configuration. - If none are supplied, any existing options are removed. - type: dict + type: list + elements: dict suboptions: option_name: description: The configuration of options to include in a group.