Skip to main content

Build your own

Overmind can read in your terraform/OpenTofu plans on every pull request and show you the potential impact ("blast radius"), as well as give a machine-generated list of risks of the change. If you use GitHub Actions, Overmind can deliver that information directly to your PR as a comment.

Manual Integration​

  • Install the latest overmindtech/ovm-cli from the GitHub repo.
  • Run ovm-cli submit-plan every time CI/CD creates a new terraform/OpenTofu plan.
  • Use ovm-cli get-change --format markdown to generate a report of the impact and risks.
  • Surround the deployment execution with start-change/end-change calls to capture before/after system snapshots.