Closed pauljegouic closed 2 months ago
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