Skip to content

Commit

Permalink
Add missing elements option to type: list that did not specify (ans…
Browse files Browse the repository at this point in the history
…ible-collections#1116)

Add missing `elements` option to type: list that did not specify

SUMMARY
Fixes ansible-collections#1114
ISSUE TYPE

Docs Pull Request

COMPONENT NAME

cloudfront_distribution
ecs_taskdefinition
elb_application_lb
rds_option_group

Reviewed-by: Alina Buzachis <None>
Reviewed-by: Jill R <None>

This commit was initially merged in https://github.com/ansible-collections/community.aws
See: ansible-collections@c1d47dd
  • Loading branch information
jatorcasso authored and goneri committed Sep 23, 2022
1 parent 70b619a commit 86b5185
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions plugins/modules/rds_option_group.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@
description: The option settings to include in an option group.
required: false
type: list
elements: dict
suboptions:
name:
description: The name of the option that has settings that you can set.
Expand Down Expand Up @@ -111,10 +112,12 @@
description: A list of C(DBSecurityGroupMembership) name strings used for this option.
required: false
type: list
elements: str
vpc_security_group_memberships:
description: A list of C(VpcSecurityGroupMembership) name strings used for this option.
required: false
type: list
elements: str
tags:
description:
- A dictionary of key value pairs to assign the option group.
Expand Down

0 comments on commit 86b5185

Please sign in to comment.