| So, you never expect to be able to change the environment between two applies in the same plan? (At least not with that interface) And isn't there a global {{$environment }} that it would pick up if not setting it? Is that the intent - hide global with local? What if one plan calls another? That setting of $environment is local to the calling plan, and will not be visible to the called plan unless it "fiddles around with calling scope"... |