terragrunt
label on the stack:terragrunt
instead of terraform
as the main command. Since Terragrunt API is a superset of Terraform's, this is completely transparent to the end user.init
, plan
, and apply
commands. This means we're not supporting executing Terraform commands on multiple modules at once (run-all
). This functionality was designed to operate in a very different mode and environment, and is strictly outside our scope.--terragrunt-log-level debug
CLI flag (You'll need to set this flag using the TF_CLI_ARGS
environment variable. For example, TF_CLI_ARGS="--terragrunt-log-level debug"
TERRAGRUNT_LOG_LEVEL
environment variable. Logging levels supported: info
(default), panic
fatal
error
warn
debug
trace