Try Terraform
Closed this issue · 0 comments
berekuk commented
Arguments in favor of Terraform:
- terraform would help with reproducible infra
- terraform configs automatically document how everything is set up and are always up-to-date since they serve a a single source of truth
- it would prevent most wire-everything-up-properly issues (e.g. forgetting to set up an env variable on Heroku or Vercel)
- it would help with setting up dev environments from scratch too
I don't want to spend too much time on this, but I think it's worth an hour or two. Going to set up a small proof-of-concept config for one aspect, e.g. Vercel, and then continue to improve from there from time to time.