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
Right now it's not possible to get instance uuid directly from arvan_iaas_abrak resource and we need to define a data block with depends_on which is cumbersome. There should be an option like what arvan_iaas_subnet has for network_uuid to be able to get abarak_uuid directly from resource block.
Although abrak_uuid is different from resource.id, but it's possible to attach networks with resouce.id as well. I think examples in this repo can be simplified:
Right now it's not possible to get instance uuid directly from arvan_iaas_abrak resource and we need to define a
data
block withdepends_on
which is cumbersome. There should be an option like whatarvan_iaas_subnet
has fornetwork_uuid
to be able to get abarak_uuid directly from resource block.After this, in network attach we can easily do:
instead of :
The text was updated successfully, but these errors were encountered: