fancy-shoe-29676
12/14/2020, 7:55 PMlemon-agent-27707
12/14/2020, 11:31 PMencryptedKey
and/or encryptedSalt
depending on which secrets provider you specify.
When you run your code again, those values are missing and you get the error message.workDir: "."
or something equivalent and to not specify the stackSettings
object manually.
This way when you create a stack, the pulumi.stack.yaml
file gets created in a consistent directory. Next time you run your program and select the stack, it will read settings from that directory.fancy-shoe-29676
12/15/2020, 4:53 AMlemon-agent-27707
12/15/2020, 6:02 AMfancy-shoe-29676
12/15/2020, 6:13 AMcreateOrSelectStack
method and thought its just selecting when its already created and available in my state bucket … but looks like not working. atm i dont manage secrets in pulumi so i can also use a static password for the passphrase - but its an “ugly” workarroundlemon-agent-27707
12/15/2020, 5:42 PM