-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fetching pulumi outputs returns no values #1330
Comments
Hey! Thanks for reporting this. It's been quite a while since I built (or worked with) the output functionality, so I don't immediately understand what is causing this for you. Can you try something for me? Can you try to do any command other than |
Not the reporter but I have the same bug. |
It might also be useful to see what's in |
This may be addressed by #1327, but it hasn't been released yet. |
v6.0.1 of the action was released with the changes from #1327. Does this issue still repro? |
I can try it out. Give me a few days since I’ve had to refactor the code massively to avoid this.
…________________________________
From: Justin Van Patten ***@***.***>
Sent: Monday, January 13, 2025 8:33:50 PM
To: pulumi/actions ***@***.***>
Cc: Marko Djukic ***@***.***>; Author ***@***.***>
Subject: Re: [pulumi/actions] Fetching pulumi outputs returns no values (Issue #1330)
v6.0.1 of the action was released with the changes from #1327<#1327>. Does this issue still repro?
—
Reply to this email directly, view it on GitHub<#1330 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AC7VCPKOXBSTAVIO2ZGNELT2KRSP5AVCNFSM6AAAAABULN3BU2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKOBYGU3TENZYGA>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
What happened?
Unsure if this is the intended function of this command, but I am trying to use the
command: output
in order to access outputs from the stack, as follows:However, no output provided:
Example
Doing manual outputs like this works but I as hoping to avoid manual manipulation:
Output of
pulumi about
Additional context
No response
Contributing
Vote on this issue by adding a 👍 reaction.
To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).
The text was updated successfully, but these errors were encountered: