Skip to content

Commit

Permalink
Refactor ec2_vpc_route_table* modules (#2159)
Browse files Browse the repository at this point in the history
SUMMARY
Refactor ec2_vpc_route_table modules
ISSUE TYPE


Feature Pull Request

COMPONENT NAME


ec2_vpc_route_table
ec2_vpc_route_table_info

Reviewed-by: Helen Bailey <[email protected]>
Reviewed-by: Bikouo Aubin
Reviewed-by: Alina Buzachis
  • Loading branch information
abikouo authored Jul 11, 2024
1 parent 32318a8 commit 5a5cc60
Show file tree
Hide file tree
Showing 3 changed files with 171 additions and 258 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
minor_changes:
- ec2_vpc_route_table - refactored code to use ``AnsibleEC2Error`` as well as moving shared code into module_utils.ec2 (https://github.com/ansible-collections/amazon.aws/pull/2159).
- ec2_vpc_route_table_info - refactored code to use ``AnsibleEC2Error`` as well as moving shared code into module_utils.ec2 (https://github.com/ansible-collections/amazon.aws/pull/2159).
Loading

0 comments on commit 5a5cc60

Please sign in to comment.