Skip to content

Commit

Permalink
Refactor ec2_transit_gateway_* modules (ansible-collections#2158)
Browse files Browse the repository at this point in the history
SUMMARY

Refactor ec2_transit_gateway and ec2_transit_gateway_info modules

common code moved to module_utils ansible-collections/amazon.aws#2325
ISSUE TYPE


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

COMPONENT NAME
 
ec2_transit_gateway
ec2_transit_gateway_info
ADDITIONAL INFORMATION

Reviewed-by: GomathiselviS <gomathiselvi@gmail.com>
Reviewed-by: Alina Buzachis
Reviewed-by: Mandar Kulkarni <mandar242@gmail.com>
Reviewed-by: Bikouo Aubin
  • Loading branch information
mandar242 authored Oct 23, 2024
1 parent b78cba1 commit fc782d2
Show file tree
Hide file tree
Showing 5 changed files with 386 additions and 301 deletions.
3 changes: 3 additions & 0 deletions changelogs/fragments/refactor-ec2_transit_gateway-modules.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
minor_changes:
- ec2_transit_gateway - Refactor module to use shared code from ``amazon.aws.plugins.module_utils.ec2`` and update ``RETURN`` block (https://github.com/ansible-collections/community.aws/pull/2158).
- ec2_transit_gateway_info - Refactor module to use shared code from ``amazon.aws.plugins.module_utils.ec2`` and update ``RETURN`` block (https://github.com/ansible-collections/community.aws/pull/2158).
Loading

0 comments on commit fc782d2

Please sign in to comment.