Hi there,
i have a bunch of stacks doing the complete provisioning of a host.
And i have dependencies between the stacks like “primary_ip” etc…
I defined these dependencies like that:
primary_ip = <%= output('host.primary_ip') %>
Everythings working - so far so good.
Now i wanted to provision some more instances with the “–instance” option but this doesn’t work.
The variable from the dependency always remains empty and “terraspace up” fails.
Any idea what could be wrong or has someone done this or is this even possible ?