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
it should have deleted the pool and then the cluster
Actual Behavior
I suspect a sequence error where the pool and instanceonfiguration dletreion is done in the wrong order or a timing issue where the node pool delete should have a delay before trying the instanceconfig
Error: 409-Conflict, The Instance Configuration ocid1.instanceconfiguration.oc1.eu-frankfurt-1.aaaaaaaanibtpp2u2fzvvhsuzpelcooagvqd652orbaieb4vj3k2m736aiqa is associated to one or more Instance Pools.
│ Suggestion: The resource is in a conflicted state. Please retry again or contact support for help with service: Core Instance Configuration
Steps to Reproduce
ran terraform destroy
Important Factoids
running inn the oci cloud shell (on the oci services network)
References
The text was updated successfully, but these errors were encountered:
Community Note
Terraform Version and Provider Version
Terraform v1.5.7
on linux_amd64
Affected Resource(s)
instanceconfiguration
Terraform Configuration Files
Debug Output
Panic Output
Expected Behavior
it should have deleted the pool and then the cluster
Actual Behavior
I suspect a sequence error where the pool and instanceonfiguration dletreion is done in the wrong order or a timing issue where the node pool delete should have a delay before trying the instanceconfig
Error: 409-Conflict, The Instance Configuration ocid1.instanceconfiguration.oc1.eu-frankfurt-1.aaaaaaaanibtpp2u2fzvvhsuzpelcooagvqd652orbaieb4vj3k2m736aiqa is associated to one or more Instance Pools.
│ Suggestion: The resource is in a conflicted state. Please retry again or contact support for help with service: Core Instance Configuration
Steps to Reproduce
ran
terraform destroy
Important Factoids
running inn the oci cloud shell (on the oci services network)
References
The text was updated successfully, but these errors were encountered: