Closed dimitrij-afonitschkin closed 1 week ago
Hi @dimitrij-afonitschkin Thanks for bringing it up. We will look into this issue and bring the fix for it. In the meantime as you rightly mentioned you can use replace_triggered_by lifecycle to update the resource
Is there an existing issue for this?
What version of the Terraform provider are you using?
1.7.0
What version of the Terraform CLI are you using?
OpenTofu v1.8.1
What type of issue are you facing
bug report
Describe the bug
I'm implementing a service binding rotation.
Because local.expected_credentials_rotation_version is changed, the provider tries to update the service binding and fails with the following error. The instance recreation would be triggered by lifecycle/replace_triggered_by, so there is no need for update of old service binding.
Expected Behavior
I expect the provider not try to update some properties of binding if it is not supported. It should just try to recreate the binging in cases some property can not be updated. Cloud foundry service keys resources behave in such way.
Steps To Reproduce
User's Role Collections
No response
Add screenshots to help explain your problem
No response
Additional context
No response