-
Notifications
You must be signed in to change notification settings - Fork 343
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[PR #1464/1f1ac75a backport][stable-6] ec2_snapshot, ec2_snapshot_info: Add support to modify snapshot share permissions #1546
Conversation
… permissions (#1464) ec2_snapshot, ec2_snapshot_info: Add support to modify snapshot share permissions 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 Reviewed-by: Alina Buzachis Reviewed-by: Mike Graves <[email protected]> Reviewed-by: Mandar Kulkarni <[email protected]> (cherry picked from commit 1f1ac75)
Docs Build 📝Thank you for contribution!✨ This PR has been merged and your docs changes will be incorporated when they are next published. |
Build succeeded. ✔️ ansible-galaxy-importer SUCCESS in 3m 53s |
Build succeeded (gate pipeline). ✔️ ansible-galaxy-importer SUCCESS in 4m 12s |
…ot share permissions (ansible-collections#1464) (ansible-collections#1546)" This reverts commit 6698cdd.
…odify snapshotot share permissions (#1464) (#1546)" (#1560) Temporarily Revert "ec2_snapshot, ec2_snapshot_info: Add support to modify snapshotot share permissions (#1464) (#1546)" Temporarily Revert "ec2_snapshot, ec2_snapshot_info: Add support to modify snapshotot share permissions (#1464) (#1546)" This reverts commit 6698cdd. SUMMARY ISSUE TYPE Bugfix Pull Request Docs Pull Request Feature Pull Request New Module Pull Request COMPONENT NAME ADDITIONAL INFORMATION Reviewed-by: Mark Chappell
… list of dicts (ansible-collections#1643) [6.0.0] codebuild_project - update tags param to use dict rather than list of dicts SUMMARY Passing list of dicts was deprecated, move it to dict fixes: ansible-collections#1546 Originally deprecated in ansible-collections#1221 as part of the tagging cleanup. ISSUE TYPE Feature Pull Request COMPONENT NAME codebuild_project ADDITIONAL INFORMATION Reviewed-by: Alina Buzachis <None>
… list of dicts (ansible-collections#1643) [6.0.0] codebuild_project - update tags param to use dict rather than list of dicts SUMMARY Passing list of dicts was deprecated, move it to dict fixes: ansible-collections#1546 Originally deprecated in ansible-collections#1221 as part of the tagging cleanup. ISSUE TYPE Feature Pull Request COMPONENT NAME codebuild_project ADDITIONAL INFORMATION Reviewed-by: Alina Buzachis <None>
… list of dicts (ansible-collections#1643) [6.0.0] codebuild_project - update tags param to use dict rather than list of dicts SUMMARY Passing list of dicts was deprecated, move it to dict fixes: ansible-collections#1546 Originally deprecated in ansible-collections#1221 as part of the tagging cleanup. ISSUE TYPE Feature Pull Request COMPONENT NAME codebuild_project ADDITIONAL INFORMATION Reviewed-by: Alina Buzachis <None>
This is a backport of PR #1464 as merged into main (1f1ac75).
SUMMARY
snapshot share permissions (createVolumePermissions)
of a ec2 snapshot toamazon.aws.ec2_snapshot
.snapshot share permissions (createVolumePermissions)
to return value ofamazon.aws.ec2_snapshot_info
.ISSUE TYPE
COMPONENT NAME
amazon.aws.ec2_snapshot
amazon.aws.ec2_snapshot_info
ADDITIONAL INFORMATION
API references
describe_snapshot_attribute
modify_snapshot_attribute
reset_snapshot_attribute