Skip to content
👷 The Terragrunt website redesign is Work In Progress! 👷
For a list of outstanding TODOs see this.
To give feedback, click here.

OpenTofu Shortcuts

Usage

Terragrunt is an orchestration tool for OpenTofu/Terraform, so with a couple exceptions, you can generally use it as a drop-in replacement for OpenTofu/Terraform.

Terragrunt has a shortcut for most OpenTofu commands. You can usually just replace `tofu` or `terraform` with `terragrunt` and it will do what you expect.

Examples

Run the apply command.

Terminal window
terragrunt apply

Run the plan command.

Terminal window
terragrunt plan

Run the output command.

Terminal window
terragrunt output

Supported Shortcuts

  • apply
  • destroy
  • force-unlock
  • import
  • init
  • output
  • plan
  • refresh
  • show
  • state
  • test
  • validate