Custom Integrations
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/clifrom the GitHub repo. - Run
overmind changes submit-planevery time CI/CD creates a new terraform/OpenTofu plan. - Use
overmind changes get-change --format markdownto generate a report of the impact and risks. - Surround the deployment execution with
start-change/end-changecalls to capture before/after system snapshots.