Skip to main content

groundctl

terraform plan for your local developer machine.

Detect how your development environment has drifted from your team's standard — and fix it with one command.

Get StartedGitHub
$ ground check

  [ok]  node          22.10.0
  [ok]  python        3.12.1
  [ERR] docker        not found
  [!!]  terraform     version drift

  4 checked  2 ok  1 warning  1 error

$ ground fix
  Installing docker via brew...
  Upgrading terraform via brew...
  All drift resolved.