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.
terragrunt apply
Run the plan command.
terragrunt plan
Run the output command.
terragrunt output
Supported Shortcuts
apply
destroy
force-unlock
import
init
output
plan
refresh
show
state
test
validate