Hello. I have been using Pulumi for the past few ...
# general
w
Hello. I have been using Pulumi for the past few weeks with not any issues. I am developing in GoLang. I am managing resources in Azure. All of a sudden today, when I run
pulumi up
, the preview is generated, but I do not see a prompt to on the action for the changes (yes, no, details). The process completes successfully shows the resources to be created. I have started from scratch in Azure as well as recreated my pulumi stack. I am working in a sandbox environment, so it was not a big deal to delete the resources from Azure manually. I have tried running
pulumi refresh
(successfully) and retrying with the same issue. I have tried using the "-d" flag with no additional information. Any thoughts? UPDATE: I found the issue. Turns out I needed to update Pulumi. I managed to find a GitHub issue with a similar issue. When running
echo $?
it returned 255. I did a brew upgrade pulumi (Macbook) and it resolved the issue.