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
While it does create it, any subsequent run wants to destroy and create one of them again (in the case of 2 vswitches). This is due to the fact that you always fetch the first VpcInfo when describing the current state. This commit would fix this issue 574b174.
Steps to Reproduce
Use code similar to above.
Important Factoids
References
The text was updated successfully, but these errors were encountered:
Terraform Version
1.9.5
Affected Resource(s)
alicloud_ots_instance_attachment
Terraform Configuration Files
Debug Output
N/A
Panic Output
N/A
Expected Behavior
Create one attachment per vswitch.
Actual Behavior
While it does create it, any subsequent run wants to destroy and create one of them again (in the case of 2 vswitches). This is due to the fact that you always fetch the first
VpcInfo
when describing the current state. This commit would fix this issue 574b174.Steps to Reproduce
Use code similar to above.
Important Factoids
References
The text was updated successfully, but these errors were encountered: