Skip to content
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

Add requireOutput to StackReference #3007

Merged
merged 3 commits into from
Aug 1, 2019
Merged

Add requireOutput to StackReference #3007

merged 3 commits into from
Aug 1, 2019

Conversation

lukehoban
Copy link
Member

Provides an additional helper function to read outputs from a stack reference in case it is known that the stack output must be present. This is similar to the design for config.get and config.require.

Fixes #2343.

@ellismg
Copy link
Contributor

ellismg commented Jul 31, 2019

Should we also do this for python?

@lukehoban
Copy link
Member Author

Should we also do this for python?

We should. I had forgotten that we’d already added StackReference in Python.

Provides an additional helper function to read outputs from a stack reference in case it is known that the stack output must be present.  This is similar to the design for config.get and config.require.

Fixes #2343.
@lukehoban lukehoban merged commit aac25ea into master Aug 1, 2019
@pulumi-bot pulumi-bot deleted the lukehoban/2343 branch August 1, 2019 18:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Extra space in getOutput from a stack reference causes odd failures
3 participants