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
we faced issue while deleting the subnet but load balancer is taking longer time to delete.
PFB error logs : while destroying the resource
"Result": {
"errors": [
{
"code": "subnet_in_use_network_interface_exists",
"message": "Cannot delete the subnet while it is in use by one or more network interfaces. Please delete the network interface or virtual server instance associated with the network interface 0717-a0af8a66-d198-408c-a593-15ba5ed53957-jvtzh and retry.\n\nThere was a request to delete a subnet, but oneor more network interfaces are using the subnet. The network interfaces must be deleted before this subnet can be deleted.",
"target": {
"name": "id",
"type": "parameter",
"value": "0717-9d83782e-4bc5-4d52-8c4d-ee033772cb56"
}
}
],
"trace": "ca611d50-70f0-47dd-a065-14285e67e717"
},
Delete option is not supported for now.
Error: Unsupported argument
on main.tf line 36, in resource "ibm_container_vpc_alb" "alb_zone1":
36: delete = "90m"
An argument named "delete" is not expected here.
Thanks,
The text was updated successfully, but these errors were encountered:
In ibm_container_vpc_alb we don't delete anything we just set back the ID to empty in statefile....
we faced this issue while the plan reach to destroying the subnet, where loadbalancer is still attached to the subnet or taking more time to delete , so destroy plan fail and only works after some retry.
hi team,
can you please add delete options in timeouts for ibm_container_vpc_alb resource?
https://registry.terraform.io/providers/IBM-Cloud/ibm/latest/docs/resources/container_vpc_alb#timeouts
we faced issue while deleting the subnet but load balancer is taking longer time to delete.
PFB error logs :
while destroying the resource
Delete option is not supported for now.
Thanks,
The text was updated successfully, but these errors were encountered: