Skip to content

Commit a007200

Browse files
authored
Update Pipelines guide for existing repos (#2192)
1 parent 5986a44 commit a007200

File tree

14 files changed

+817
-1165
lines changed

14 files changed

+817
-1165
lines changed

docs/2.0/docs/pipelines/concepts/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Having worked with hundreds of organizations to help them improve DevOps, we've
77
1. Teams want to control exactly how infrastructure change gets rolled out
88
2. Deploying infrastructure changes can be scary!
99

10-
To address your need for _control_, we've designed Gruntwork Pipelines to use [configuration as code](../../../reference/pipelines/configurations-as-code.md), where you use HCL (a popular alternative to JSON and YAML) to set configuration values that apply to your entire git repo, to just one environment, or to a single deployable unit of infrastructure. For example, you can specify a unique AWS authentication strategy for each deployable unit of infrastructure, one per environment, or a single strategy for the entire git repo.
10+
To address your need for _control_, we've designed Gruntwork Pipelines to use [configuration as code](/2.0/reference/pipelines/configurations-as-code/api), where you use HCL (a popular alternative to JSON and YAML) to set configuration values that apply to your entire git repo, to just one environment, or to a single deployable unit of infrastructure. For example, you can specify a unique AWS authentication strategy for each deployable unit of infrastructure, one per environment, or a single strategy for the entire git repo.
1111

1212
To address your need for _assurance_ that an infrastructure change is safe to apply, we include a thoughtfully formatted `terragrunt plan` user experience, and the ability to customize Gruntwork Pipelines to support arbitrary steps that your organization needs to establish confidence in a deployment. Building assurance also factors heavily into our roadmap.
1313

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ When Pipelines detects changes to IaC in your infrastructure repositories it wil
66

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

9-
In some cases you may find that you need to pass additional options to terragrunt to meet your specific needs. All cli options for Terragrunt also have a corresponding Environment Variable that if populated will change Terragunt behavior.
9+
In some cases you may find that you need to pass additional options to terragrunt to meet your specific needs. All cli options for Terragrunt also have a corresponding Environment Variable that if populated will change Terragrunt behavior.
1010

1111
See the full list of available options <span class="external-link"><a href="https://terragrunt.gruntwork.io/docs/reference/cli-options/#cli-options">in the Terragrunt documentation</a></span>.
1212

0 commit comments

Comments
 (0)