Show HN: Infra.new, an AI Agent for Terraform
General-purpose AI tools like ChatGPT and Cursor are most helpful for coding when the cost of running the code and verifying the output is low. For example, if you’re making a landing page, it’s cheap and (relatively) low-risk to let an LLM edit the files and check if the outputs look good in the browser.
Cloud configuration is different because mistakes can be costly and more difficult to recover from. With infra.new we’re attempting to make this experience better by catching issues before you deploy.
Key Features:
- Fresh Documentation: The agent pulls the latest documentation for Terraform, GitHub Actions, and other tools before every change, which reduces hallucinations and stale configuration options.
- Real-Time Cost Calculator: You can see a breakdown of your cloud costs update as your configuration changes, so you know how much it will cost before you deploy.
- Automated Error Detection & Fixes: A language server scans your configuration for issues and applies fixes automatically, reducing manual debugging.
- Two-Way GitHub Sync: Import your existing configuration, ask the agent to look for optimizations, then export the changes back to GitHub.
Team Features:
- Private Modules: Connect your private Terraform Registries hosted on GitHub, SpaceLift or Terraform Cloud
- Private Templates: Set up ready-to-use templates that can be customized with a few prompts.
- Self-documenting: Export changelogs, system diagrams, and cost reports with a click.
You can try it without signing up at infra.new
I’d love to hear what you think!
No comments yet.