-
Notifications
You must be signed in to change notification settings - Fork 669
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
BUG: 1.69.0 panic when attempting to update ibm_resource_instance #5618
Comments
@willholley Can you share complete steps . Does creation and update is with same binary? |
our CI which runs terraform is quite complex - I haven't attempted to create a minimal reproduction yet. It seems to be always failing on The resources were created long ago - some are 3/4 years old and some a few months old. |
if it's useful, we upgraded from provider version |
May be old instances is missing to have (LastOperation) |
Yes, I think that's right. Looking at https://github.com/IBM/platform-services-go-sdk/blob/main/resourcecontrollerv2/resource_controller_v2.go#L4581C2-L4581C15, LastOperation can be nil |
both LastOperation and LastOperation.Async could be nil, |
Community Note
Terraform CLI and Terraform IBM Provider Version
Terraform 1.7.5
IBM Provider 1.69.0
Affected Resource(s)
Terraform Configuration Files
Debug Output
Panic Output
Expected Behavior
Resource should have updated.
Actual Behavior
The plugin crashed.
Steps to Reproduce
terraform apply
Important Factoids
#5602 looks like a related change.
References
The text was updated successfully, but these errors were encountered: