Skip to content

Commit 8a811f2

Browse files
committed
DEV-671 - retitle the tg env var page to be more usecase focused
1 parent 997c15f commit 8a811f2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/2.0/docs/pipelines/guides/terragrunt-env-vars.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# Passing Additional Environment Variables to Terragrunt
1+
# Leveraging advanced Terragrunt Features
22

33
## Introduction
44

5-
When Pipelines detects changes to IaC in your infrastructure repositories it will invoke `terragrunt` with a specific set of command line arguments for the detected change. For example for a change to a single unit in a pull request pipelines will chdir into the unit directory and invoke `terragrunt plan --terragrunt-non-interactive`.
5+
When Pipelines detects changes to IaC in your infrastructure repositories it will invoke `terragrunt` with a specific set of command line arguments for the detected change. For example for a change to a single unit in a pull request pipelines will `chdir` into the unit directory and invoke `terragrunt plan --terragrunt-non-interactive`.
66

77
You can inspect the specific command in different scenarios by viewing the logs for a Pipelines workflow run.
88

sidebars/docs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ const sidebar = [
300300
id: "2.0/docs/pipelines/guides/running-drift-detection",
301301
},
302302
{
303-
label: "Passing Additional Environment Variables to Terragrunt",
303+
label: "Leveraging advanced Terragrunt Features",
304304
type: "doc",
305305
id: "2.0/docs/pipelines/guides/terragrunt-env-vars",
306306
},

0 commit comments

Comments
 (0)