This message was deleted.
# general
s
This message was deleted.
b
you should just be able to update the name in the
Pulumi.yaml
I believe, although I hvan't tried this with secrets
q
That's good to know. Secrets did indeed cause a problem, though:
Copy code
error: failed to decrypt encrypted configuration value 'tokens-secrets:NEXT_PUBLIC_GOOGLE_TAG_MANAGER_ID': [400] Message authentication failed
This can occur when a secret is copied from one stack to another. Encryption of secrets is done per-stack and
it is not possible to share an encrypted configuration value across stacks.

You can re-encrypt your configuration by running 'pulumi config set tokens-secrets:NEXT_PUBLIC_GOOGLE_TAG_MANAGER_ID [value] --secret' with your
new stack selected.

refusing to proceed
I guess I'll loop through the secrets and try the error message's suggestion.