little-library-54601
09/21/2023, 7:34 PMvar otherStack = new StackReference("other-stack");
This works great for all my lower environments which share a stack passphrase. But my production stack has a different passphrase, for obvious reasons. When it executes that code, pulumi dumps an error because the current PULUMI_CONFIG_PASSPHRASE environment variable is valid for the prod stack but not for "other-stack".
FWIW, I'm using the default secrets provider - maybe that's technically "passphrase" since I see there's one called "default" in the docs but I don't know what that means or how it's different than "passphrase".
Is this possible? Would appreciate direction. Thanks.billowy-army-68599
little-library-54601
09/22/2023, 2:34 PMI appreciate you need an answer, but this is a best effort support basis.You're right. I know that. My apologies if I came across as demanding.