sticky-answer-6826
05/27/2022, 7:38 PMpulumi stack output myOut
after deployment and the backend gets updated? I.e not simply by specifying a new line export const myOut = outputs.then(o, => o.myOutput)
. Adding this to my TS file alone results in an error with command above but is displayed with pulumi preview
. Hence, new outputs won't be available to other stacks until I pulumi
up
little-cartoon-10569
05/29/2022, 8:13 PMup
, then set the value to 5, then the stack output is still 4: it is intentionally the deployed value.sticky-answer-6826
05/30/2022, 8:18 PM