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 applyRun the plan command.
terragrunt planRun the output command.
terragrunt outputSupported Shortcuts
applydestroyforce-unlockimportinitoutputplanrefreshshowstatetestvalidate