Skip to content

Commit

Permalink
Add changelog fragment
Browse files Browse the repository at this point in the history
  • Loading branch information
alinabuzachis committed Oct 13, 2023
1 parent 6dd0b60 commit a90b25d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
8 changes: 8 additions & 0 deletions changelogs/fragments/migrate_iam_server_certificate.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
major_changes:
- iam_server_certificate - The module has been migrated from the ``community.aws``
collection. Playbooks using the Fully Qualified Collection Name for this module
should be updated to use ``amazon.aws.iam_server_certificate``.
- iam_server_certificate_info - The module has been migrated from the ``community.aws``
collection. Playbooks using the Fully Qualified Collection Name for this module
should be updated to use ``amazon.aws.iam_server_certificate_info``.
1 change: 1 addition & 0 deletions plugins/modules/iam_server_certificate.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
---
module: iam_server_certificate
version_added: 1.0.0
version_added_collection: community.aws
short_description: Manage IAM server certificates for use on ELBs and CloudFront
description:
- Allows for the management of IAM server certificates.
Expand Down
1 change: 1 addition & 0 deletions plugins/modules/iam_server_certificate_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
---
module: iam_server_certificate_info
version_added: 1.0.0
version_added_collection: community.aws
short_description: Retrieve the information of a server certificate
description:
- Retrieve the attributes of a server certificate.
Expand Down

0 comments on commit a90b25d

Please sign in to comment.