Hacker News new | ask | show | jobs
by thearrow 1883 days ago
I think Pulimi is similar to terraform in that you can use multiple backends for state management, of which their "service" is one[0]. Meaning you could use the CLI backed by an S3 bucket for free.

[0]: https://www.pulumi.com/docs/intro/concepts/state/#backends

1 comments

Looks like Pulimi, unlike terraform, doesn't provide a means of locking for concurrent access if you use the self-managed state.
On its way? [0] Not sure how to tell if / when this PR makes it into 3.0

[0] https://github.com/pulumi/pulumi/pull/2697

Looks like this feature may have made it into v2.23.0, behind an env var: https://github.com/pulumi/pulumi/blob/v2.23.0/CHANGELOG.md#i...

Nice!