Skip to content

Commit

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

Depends-On: ansible-collections/amazon.aws#2303
Refactor ec2_vpc_peer* modules
Once the module is migrated to amazon.aws I will deprecate result returned by the info module and rename the ec2_vpc_peer module (see ansible-collections#2154).

ISSUE TYPE


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

COMPONENT NAME

ec2_vpc_peer
ec2_vpc_peering_info
ADDITIONAL INFORMATION

Reviewed-by: Bikouo Aubin
Reviewed-by: GomathiselviS
Reviewed-by: Alina Buzachis
  • Loading branch information
alinabuzachis authored Oct 10, 2024
1 parent 4cf5a6f commit fcd780e
Show file tree
Hide file tree
Showing 4 changed files with 648 additions and 370 deletions.
4 changes: 4 additions & 0 deletions changelogs/fragments/20240924-ec2_vpc_peer-refactor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
minor_changes:
- ec2_vpc_peer - Refactor module to use shared code from ``amazon.aws.plugins.module_utils.ec2`` (https://github.com/ansible-collections/community.aws/pull/2153).
- ec2_vpc_peering_info - Refactor module to use shared code from ``amazon.aws.plugins.module_utils.ec2`` (https://github.com/ansible-collections/community.aws/pull/2153).
Loading

0 comments on commit fcd780e

Please sign in to comment.