Skip to content

Commit

Permalink
DNM Migrate ec2_transit_gateway_info modules and tests (#2189)
Browse files Browse the repository at this point in the history
SUMMARY

DNM Migrate ec2_transit_gateway_info 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 c6622af commit 1fc8af1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 255 deletions.
5 changes: 5 additions & 0 deletions changelogs/fragments/migrate_ec2_transit_gateway_info.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
breaking_changes:
- ec2_transit_gateway_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_transit_gateway_info``.
3 changes: 2 additions & 1 deletion meta/runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ action_groups:
- ec2_scaling_policy
- ec2_snapshot_copy
- ec2_transit_gateway
- ec2_transit_gateway_info
- ec2_transit_gateway_vpc_attachment
- ec2_transit_gateway_vpc_attachment_info
- ec2_win_password
Expand Down Expand Up @@ -537,6 +536,8 @@ plugin_routing:
redirect: amazon.aws.autoscaling_instance_refresh
autoscaling_instance_refresh_info:
redirect: amazon.aws.autoscaling_instance_refresh_info
ec2_transit_gateway_info:
redirect: amazon.aws.ec2_transit_gateway_info
module_utils:
route53:
redirect: amazon.aws.route53
254 changes: 0 additions & 254 deletions plugins/modules/ec2_transit_gateway_info.py

This file was deleted.

0 comments on commit 1fc8af1

Please sign in to comment.