5 ms·
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
by thearrow 5y 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 https://www.pulumi.com/docs/intro/concepts/state/#backends
- marcinzm 5y agoLooks like Pulimi, unlike terraform, doesn't provide a means of locking for concurrent access if you use the self-managed state.
- delnaught 5y agoOn 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 https://github.com/pulumi/pulumi/pull/2697
- thearrow 5y agoLooks 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#improvements https://github.com/pulumi/pulumi/blob/v2.23.0/CHANGELOG.md#i... Nice!