Hm. It seems as though my Secrets Provider is mess...
# general
a
Hm. It seems as though my Secrets Provider is messed up. Commenting out my
secretsprovider:
and
encryptedkey:
entries from my stack configuration file seems to fix my
pulumi preview
and
pulumi up
being stuck commands. if I run
pulumi stack change-secrets-provider "azurekeyvault://<my-url>.net/keys/<my key>"
doesn't seem to do anything. -- Alright I'm dumb. Turns out I needed to add
AZURE_TENANT_ID, AZURE_CLIENT_ID, and AZURE_CLIENT_SECRET
to my Environment Variables 😛