Hacker News new | ask | show | jobs
by ofrzeta 404 days ago
It's suprising that I never heard of Terrateam although I work in that space. How does your solution compare to ArgoCD or Flux?
1 comments

Makes sense. We are still a bit under the radar. Terrateam focuses on Terraform and Tofu automation through GitHub pull requests. No long running agents or syncing YAML. Everything runs in response to pull request, comment, and merge events.

We are also expanding support beyond Terraform and Tofu. That includes Kubernetes, Ansible, and other tools that follow a plan and apply model. If it runs as a CLI with a dry run capability, we can orchestrate it.

On the VCS side, we started with GitHub and are adding support for GitLab and Azure DevOps.