You can use a self hosted backend (e.g S3 bucket) with pulumi open source which is free
m
many-garden-84306
05/22/2022, 5:40 PM
"Self-hosted" is not really meaningful in the free/open-source model. You don't need to host a service at all. You just use a file or cloud storage (e.g., S3) as your backend, and the client does all the work, persisting your stack's state into the backend state files.