Skip to content

Commit

Permalink
Add support for requesting public and private ACM certificates
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastien-rosset committed Mar 31, 2022
1 parent 37d758e commit 0d46131
Show file tree
Hide file tree
Showing 7 changed files with 1,038 additions and 114 deletions.
2 changes: 2 additions & 0 deletions changelogs/fragments/869-aws_acm_certificate_requests.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
minor_changes:
- aws_acm - Add ``wait``, ``wait_timeout`` parameters to wait until certificate operation completes in ACM. Add ``certificate_request`` and suboptions to submit certificate requests (https://github.com/ansible-collections/community.aws/pull/869).
2 changes: 2 additions & 0 deletions changelogs/fragments/870-aws_acm_certificate_tags.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
minor_changes:
- aws_acm - Add ``tags`` and ``purge_tags`` parameters to tag certificates in ACM (https://github.com/ansible-collections/community.aws/pull/870).
Loading

0 comments on commit 0d46131

Please sign in to comment.