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

Lift intrinsic functions over Output values. #5

Closed
pgavlin opened this issue Apr 15, 2022 · 2 comments
Closed

Lift intrinsic functions over Output values. #5

pgavlin opened this issue Apr 15, 2022 · 2 comments
Labels
kind/enhancement Improvements or new features resolution/fixed This issue was fixed

Comments

@pgavlin
Copy link
Member

pgavlin commented Apr 15, 2022

This tracks some follow-up work to #3. Currently, Fn::Join et. al. will not translate as expected if there are operands that are Output values, as they will attempt to operate directly on the Output values instead of using all/apply. The translator needs updating to lift operations over those values.

@pgavlin pgavlin added the kind/enhancement Improvements or new features label Apr 15, 2022
@pgavlin
Copy link
Member Author

pgavlin commented Apr 20, 2022

This is done as of #11.

@pgavlin pgavlin closed this as completed Apr 20, 2022
@pulumi-bot pulumi-bot reopened this Apr 20, 2022
@pulumi-bot
Copy link

Cannot close issue without required labels: resolution/

@pgavlin pgavlin added the resolution/fixed This issue was fixed label Apr 20, 2022
@pgavlin pgavlin closed this as completed Apr 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement Improvements or new features resolution/fixed This issue was fixed
Projects
None yet
Development

No branches or pull requests

2 participants