Skip to content

Commit 80239e3

Browse files
Pipelines section 3 : Changes to Configuration, Tutorials, and Previous Version files (#2308)
* Update settings.md * Update driftdetection.md * Update deploying-your-first-infrastructure-change.md * Update destroying-infrastructure.md * Update destroying-infrastructure.md * Update upgrading-from-infrastructure-pipelines.md * Update upgrading-from-ecs-deploy-runner.md * Update upgrading-from-ecs-deploy-runner.md * Update upgrading-from-ecs-deploy-runner.md * Update destroying-infrastructure.md * Update upgrading-from-ecs-deploy-runner.md * Update upgrading-from-ecs-deploy-runner.md * Update destroying-infrastructure.md * Update destroying-infrastructure.md * Update deploying-your-first-infrastructure-change.md * Update driftdetection.md * Update settings.md * Apply suggestions from code review * Fix conflict * Fix merge conflict --------- Co-authored-by: Lewis Christie <[email protected]>
1 parent 2dbc4f5 commit 80239e3

File tree

6 files changed

+184
-213
lines changed

6 files changed

+184
-213
lines changed
Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# Setting up Pipelines Drift Detection
22

3-
If you're a Pipelines Enterprise customer and you installed Pipelines using our infrastructure-live-root repository template then Drift Detection is already installed and available as a GitHub workflow in your repository.
4-
5-
If you installed Pipelines in a manner other than from the template and you're an enterprise customer and you want to add Drift Detection, see the [Installing Drift Detection Guide](/2.0/docs/pipelines/guides/installing-drift-detection.md).
3+
If you are a Pipelines Enterprise customer and used the infrastructure-live-root repository template to install Pipelines, Drift Detection is already included and available as a GitHub workflow in your repository.
64

5+
For installations not based on the template, follow the [Installing Drift Detection Guide](/2.0/docs/pipelines/guides/installing-drift-detection.md) to enable Drift Detection.

docs/2.0/docs/pipelines/configuration/settings.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import PipelinesConfig from '/docs/2.0/reference/pipelines/language_auth_partial
66

77
<PipelinesConfig />
88

9-
109
## Terraform & OpenTofu
1110

12-
You can customize whether to invoke Terraform or OpenTofu in your Pipeline via the [tf-binary](/2.0/reference/pipelines/configurations#tf-binary) configuration. The version of the `tf-binary` and Terragrunt are configured via [mise.toml](/2.0/reference/pipelines/configurations#example-mise-configuration) inside your repository
11+
You can specify whether to invoke Terraform or OpenTofu in your Pipeline by configuring the [tf-binary](/2.0/reference/pipelines/configurations#tf-binary) setting. Define the versions of `tf-binary` and Terragrunt in the [mise.toml](/2.0/reference/pipelines/configurations#example-mise-configuration) file within your repository.

0 commit comments

Comments
 (0)