Can somebody explain to me options for storing sta...
# general
c
Can somebody explain to me options for storing state for Pulumi. I did not find much answers in documentation. It just said either locally or on pulumi server. Terraform obviously has an option to use storage account, ARM does not require it at all. So what are the free, selfhosted options of using Pulumi? Hosting state locally obviously is not a solution since no teams are exactly 1 person.
b
we still use a custom solution with git but AIUI there are first class providers for e.g. azure blobs now
👍 1
b