Plan Hound

Coming January 2027

Cleaner review process for your infrastructure changes before they go live.

Plan Hound isn’t just an orchestrator, is an approval and tracking layer meant to integrate OpenTofu

Plan Hound v1.0 will support the following features

  • Github

  • OpenTofu

  • AWS SNS

  • User deployment tracking

  • Cost Change Analysis

When Plan Hound gets a change notification from git, it’ll use OpenTofu to create a planned release and translate the output in a friendly, easy to review UI with plans to add cost tracking as part of that review process.

Plan Hound Workflow

  1. User creates feature branch to GIT

  2. Git runner triggers Plan Hound to run a plan against dev environment using OpenTofu

  3. User is notified along with a link to review the plan

  4. Plan Hound translates the plan into a friendly easy to review and stored for future retrieval

  5. Human reviews and approves each change

  6. Plan is re-run to ensure no drift has occurred during the review process, then applied if no changes are detected

  7. PR is updated with a deployment link showing staging successful

  8. Once PR is merged, Plan Hound re-runs workflow with new links ready for approval.