-
Notifications
You must be signed in to change notification settings - Fork 398
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Promote modules ec2_ami_copy,acm_certificate,acm_certificate_info: Up…
…date runtime, add changelog fragment, clean tests
- Loading branch information
1 parent
5680bfb
commit 78f9557
Showing
2 changed files
with
29 additions
and
15 deletions.
There are no files selected for viewing
11 changes: 11 additions & 0 deletions
11
changelogs/fragments/migrate__ec2_ami_copy_acm_certificate_acm_certificate_info.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- | ||
breaking_changes: | ||
- ec2_ami_copy - 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.ec2_ami_copy``. | ||
- acm_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.acm_certificate``. | ||
- acm_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.acm_certificate_info``. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters