-
-
Notifications
You must be signed in to change notification settings - Fork 553
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
resource_tag update fails when attempting to use multiple resource_id values #243
Comments
Would be great to see a fix for this. |
The 7.0 cookbook release refactored this resource a bit and added testing. Can someone take a look and see if this is still an issue |
I am seeing the same problem in |
This issue is still there in |
I am facing this issue with |
Cookbook version
3.3.3
Chef-client version
Chef 12.7.2
Platform Details
AWS Ubuntu
Scenario:
use multiple resource_id values with aws_resource_tag
Steps to Reproduce:
Expected Result:
All volumes listed in resource_id will have the relevant tag updated
Actual Result:
Error, appears that
providers/resource_tag.rb: load_current_resource
fails to handle multipleresource_id
valuessanitized to remove proprietary information
The text was updated successfully, but these errors were encountered: