Been looking into the automation api and had an id...
# automation-api
f
Been looking into the automation api and had an idea that we could store the pulumi state in a kubernetes secret in the namespace I am deploying too if I use the filesystem state. Have one field to track a lock and another to hold the state in a compressed string of sorts. I guess other fields for the workspace config if I were to store it in the program/kubernetes. Has anyone done something like this?