witty-dress-98303
08/01/2025, 7:23 PMpulumi 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.