Skip to content

Commit c574c5a

Browse files
authored
Update file-dependencies.md
1 parent d3d4145 commit c574c5a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

docs/2.0/docs/pipelines/guides/file-dependencies.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,3 @@ However, there are some cases where you may want to run Pipelines for changes to
99
Pipelines will automatically detect, based on git commit history, when data files have changed and emit a `FileChanged` change. This will create a new execution in your CI flow that will invoke Terragrunt with the [`queue-include-units-reading`](https://terragrunt.gruntwork.io/docs/reference/cli-options/#queue-include-units-reading) option set to the files that have changed. Terragrunt will then scan your code for units that depend on the changed files and add them to the plan/apply.
1010

1111
Note that Terragrunt will only be able to determine which units read the data file if that file is read using a built-in function such as `read_terragrunt_config` or is in a `include`, `dependency`, or `dependencies` block. You may want to use the [`mark_as_read`](https://terragrunt.gruntwork.io/docs/reference/built-in-functions/#mark_as_read) function to explicitly ensure that Terragrunt knows to include your unit when a particular data file is changed.
12-
13-
## Example
14-
15-
Here's an example of how to configure pipelines to automatically run `plan/apply` when only these data files are changed.

0 commit comments

Comments
 (0)