Skip to content

Commit 142fb96

Browse files
Document IAM actions required (#2087) (#2109)
This is a backport of PR #2087 as merged into main (02b230f). SUMMARY This change documents the IAM actions required in order to use the community.aws.acm_certificate_info module ISSUE TYPE Docs Pull Request COMPONENT NAME community.aws.acm_certificate_info ADDITIONAL INFORMATION I've not done much with documentation in the past, is this the best place to add this? Reviewed-by: Mark Chappell
1 parent cf17874 commit 142fb96

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plugins/modules/acm_certificate_info.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
- Note that this will not return information about uploaded keys of size 4096 bits, due to a limitation of the ACM API.
1414
- Prior to release 5.0.0 this module was called C(community.aws.aws_acm_info).
1515
The usage did not change.
16+
- Requires the IAM permissions 'acm:ListCertificates', 'acm:DescribeCertificate', 'acm:GetCertificate', 'acm:ListTagsForCertificate'
1617
options:
1718
certificate_arn:
1819
description:

0 commit comments

Comments
 (0)