Hacker News new | ask | show | jobs
by seedie 1068 days ago
One of the main reasons for us to use a terraform collaboration tool is to easily manage state files.

Would be awesome if they find a way to integrate state management.

1 comments

Thanks!! Great point; for now we're relying on S3+dynamo which many people prefer anyways; but state management is on the roadmap, we'll get to it soon

Tracking here: https://github.com/diggerhq/digger/issues/206

And btw contributions very welcome, we're a small team so every bit helps, even if it's just filing or labeling an issue

> S3+dynamo which many people prefer anyways

Those people have not experienced the :heart_eyes_cat: of GitLab's TF state store, which I find just a bazillion times superior to creating TWO separate AWS resources only for storing a bunch of JSON to make TF work: https://docs.gitlab.com/ee/user/infrastructure/iac/terraform...