fierce-cpu-94517
03/04/2020, 10:00 AMpulumi login --local
2. pulumi stack init my-stack
(entered passphrase)
3. aws-vault exec my-profile -- pulumi up
. got an error. some resources provisioned.
4. fixed stuff
5. aws-vault exec my-profile -- pulumi up
. started getting error: decrypting secret value: failed to decrypt: incorrect passphrase, please set PULUMI_CONFIG_PASSPHRASE to the correct passphrase
6. weirder: pulumi stack ls
returns empty list of stacks
what is going on?pulumi destroy
returns the same error: decrypting secret value: failed to decrypt...
$ pulumi version
v1.11.1
PULUMI_CONFIG_PASSPHRASE
helpedgentle-diamond-70147
03/04/2020, 4:02 PMPULUMI_CONFIG_PASSPHRASE
environment variable.fierce-cpu-94517
03/08/2020, 7:39 AM