I was using `pulumi.output('foo', bar)` for a whil...
# general
e
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
This is with Python? Where are you seeing that error message? /cc @incalculable-sundown-82514
e
@white-balloon-205 Yep with Python. But the same error message happens when I run the command directly in terminal.
w
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
@white-balloon-205
pulumi stack output foo
just the cli command