Secrets

You can update the passphrase for a stack by using the change-secrets-provider flag on the stack command followed by the passphrase provider. This indicates that you want to update the local provider that uses a passphrase rather than using any remote providers. You also need to have a stack selected for this to work.

pulumi stack change-secrets-provider passphrase

You can configure stack passphrases in your environment variables using the PULUMI_CONFIG_PASSPHRASE variable. This can be an empty string but its not recommended.

export PULUMI_CONFIG_PASSPHRASE=<YOUR_PASSPHRASE>