Open RafalSumislawski opened 1 month ago
Thanks for the bug report @RafalSumislawski. I think the root cause here is https://github.com/pulumi/pulumi/issues/17131 I'll keep this open as a pointer for other users, but I suggest, upvoting and adding any additional context on that ticket.
What happened?
Give a code that attempts to use the
assets
output of aCommand
resource:running a sequence of
Leads to a
Invalid asset encountered when unmarshaling resource property
error.This is most likely related to the fact that running a refresh removes the
path
property of the assetBefore:
After:
Example