You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
If you are interested in working on this issue or have submitted a pull request, please leave a comment
Terraform CLI and Terraform IBM Provider Version
Terraform Version v1.5.7
Terraform IBM Provider Version v1.57.1
Affected Resource(s)
ibm_cbr_zone
ibm_cbr_rule
Terraform Configuration Files
We have been seeing intermittent CBR failures during TF destroy for the TIM modules for the CBR rules/zones.
It looks like that all the rules are not getting detroyed first before deletion starts for the zones and then it is throwing an error like this The network zone 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx' is referenced by one or more rules and cannot be deleted.
Please include all Terraform configurations required to reproduce the bug. Bug reports without a functional reproduction may be closed without investigation.
# Copy-paste your Terraform configurations here - for large Terraform configs,# please share a link to the ZIP file.
Community Note
Terraform CLI and Terraform IBM Provider Version
Terraform Version v1.5.7
Terraform IBM Provider Version v1.57.1
Affected Resource(s)
Terraform Configuration Files
We have been seeing intermittent CBR failures during TF destroy for the TIM modules for the CBR rules/zones.
It looks like that all the rules are not getting detroyed first before deletion starts for the zones and then it is throwing an error like this
The network zone 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx' is referenced by one or more rules and cannot be deleted.
Please include all Terraform configurations required to reproduce the bug. Bug reports without a functional reproduction may be closed without investigation.
Debug Output
TF Trace logs
TF stdout text
Panic Output
Expected Behavior
All the rules/zones should get deleted during the TF destroy.
Actual Behavior
Rules/zones are not getting deleted.
Steps to Reproduce
terraform apply
Important Factoids
References
The text was updated successfully, but these errors were encountered: