Skip to content

Commit

Permalink
dms_endpoint - Support modifying tags (#1234)
Browse files Browse the repository at this point in the history
dms_endpoint - Support modifying tags

SUMMARY

Return details of the endpoint, even when not making changes
add purge_tags / resource_tags with the usual behaviour
Split tests
Add some very basic idempotency tests
support modifying tags

ISSUE TYPE

Bugfix Pull Request
Feature Pull Request

COMPONENT NAME
dms_endpoint
ADDITIONAL INFORMATION

 changelog

Reviewed-by: Alina Buzachis <None>
  • Loading branch information
tremble authored Jun 13, 2022
1 parent 3f8d2fc commit 49dff66
Show file tree
Hide file tree
Showing 4 changed files with 565 additions and 55 deletions.
5 changes: 5 additions & 0 deletions changelogs/fragments/1234-dms_endpoint-tagging.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
minor_changes:
- dms_endpoint - ``endpointtype`` and ``enginename`` no longer required when deleting an endpoint (https://github.com/ansible-collections/community.aws/pull/1234).
- dms_endpoint - ``resource_tags`` added as an alias for ``tags`` (https://github.com/ansible-collections/community.aws/pull/1234).
- dms_endpoint - added support for ``purge_tags`` (https://github.com/ansible-collections/community.aws/pull/1234).
- dms_endpoint - now returns details of the endpoint (https://github.com/ansible-collections/community.aws/pull/1234).
Loading

0 comments on commit 49dff66

Please sign in to comment.