Skip to content

Commit

Permalink
ec2_vpc_net - Deprecate purge_tags=False and support management by ID (
Browse files Browse the repository at this point in the history
…#848)

ec2_vpc_net - Deprecate purge_tags=False and support management by ID

Depends-On: #844
SUMMARY
Deprecate purge_tags=False and support managing VPCs by ID which lets us change tags
ISSUE TYPE

Feature Pull Request

COMPONENT NAME
ec2_vpc_net
ADDITIONAL INFORMATION

 Integration test for management by ID

Reviewed-by: Markus Bergholz <[email protected]>
  • Loading branch information
tremble authored May 31, 2022
1 parent 58fa9a0 commit 240a0ea
Show file tree
Hide file tree
Showing 4 changed files with 796 additions and 503 deletions.
7 changes: 7 additions & 0 deletions changelogs/fragments/848-ec2_vpc_net-tagging-and-id.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
minor_changes:
- 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).
bugfixes:
- 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 240a0ea

Please sign in to comment.