-
Notifications
You must be signed in to change notification settings - Fork 397
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Tagging - cleanup docs for ec2_snapshot_copy (#1201)
Tagging - ec2_snapshot_copy SUMMARY Add the "resource_tags" alias, for consistency with other modules minor docs clean-up Use TagSpecification on creation rather than making a separate API call to tag the resource after creation. Does not add purge_tags, since the module performs a one-shot action rather than managing the resources. ISSUE TYPE Docs Pull Request Feature Pull Request COMPONENT NAME ec2_snapshot_copy ADDITIONAL INFORMATION Since we don't have a tags-only fragment, I've not switched this over to using a fragment. If I find more modules with a similar use-case I'll try to find a standard fragment we can use. Reviewed-by: Alina Buzachis <None>
Showing
2 changed files
with
17 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
minor_changes: | ||
- ec2_snapshot_copy - ``resource_tags`` has been added as an alias for the ``tags`` parameter (https://github.com/ansible-collections/community.aws/pull/1201). | ||
- ec2_snapshot_copy - updated to pass tags as part of the copy API call rather than tagging the snapshot after creation (https://github.com/ansible-collections/community.aws/pull/1201). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters