I need to deploy and test NLB, available from 1.191.1+. Last week I update the version in 1.201.1 for that as you can see in the repo.
However we encountered issues when we tried to remove all NLB resources. It seems there's an issue with the order when the resource are evaluated and destroyed (I mean security group is deleted before the security attachment...)
After this task the plugin is crashed systematically and the only way to remove the issue, is to release the job stuck in TFE and ask Alibaba support to release the NLB instance stucks in "updating configuration" step.
Terraform Configuration Files
N/A
Debug Output
N/A
Panic Output
If Terraform produced a panic, please provide a link to a GitHub Gist containing the output of the crash.log.
In attachement....
Expected Behavior
The different NLB resources should remove without any issues
Actual Behavior
Error: The terraform-provider-alicloud_v1.199.0 plugin crashed!
Steps to Reproduce
Please list the steps required to reproduce the issue, for example:
Create NLB Loadbalancer
Create NLB Listener
Create NLB Server Group
Create NLB security group
Create NLB security groupe attachement
After the whole creation of each reources, try to remove the file and remove them in one API Call, that crash the plugin in 1.199.0, 1.201.1 and I think all version of the plugin...
Hi there,
I need to deploy and test NLB, available from 1.191.1+. Last week I update the version in 1.201.1 for that as you can see in the repo.
However we encountered issues when we tried to remove all NLB resources. It seems there's an issue with the order when the resource are evaluated and destroyed (I mean security group is deleted before the security attachment...)
After this task the plugin is crashed systematically and the only way to remove the issue, is to release the job stuck in TFE and ask Alibaba support to release the NLB instance stucks in "updating configuration" step.
Terraform Configuration Files
N/A
Debug Output
N/A
Panic Output
If Terraform produced a panic, please provide a link to a GitHub Gist containing the output of the
crash.log
.In attachement....
Expected Behavior
The different NLB resources should remove without any issues
Actual Behavior
Error: The terraform-provider-alicloud_v1.199.0 plugin crashed!
Steps to Reproduce
Please list the steps required to reproduce the issue, for example:
Ticket on Alibaba support
Ticket No.1Z1GYAM6
Thanks Morgan