Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
breaking_changes:
- ec2_vpc_nacl - 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_nacl`` (https://github.com/ansible-collections/community.aws/pull/2178).
- ec2_vpc_nacl_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_nacl_info`` (https://github.com/ansible-collections/community.aws/pull/2178).
6 changes: 4 additions & 2 deletions meta/runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,6 @@ action_groups:
- ec2_transit_gateway_info
- ec2_transit_gateway_vpc_attachment
- ec2_transit_gateway_vpc_attachment_info
- ec2_vpc_nacl
- ec2_vpc_nacl_info
- ec2_vpc_peer
- ec2_vpc_peering_info
- ec2_vpc_vgw
Expand Down Expand Up @@ -526,6 +524,10 @@ plugin_routing:
redirect: amazon.aws.ec2_transit_gateway_vpc_attachment_info
elb_classic_lb_info:
redirect: amazon.aws.elb_classic_lb_info
ec2_vpc_nacl:
redirect: amazon.aws.ec2_vpc_nacl
ec2_vpc_nacl_info:
redirect: amazon.aws.ec2_vpc_nacl_info
module_utils:
route53:
redirect: amazon.aws.route53
Loading
Loading