-
Notifications
You must be signed in to change notification settings - Fork 676
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
ibm_scc_profile_attachment does not update attachment parameters #5535
Comments
cc @tyao117 |
SCC reference ticket : https://github.ibm.com/project-fortress/pm/issues/17605 |
@ocofaigh and @pauljegouic won't be able to start work on this issue until August 2nd. |
That's ok from my prospective. |
I believe to have found the source the problem. The function hashAttachmentParameters. @pauljegouic you can verify the link is the source of the issue using the env var TF_LOG. You will not see a PUT request. |
Not sure what you want me to do. Can't you do this debug on your side ? @tyao117 I can share the logs if needed on Slack, but not here. As you mentionned, there's not PUT request in my logs. |
Yes, i am doing debugging on my side, but i need to confirm that you are experiencing the same behavior. Delivering a fix that you are not experiencing would not be productive, would it? Thanks for confirming the PUT request not being in the logs. The behavior aligns with what I am seeing as well. I am working on the fix while also updating the tests as well. |
Hello there,
Used Terraform Provider versions:
When using :
ibm_scc_profile_attachment
it successfully does the creation, for the attachment parameters, but does not update the attachment_parameters value.Expected: when I change a value of the attachment parameter, the change is applied to the attachment.
@hkantare
The text was updated successfully, but these errors were encountered: