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
2024-09-05T11:23:13.383+1200 [DEBUG] provider.terraform-provider-oci_v6.7.0: {
2024-09-05T11:23:13.383+1200 [DEBUG] provider.terraform-provider-oci_v6.7.0: "code" : "Conflict",
2024-09-05T11:23:13.383+1200 [DEBUG] provider.terraform-provider-oci_v6.7.0: "message" : "The Subnet ocid1.subnet.oc1.us-sanjose-1.aaaaaaaa6rl5mazewi4auq6nkk5wtih46ei7iphxvaamd3wrfgwcg73jxyea references the service VNIC ocid1.vnic.oc1.us-sanjose-1.abzwuljrfbvcrycpco53w73cnxvivllln3lnpsqdvc3dxoa2jr6keahusuta. You must remove the reference to proceed with this operation."
2024-09-05T11:23:13.383+1200 [DEBUG] provider.terraform-provider-oci_v6.7.0: }
Expected Behavior
Resources should all cleanly destroyed in order of reverse dependency (subnet depends on VCN)
Actual Behavior
Destroy is stuck on deleting subnets indefinitely.
Community Note
Terraform Version and Provider Version
Affected Resource(s)
Terraform Configuration Files
https://github.com/sharingio/infra/pull/3/files
Debug Output
Expected Behavior
Resources should all cleanly destroyed in order of reverse dependency (subnet depends on VCN)
Actual Behavior
Destroy is stuck on deleting subnets indefinitely.
Steps to Reproduce
terraform apply
terraform delete
References
wip: sharingio/infra#3
The text was updated successfully, but these errors were encountered: