sparse-intern-71089
12/13/2019, 4:29 AMwhite-balloon-205
pulumi.interpolate
.
https://www.pulumi.com/docs/intro/concepts/programming-model/#outputs-and-stringsbusy-magazine-48939
12/13/2019, 7:29 AMconcat
and interpolate
but it doesn’t make any effect, still getting same errorbusy-magazine-48939
12/13/2019, 7:40 AMinterpolate
works within module where EIP resource is defined, but if I try to interpolate it in another module referenced via import {} then it failsbusy-magazine-48939
12/13/2019, 8:07 AMconcat(stack.getOutput('outputId'))
, however my understanding always was that getOutput()
is meant to be used for cross-stack references primarily, is my understanding wrong? Is it feasible to use stack.getOutput()
within one stack?