Skip to content

Commit

Permalink
Add changelog fragment
Browse files Browse the repository at this point in the history
  • Loading branch information
jillr committed Jul 27, 2021
1 parent 34ddaf6 commit 38d77bb
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions changelogs/fragments/migrate_ec2_vpc_igw.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
major_changes:
- ec2_vpc_igw_facts - 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_vpc_igw_facts``.
- ec2_vpc_igw - 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_vpc_igw``.
- ec2_vpc_igw_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.ec2_vpc_igw_info``.

0 comments on commit 38d77bb

Please sign in to comment.