Open Aashiq-J opened 3 months ago
catalog_offering
is a new attribute added in Provider 1.67 version onwards, hence this error. The same code is working fine with older versions.
looking at it
This has been fixed #5514 and is available as part of https://github.com/IBM-Cloud/terraform-provider-ibm/releases/tag/v1.68.0-beta0
@sumitkumartiwari This can be closed as it is fixed as part of the other issue.
Community Note
Terraform CLI and Terraform IBM Provider Version
ibm-cloud/ibm v1.67.1 Terraform v1.5.7
Affected Resource(s)
Terraform Configuration Files
Please include all Terraform configurations required to reproduce the bug. Bug reports without a functional reproduction may be closed without investigation.
https://github.com/terraform-ibm-modules/terraform-ibm-landing-zone-vsi/tree/main/examples/complete Run this example, once deployed run terraform plan again.
Debug Output
Panic Output
Expected Behavior
No changes during subsequent plan
Actual Behavior
It shows update-in-place
Steps to Reproduce
terraform apply
terraform plan
Important Factoids
References