[x] Run the relevant tests successfully, including pre-commit checks.
[x] Ensure any 3rd party code adheres with our license policy or delete this line if its not applicable.
[x] Include release notes. If this PR is backward incompatible, include a migration guide.
Release Notes (draft)
Added / Removed / Updated [X].
Added support for exclude block
exclude {
if = <boolean expression> # Boolean expression to determine exclusion.
actions = ["<action>", ...] # List of actions to exclude (e.g., "plan", "apply", "all", "all_except_output").
exclude_dependencies = <boolean> # Boolean to determine if dependencies should also be excluded.
}
Description
Included changes:
exclude
blockhttps://github.com/gruntwork-io/terragrunt/issues/3134
TODOs
Read the Gruntwork contribution guidelines.
Release Notes (draft)
Added / Removed / Updated [X].
Added support for
exclude
blockMigration Guide