This message was deleted.
s
This message was deleted.
l
Could automation api help here? It allows programmatic creation of stacks and management of config https://www.pulumi.com/blog/automation-api/
b
@tall-needle-56640 I think you can get around this using cloud encryption and encrypting with a KMS key: https://www.pulumi.com/docs/intro/concepts/config/#initializing-a-stack-with-alternative-encryption
t
@billowy-army-68599 I don't see how. It seems like I'd run into the same issue regardless of the encryption provider. The workaround I found was to always delete the
encryptionsalt
value from the config file before committing. Also, with this workaround,
encryptionsalt
is never needed, because it's just using the
Azure_Storage_Key
. I'm not sure if that's a good thing, but it's working.
@lemon-agent-27707 I'm hopeful that the Automation API will simplify things, but as a C# developer, I can't even try it out yet.
l
Coming soon! I'll keep you posted.