Variable set dependencies?

How do you mark a new variable set as dependent on a secondary variable set (Variable set A uses variables from Variableset B)?

thanks

Hi,

Thanks for getting in touch. You can’t have dependencies between variables like that. What you can do is reference a variable from another one like this:

Variable Set 1

Variable1 = “John Snow”

Variable Set 2

Variable2 = #{Variable1}

If during a deployment you use Variable2, its value will be “John Snow”. But like I said, its not a dependency but rather a reference.

Sorry for the crappy news

Dalmiro