Skip to content

Commit

Permalink
DNM Promote ec2_transit_gateway_vpc_attachment and ec2_transit_gatewa…
Browse files Browse the repository at this point in the history
…y_vpc_attachment_info modules and tests (ansible-collections#2184)

SUMMARY

Promote ec2_transit_gateway_vpc_attachment and ec2_transit_gateway_vpc_attachment_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: Mandar Kulkarni <[email protected]>
  • Loading branch information
alinabuzachis authored Oct 24, 2024
1 parent a079e4e commit cbeb2e1
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 5,344 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
breaking_changes:
- ec2_transit_gateway_vpc_attachment - 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_vpc_attachment``.
- ec2_transit_gateway_vpc_attachment_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_vpc_attachment_info``.
4 changes: 4 additions & 0 deletions meta/runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -521,6 +521,10 @@ plugin_routing:
redirect: amazon.aws.sts_assume_role
ec2_vpc_egress_igw:
redirect: amazon.aws.ec2_vpc_egress_igw
ec2_transit_gateway_vpc_attachment:
redirect: amazon.aws.ec2_transit_gateway_vpc_attachment
ec2_transit_gateway_vpc_attachment_info:
redirect: amazon.aws.ec2_transit_gateway_vpc_attachment_info
module_utils:
route53:
redirect: amazon.aws.route53
Loading

0 comments on commit cbeb2e1

Please sign in to comment.