Back to Terragrunt

No Dependency Outputs

docs/src/data/flags/no-dependency-outputs.mdx

1.1.3699 B
Original Source

import { Aside } from '@astrojs/starlight/components';

<Aside type="tip" title="Experimental"> This flag is gated behind the [`optional-dependency-outputs`](/reference/experiments/active#optional-dependency-outputs) experiment. Enable it with `--experiment=optional-dependency-outputs` or `TG_EXPERIMENT=optional-dependency-outputs`; otherwise setting `--no-dependency-outputs` returns an error. </Aside>

Skip all dependency output resolution during a run.

When enabled, Terragrunt does not resolve any dependency block outputs and will not call tofu/terraform output. This mirrors the existing skip_outputs = true attribute on individual dependency blocks, applied globally to the run.