Open rsun-thoughtworks opened 2 years ago
https://github.com/aliyun/terraform-provider-alicloud/blob/f2b25747d569d8716aaca1d009195037ee16e669/alicloud/resource_alicloud_cloud_firewall_instance.go#L246-L251
The following fields are not updated when import state of cloud firewall instance
As a result after import state, terraform cannot correctly manage state of cloud firewall instance.
After import it, if we destroy this instance by comment this resource, it will say it has been deleted.
However, I can confirm that it is not.
So, is this resource event working?
Issue
https://github.com/aliyun/terraform-provider-alicloud/blob/f2b25747d569d8716aaca1d009195037ee16e669/alicloud/resource_alicloud_cloud_firewall_instance.go#L246-L251
The following fields are not updated when import state of cloud firewall instance
As a result after import state, terraform cannot correctly manage state of cloud firewall instance.