Open Finenyaco opened 8 months ago
The API of Alibaba is unstable. Sometimes the first-time deletion fails on the vswitch because of dependency issues, but the resources that depend on it have already been removed from the console.
Found similar issues on the Alibaba provider like https://github.com/aliyun/terraform-provider-alicloud/issues/2114.
We could upgrade the provider version once it got fixed on the provider side. For now, as a workaround, we could make a second attempt if the first deletion failed. It usually works fine for the second deletion.
Describe the bug
Steps to reproduce
postgresql
to create a resoruce and do not specify the VPC id.Result
Deletion of one vSwitch and one VPC failed.
Check the run details.
Check the event details on the Alicloud consoles.
Expected behavior
Environment
Additional context Add any other context about the problem here.