Skip to content

Commit

Permalink
Add changelog fragment
Browse files Browse the repository at this point in the history
  • Loading branch information
alinabuzachis authored and goneri committed Sep 21, 2022
1 parent 600d87e commit a5e07a6
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
10 changes: 10 additions & 0 deletions changelogs/fragments/migrate_rds_cluster.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
major_changes:
- rds_cluster - 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.rds_cluster``.
- rds_cluster_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.rds_cluster_info``.
- rds_cluster_snapshot - 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.rds_cluster_snapshot``.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,5 @@
aws_secret_key: '{{ aws_secret_key }}'
security_token: '{{ security_token | default(omit) }}'

collections:
- community.aws
block:
- include: ./test_{{ inventory_hostname }}.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
aws_secret_key: "{{ aws_secret_key }}"
security_token: "{{ security_token | default(omit) }}"
collections:
- community.aws
- amazon.aws

block:
Expand Down

0 comments on commit a5e07a6

Please sign in to comment.