Skip to content

Commit

Permalink
Use region.plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
tremble committed Nov 5, 2022
1 parent ab4c4fc commit ab9c507
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugins/lookup/aws_account_attribute.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
extends_documentation_fragment:
- amazon.aws.boto3
- amazon.aws.aws_credentials
- amazon.aws.aws_region
- amazon.aws.region.plugins
short_description: Look up AWS account attributes
description:
- Describes attributes of your AWS account. You can specify one of the listed
Expand Down
2 changes: 1 addition & 1 deletion plugins/lookup/aws_secret.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
extends_documentation_fragment:
- amazon.aws.boto3
- amazon.aws.aws_credentials
- amazon.aws.aws_region
- amazon.aws.region.plugins
short_description: Look up secrets stored in AWS Secrets Manager
description:
Expand Down
1 change: 1 addition & 0 deletions plugins/lookup/aws_ssm.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
version_added: 3.3.0
extends_documentation_fragment:
- amazon.aws.boto3
- amazon.aws.region.plugins
'''

EXAMPLES = '''
Expand Down

0 comments on commit ab9c507

Please sign in to comment.