Skip to content

Commit 45a4bdb

Browse files
Merge pull request #2339 from abikouo/migrate_ec2_vpc_nacl_20241015_1
DNM - Migrate modules ec2_vpc_nacl,ec2_vpc_nacl_info and tests
2 parents cc27cc8 + fc3e13b commit 45a4bdb

File tree

13 files changed

+2012
-0
lines changed

13 files changed

+2012
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
major_changes:
3+
- ec2_vpc_nacl - The module has been migrated from the ``community.aws`` collection.
4+
Playbooks using the Fully Qualified Collection Name for this module should be
5+
updated to use ``amazon.aws.ec2_vpc_nacl`` (https://github.com/ansible-collections/amazon.aws/pull/2339).
6+
- ec2_vpc_nacl_info - The module has been migrated from the ``community.aws`` collection.
7+
Playbooks using the Fully Qualified Collection Name for this module should be
8+
updated to use ``amazon.aws.ec2_vpc_nacl_info`` (https://github.com/ansible-collections/amazon.aws/pull/2339).

meta/runtime.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ action_groups:
6767
- ec2_vpc_endpoint_service_info
6868
- ec2_vpc_igw
6969
- ec2_vpc_igw_info
70+
- ec2_vpc_nacl
71+
- ec2_vpc_nacl_info
7072
- ec2_vpc_nat_gateway
7173
- ec2_vpc_nat_gateway_info
7274
- ec2_vpc_net

0 commit comments

Comments
 (0)