Skip to content

Commit

Permalink
DNM Promote ec2_vpc_vgw and ec2_vpc_vgw_info modules and tests (#2190)
Browse files Browse the repository at this point in the history
SUMMARY

Promote ec2_vpc_vgw and ec2_vpc_vgw_info modules and tests

ISSUE TYPE


Bugfix Pull Request
Docs Pull Request
Feature Pull Request
New Module Pull Request

COMPONENT NAME

ADDITIONAL INFORMATION

Reviewed-by: Mark Chappell
  • Loading branch information
alinabuzachis authored Oct 25, 2024
1 parent e39fd2b commit ab35c45
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 1,391 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 @@
---
breaking_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``.
6 changes: 4 additions & 2 deletions meta/runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,6 @@ action_groups:
- ec2_transit_gateway_info
- ec2_transit_gateway_vpc_attachment
- ec2_transit_gateway_vpc_attachment_info
- ec2_vpc_vgw
- ec2_vpc_vgw_info
- ec2_vpc_vpn
- ec2_vpc_vpn_info
- ec2_win_password
Expand Down Expand Up @@ -533,6 +531,10 @@ plugin_routing:
redirect: amazon.aws.ec2_placement_group_info
ec2_launch_template:
redirect: amazon.aws.ec2_launch_template
ec2_vpc_vgw:
redirect: amazon.aws.ec2_vpc_vgw
ec2_vpc_vgw_info:
redirect: amazon.aws.ec2_vpc_vgw_info
module_utils:
route53:
redirect: amazon.aws.route53
Loading

0 comments on commit ab35c45

Please sign in to comment.