Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
[PR #1419/fad35892 backport][stable-5] Add ResourceType on ec2 snapshot copy This is a backport of PR #1419 as merged into main (fad3589). SUMMARY Fixes this issue that shows up when tags are specified: An error occurred waiting for the snapshot to become available.: An error occurred (InvalidParameterValue) when calling the CopySnapshot operation: Tag specification resource type must have a value ISSUE TYPE Bugfix Pull Request COMPONENT NAME ec2_snapshot_copy ADDITIONAL INFORMATION # before botocore.exceptions.ClientError: An error occurred (InvalidParameterValue) when calling the CopySnapshot operation: Tag specification resource type must have a value fatal: [localhost]: FAILED! => { "boto3_version": "1.24.57", "botocore_version": "1.27.58", "changed": false, "error": { "code": "InvalidParameterValue", "message": "Tag specification resource type must have a value" }, .... # after (no error message) changed: [localhost] => { "changed": true, "invocation": { "module_args": { ..... Reviewed-by: Mark Chappell <None>
- Loading branch information