quick-wolf-8403
05/08/2022, 4:27 PMpulumi config cp
to move secrets and config entries from the old stack.billowy-army-68599
05/08/2022, 4:38 PMPulumi.yaml
I believe, although I hvan't tried this with secretsquick-wolf-8403
05/08/2022, 6:15 PMerror: 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