This message was deleted.
s
This message was deleted.
b
I don’t think you could do this without a “sops” provider for Pulumi
l
Thanks, that's what I thought might be the case. Is it possible for anyone to write a provider or do they come from pulumi?
b
you can “bridge” terraform providers, and there’s a sop terraform provider but it doesn’t do the encryption part, just reads the encrypted value. Would that be helpful? I can bridge that for you
l
Ok, good to know. It's the encryption bit that sops does that I need. I did wonder about the Command Provider but that only appears to run on create or destroy based on the docs. I.e. if I updated a secret stack config value, I'd ideally want that change to update the appropriate Secret yaml and have it encrypted.