forked from ansible-collections/amazon.aws
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ec2_snapshot, ec2_snapshot_info: Add support to modify snapshot share…
… permissions (ansible-collections#1464) (ansible-collections#1546) [PR ansible-collections#1464/1f1ac75a backport][stable-6] ec2_snapshot, ec2_snapshot_info: Add support to modify snapshot share permissions This is a backport of PR ansible-collections#1464 as merged into main (1f1ac75). SUMMARY Add support for modifying and resetting snapshot share permissions (createVolumePermissions) of a ec2 snapshot to amazon.aws.ec2_snapshot. Add ec2 snapshot's snapshot share permissions (createVolumePermissions) to return value of amazon.aws.ec2_snapshot_info. ISSUE TYPE Feature Pull Request COMPONENT NAME amazon.aws.ec2_snapshot amazon.aws.ec2_snapshot_info ADDITIONAL INFORMATION API references describe_snapshot_attribute modify_snapshot_attribute reset_snapshot_attribute Reviewed-by: Mark Chappell
- Loading branch information
1 parent
58034bf
commit 6698cdd
Showing
5 changed files
with
670 additions
and
3 deletions.
There are no files selected for viewing
3 changes: 3 additions & 0 deletions
3
...ments/1464-ec2_snapshot-ec2_snapshot_info-support-modifying-create-volume-permissions.yml
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 - Add support for modifying createVolumePermission (https://github.com/ansible-collections/amazon.aws/pull/1464). | ||
- ec2_snapshot_info - Add createVolumePermission to output result (https://github.com/ansible-collections/amazon.aws/pull/1464). |
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
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
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
Oops, something went wrong.