https://pulumi.com logo
e

elegant-planet-7298

10/10/2018, 9:17 AM
I was using
pulumi.output('foo', bar)
for a while with
pulumi stack output foo
and it was working fine. But now I seem to be getting
error: current stack does not have output property 'foo'
even though 'foo' is listed in
pulumi stack output
. Any ideas if this is related to a pulumi update or something I've stuffed up?
w

white-balloon-205

10/10/2018, 2:15 PM
This is with Python? Where are you seeing that error message? /cc @incalculable-sundown-82514
e

elegant-planet-7298

10/11/2018, 1:12 AM
@white-balloon-205 Yep with Python. But the same error message happens when I run the command directly in terminal.
w

white-balloon-205

10/11/2018, 5:05 AM
Which command is it you are running when you see this? If you have any additional details we’d love a bug report at https://github.com/pulumi/pulumi so we can track this.
e

elegant-planet-7298

10/11/2018, 5:13 AM
@white-balloon-205
pulumi stack output foo
just the cli command