Back to Terragrunt

Destroy Dependencies Check

docs/src/data/flags/destroy-dependencies-check.mdx

1.0.3395 B
Original Source

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

When enabled, Terragrunt will verify if there are dependent units that would be affected by destroying the current unit and show a warning with the list of dependent modules.

<Aside type="tip"> Enabling dependency checks during destroy operations helps prevent accidental destruction of infrastructure that other units depend on. </Aside>