Skip to content

Commit

Permalink
ec2_eni_info - update docs default entry for filters (#1311)
Browse files Browse the repository at this point in the history
ec2_eni_info - update docs default entry for filters

SUMMARY
Devel is currently reporting a sanity failure:
2023-01-02 21:42:04.487975 | controller | ERROR: plugins/modules/ec2_eni_info.py:0:0: doc-default-does-not-match-spec: Argument 'filters' in argument_spec defines default as ({}) but documentation defines default as (None)

ISSUE TYPE

Docs Pull Request

COMPONENT NAME
ec2_eni_info
ADDITIONAL INFORMATION

Reviewed-by: Alina Buzachis <None>
  • Loading branch information
tremble authored Jan 3, 2023
1 parent cbbccd9 commit b120830
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions changelogs/fragments/20230103-sanity-ec2_eni_info.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
trivial:
- ec2_eni_info - update docs to reflect default value for ``filters`` parameter.
1 change: 1 addition & 0 deletions plugins/modules/ec2_eni_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
See U(https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeNetworkInterfaces.html) for possible filters.
- This option is mutually exclusive of I(eni_id).
type: dict
default: {}
extends_documentation_fragment:
- amazon.aws.aws
- amazon.aws.ec2
Expand Down

0 comments on commit b120830

Please sign in to comment.