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
always result in this attachment order: [vultr_vpc2.data.id, vultr_vpc2.control.id]
The VPC creation order doesn't affect the binding order either.
So, currently, if I wanted to use an automated setup, I would either need to write a program on the VPS node to examine the assigned IP, so that I can config the correct interface (which is stupid), or do it manually (which is stupid).
The text was updated successfully, but these errors were encountered:
I want VPC interfaces attached to my instances in a deterministic manner.
Currently, it doesn't matter in what order I define them:
vpc2_ids = [vultr_vpc2.data.id, vultr_vpc2.control.id]
and
vpc2_ids = [vultr_vpc2.control.id, vultr_vpc2.data.id]
always result in this attachment order:
[vultr_vpc2.data.id, vultr_vpc2.control.id]
The VPC creation order doesn't affect the binding order either.
So, currently, if I wanted to use an automated setup, I would either need to write a program on the VPS node to examine the assigned IP, so that I can config the correct interface (which is stupid), or do it manually (which is stupid).
The text was updated successfully, but these errors were encountered: