Skip to content

Commit

Permalink
Refactor a 'little'
Browse files Browse the repository at this point in the history
  • Loading branch information
tremble committed May 30, 2022
1 parent 6b2cb78 commit ba3ea57
Show file tree
Hide file tree
Showing 4 changed files with 711 additions and 454 deletions.
5 changes: 4 additions & 1 deletion changelogs/fragments/848-ec2_vpc_net-tagging-and-id.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
minor_changes:
- ec2_vpc_net - Add support for managing VPCs by ID (https://github.com/ansible-collections/amazon.aws/pull/848).
- ec2_vpc_net - add support for managing VPCs by ID (https://github.com/ansible-collections/amazon.aws/pull/848).
deprecated_features:
- ec2_vpc_net - the current default value of ``False`` for ``purge_tags`` has been deprecated and will be updated in release 5.0.0 to ``True`` (https://github.com/ansible-collections/amazon.aws/pull/848).
bug_fixes:
- ec2_vpc_net - fix a bug where the module would get stuck if DNS options were updated in check mode (https://github.com/ansible/ansible/issues/62677).
- ec2_vpc_net - fix a bug where CIDR configuration would be updated in check mode (https://github.com/ansible/ansible/issues/62678).
Loading

0 comments on commit ba3ea57

Please sign in to comment.