Skip to content

Commit

Permalink
DNM Migrate ec2_transit_gateway module and tests (#2192)
Browse files Browse the repository at this point in the history
SUMMARY

DNM Migrate ec2_transit_gateway modules and tests
Refer : https://issues.redhat.com/browse/ACA-1877

ISSUE TYPE


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

COMPONENT NAME

ADDITIONAL INFORMATION

Reviewed-by: Alina Buzachis
  • Loading branch information
mandar242 authored Oct 25, 2024
1 parent 1fc8af1 commit 4bfb44b
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 793 deletions.
5 changes: 5 additions & 0 deletions changelogs/fragments/migrate_ec2_transit_gateway.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
breaking_changes:
- ec2_transit_gateway - 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_transit_gateway``.
5 changes: 2 additions & 3 deletions meta/runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,6 @@ action_groups:
- ec2_metric_alarm
- ec2_scaling_policy
- ec2_snapshot_copy
- ec2_transit_gateway
- ec2_transit_gateway_vpc_attachment
- ec2_transit_gateway_vpc_attachment_info
- ec2_win_password
- ecs_attribute
- ecs_cluster
Expand Down Expand Up @@ -538,6 +535,8 @@ plugin_routing:
redirect: amazon.aws.autoscaling_instance_refresh_info
ec2_transit_gateway_info:
redirect: amazon.aws.ec2_transit_gateway_info
ec2_transit_gateway:
redirect: amazon.aws.ec2_transit_gateway
module_utils:
route53:
redirect: amazon.aws.route53
Loading

0 comments on commit 4bfb44b

Please sign in to comment.