Open gavindsouza opened 1 week ago
btw, I'm not approaching this further, just thought I should report it nevertheless. I moved on to just continue using pulumi_docker_build
library instead.
Thanks for reporting this @gavindsouza you can work around this error in by setting addPreviousOutputInEnv = false
, but I think at minimum we should keep this issue open to track improving the error message to suggest the workaround. (And even better if we can find a way to avoid the error altogether, though that might be challenging.)
What happened?
Running
pulumi up -s dev -y
fails when run consecutively. Although, if I change theresource_name
, the build runs successfully.Similar thread I found: #285
Example
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).