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
When using the Alicloud Terraform provider to close ipv6 function on the AliCloud VPC and vSwitch, I noticed that the close order of terraform has a conflict with AliCloud design.
Terraform will try to close ipv6 function on VPC first since the vSwitch resource depends on VPC resource, while AliCloud requires the ipv6 function of the switch be disabled earlier.
Therefore, I have raised this issue to apply for a solution in this scenario.
Category
AliCloud
Aspect
VPC(ipv6)
Details
An error will be raised when you try to close the ipv6 function by change the enable_ipv6 value from true to false.
Description
When using the Alicloud Terraform provider to close ipv6 function on the AliCloud VPC and vSwitch, I noticed that the close order of terraform has a conflict with AliCloud design.
Terraform will try to close ipv6 function on VPC first since the vSwitch resource depends on VPC resource, while AliCloud requires the ipv6 function of the switch be disabled earlier.
Therefore, I have raised this issue to apply for a solution in this scenario.
Category
AliCloud
Aspect
VPC(ipv6)
Details
An error will be raised when you try to close the ipv6 function by change the enable_ipv6 value from true to false.
Terraform Version
1.5.7
Affected Resource(s)
VPC
Terraform Configuration Files
Debug Output
N/A
Panic Output
N/A
Expected Behavior
The ipv6 function can be disabled successfully by change the value of enable_ipv6 argument from true to false.
Actual Behavior
Error raised
Steps to Reproduce
N/A
References
[alicloud_vpc_document]
[(https://registry.terraform.io/providers/aliyun/alicloud/latest/docs/resources/vpc)]
The text was updated successfully, but these errors were encountered: