Skip to content

Commit

Permalink
Merge pull request #2339 from abikouo/migrate_ec2_vpc_nacl_20241015_1
Browse files Browse the repository at this point in the history
DNM - Migrate modules ec2_vpc_nacl,ec2_vpc_nacl_info and tests
  • Loading branch information
GomathiselviS authored Oct 24, 2024
2 parents cc27cc8 + fc3e13b commit 45a4bdb
Show file tree
Hide file tree
Showing 13 changed files with 2,012 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
major_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/amazon.aws/pull/2339).
- 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/amazon.aws/pull/2339).
2 changes: 2 additions & 0 deletions meta/runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ action_groups:
- ec2_vpc_endpoint_service_info
- ec2_vpc_igw
- ec2_vpc_igw_info
- ec2_vpc_nacl
- ec2_vpc_nacl_info
- ec2_vpc_nat_gateway
- ec2_vpc_nat_gateway_info
- ec2_vpc_net
Expand Down
Loading

0 comments on commit 45a4bdb

Please sign in to comment.