Back to Terragrunt

Strict Control

docs/src/data/flags/strict-control.mdx

1.0.3640 B
Original Source

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

Enables specific strict controls in Terragrunt. For a list of available controls and their descriptions, run terragrunt info strict.

This flag provides finer-grained control compared to --strict-mode, allowing you to enable specific controls rather than all of them.

For more information, see the strict controls documentation.

<Aside type="caution"> When accessing complex data structures using the `raw` format, you must use index-based access.

Attempting to access nested structures directly may result in unexpected output or errors.

</Aside>