Skip to content

Commit

Permalink
Merge pull request ansible-collections#2356 from alinabuzachis/promot…
Browse files Browse the repository at this point in the history
…e_ec2_vpc_vgw

DNM Promote ec2_vpc_vgw and ec2_vpc_vgw_info modules and tests
  • Loading branch information
GomathiselviS authored Oct 24, 2024
2 parents 34421aa + 966b013 commit 112615b
Show file tree
Hide file tree
Showing 9 changed files with 1,399 additions and 0 deletions.
8 changes: 8 additions & 0 deletions changelogs/fragments/migrate_ec2_vpc_vgw.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
major_changes:
- ec2_vpc_vgw - 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_vgw``.
- ec2_vpc_vgw_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_vgw_info``.
2 changes: 2 additions & 0 deletions meta/runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ action_groups:
- ec2_vpc_route_table_info
- ec2_vpc_subnet
- ec2_vpc_subnet_info
- ec2_vpc_vgw
- ec2_vpc_vgw_info
- elb_application_lb
- elb_application_lb_info
- elb_classic_lb
Expand Down
Loading

0 comments on commit 112615b

Please sign in to comment.