Skip to content

Commit 2ae3498

Browse files
felixfonteinmandar242
authored andcommitted
Fix non-matching defaults in docs (ansible-collections#1576)
Fix non-matching defaults in docs Depends-On: ansible-collections#1579 SUMMARY Fix various non-matching default values exposed by ansible/ansible#79267. ISSUE TYPE Docs Pull Request COMPONENT NAME various Reviewed-by: Markus Bergholz <[email protected]> This commit was initially merged in https://github.com/ansible-collections/community.aws See: ansible-collections/community.aws@15568f0
1 parent ac0aa1b commit 2ae3498

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

plugins/modules/ec2_transit_gateway_info.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,13 @@
2121
aliases: [transit_gateway_id]
2222
type: list
2323
elements: str
24+
default: []
2425
filters:
2526
description:
2627
- A dict of filters to apply. Each dict item consists of a filter key and a filter value.
2728
See U(https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeTransitGateways.html) for filters.
2829
type: dict
30+
default: {}
2931
extends_documentation_fragment:
3032
- amazon.aws.aws
3133
- amazon.aws.ec2

0 commit comments

Comments
 (0)