Skip to content

Commit

Permalink
ec2_vpc_nat_gateway cleanup (ansible-collections#445)
Browse files Browse the repository at this point in the history
* ec2_vpc_nat_gateway overall cleanup
   * use custm waiters to manage NAT gateway states (deleted and available)
   * imporve error handling
   * improve documentation examples
   * code cleaning

Signed-off-by: Alina Buzachis <[email protected]>
  • Loading branch information
alinabuzachis authored Mar 16, 2021
1 parent 6c04b94 commit 536e3a8
Show file tree
Hide file tree
Showing 3 changed files with 255 additions and 334 deletions.
5 changes: 5 additions & 0 deletions changelogs/fragments/445-ec2_vpc_nat_gateway-cleanup.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
minor_changes:
- ec2_vpc_nat_gateway - use custom waiters to manage NAT gateways states (deleted and available) (https://github.com/ansible-collections/community.aws/pull/445)
- ec2_vpc_nat_gateway - improve error handling (https://github.com/ansible-collections/community.aws/pull/445)
- ec2_vpc_nat_gateway - imporove documentation (https://github.com/ansible-collections/community.aws/pull/445)
- ec2_vpc_nat_gateway - code cleaning (https://github.com/ansible-collections/community.aws/pull/445)
Loading

0 comments on commit 536e3a8

Please sign in to comment.