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
When creating multiple tag namespace and/or multiple defined tags, the creation was successfully 100%. So the terraform destroy should work fine as well.
Actual Behavior
If to create multiple tag namespace and/or multiple defined tags using loop, either for or for_each, terraform apply works, but terraform destroy will fail 100% and require multiple re-run to have the destroy done. It's the same behavior using OCI GUI console because on GUI console, it allows multiple selections for tag namespace and defined tags, however, the deletion will fail with the same error message as terraform error.
Steps to Reproduce
filled in the tenancy ocid in the code snippet above
terraform apply -auto-approve
terraform apply -destroy -auto-approve
The text was updated successfully, but these errors were encountered:
Community Note
Terraform Version and Provider Version
Terraform v1.8.5
on linux_amd64
Affected Resource(s)
oci_identity_tag_namespace and oci_identity_tag
Terraform Configuration Files
Debug Output
╷
│ Error: 429-TooManyRequests, Tenant has been throttled. Too Many Requests
│ Suggestion: Please re-apply your Terraform config and/or increase the retry timeout using this document: https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/terraformtroubleshooting.htm#common_issues__automaticretries
│ Documentation: https://registry.terraform.io/providers/oracle/oci/latest/docs/resources/identity_tag
│ API Reference: https://docs.oracle.com/iaas/api/#/en/identity/20160918/Tag/DeleteTag
│ Request Target: DELETE https://identity.ca-toronto-1.oci.oraclecloud.com/20160918/tagNamespaces/ocid1.tagnamespace.oc1..aaaaaaaas4jtlhko64f22bhpzxf4x2strcysub4bczhyroivpc4svpk2u6yq/tags/k3
│ Provider version: 6.21.0, released on 2024-12-22. This provider is 2 Update(s) behind to current.
│ Service: Identity Tag
│ Operation Name: DeleteTag
│ OPC request ID: 7737077f23a440e1cf21a80dffdbc971/92E643E906742C48465D23A5E6BC4CF6/006F3E46D0BFDF07E7C6201FF6A1DCD2
Expected Behavior
When creating multiple tag namespace and/or multiple defined tags, the creation was successfully 100%. So the terraform destroy should work fine as well.
Actual Behavior
If to create multiple tag namespace and/or multiple defined tags using loop, either for or for_each, terraform apply works, but terraform destroy will fail 100% and require multiple re-run to have the destroy done. It's the same behavior using OCI GUI console because on GUI console, it allows multiple selections for tag namespace and defined tags, however, the deletion will fail with the same error message as terraform error.
Steps to Reproduce
The text was updated successfully, but these errors were encountered: