Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pipelines section 1 : Changes to Pipelines/Concepts and Pipelines/Architecture files #2307

Merged
merged 38 commits into from
Jan 27, 2025
Merged
Changes from 1 commit
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
f1fd6ab
Update overview.md
EdifyContent Jan 9, 2025
46e9bb1
Update cloud-auth.md
EdifyContent Jan 9, 2025
9de90b9
Update drift-detection.md
EdifyContent Jan 9, 2025
14ea238
Update hcl-config-language.md
EdifyContent Jan 9, 2025
d3fe8c8
Update index.md
EdifyContent Jan 9, 2025
f03399e
Update components.md
EdifyContent Jan 9, 2025
1341eed
Update actions.md
EdifyContent Jan 9, 2025
b669dd2
Update security-controls.md
EdifyContent Jan 9, 2025
c14bf02
Update audit-logs.md
EdifyContent Jan 9, 2025
bccdb92
Update audit-logs.md
EdifyContent Jan 9, 2025
6906eba
Update audit-logs.md
EdifyContent Jan 9, 2025
6509b8f
Update github-workflows.md
EdifyContent Jan 9, 2025
5999a8e
Update usage-data.md
EdifyContent Jan 9, 2025
af43dd8
Update docs/2.0/docs/pipelines/architecture/github-workflows.md
EdifyContent Jan 10, 2025
9098879
Update docs/2.0/docs/pipelines/architecture/index.md
EdifyContent Jan 10, 2025
00c24d7
Update docs/2.0/docs/pipelines/architecture/index.md
EdifyContent Jan 10, 2025
c6bbb70
Update docs/2.0/docs/pipelines/architecture/index.md
EdifyContent Jan 10, 2025
b47154d
Update github-workflows.md
EdifyContent Jan 10, 2025
d21462a
Update index.md
EdifyContent Jan 10, 2025
437647f
Update docs/2.0/docs/pipelines/architecture/index.md
EdifyContent Jan 10, 2025
6e4d6be
Update docs/2.0/docs/pipelines/architecture/index.md
EdifyContent Jan 10, 2025
bc3e868
Update destroying-infrastructure.md
EdifyContent Jan 10, 2025
b8d6779
Update destroying-infrastructure.md
EdifyContent Jan 10, 2025
4542e45
Update destroying-infrastructure.md
EdifyContent Jan 10, 2025
71229bb
Update destroying-infrastructure.md
EdifyContent Jan 10, 2025
15056a9
Update overview.md
EdifyContent Jan 15, 2025
72a7114
Update cloud-auth.md
EdifyContent Jan 15, 2025
7ce76fb
Update components.md
EdifyContent Jan 15, 2025
308ff7a
Update security-controls.md
EdifyContent Jan 15, 2025
b3a478b
Update audit-logs.md
EdifyContent Jan 15, 2025
09cf46b
Update github-workflows.md
EdifyContent Jan 15, 2025
aef0e0f
Update usage-data.md
EdifyContent Jan 15, 2025
44284d3
Fix pipelines architecture page
ZachGoldberg Jan 27, 2025
26d6aaf
Updates
ZachGoldberg Jan 27, 2025
8852e07
Updates
ZachGoldberg Jan 27, 2025
1c79aec
stuff
ZachGoldberg Jan 27, 2025
7fa566d
asd
ZachGoldberg Jan 27, 2025
0650bbe
Fix
ZachGoldberg Jan 27, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update drift-detection.md
EdifyContent authored Jan 9, 2025
commit 9de90b9fb85239843c0514934cb0e37ce019f580
10 changes: 5 additions & 5 deletions docs/2.0/docs/pipelines/concepts/drift-detection.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# Pipelines Drift Detection

:::note
Pipelines Drift Detection is only available to Devops Foundations Enterprise customers.
Pipelines Drift Detection is available exclusively to DevOps Foundations Enterprise customers.
:::

## What is Pipelines Drift Detection

Infrastructure Drift occurs when the applied terragrunt cloud configuration differs from the committed Infrastructure as Code (IaC).
Infrastructure drift occurs when the applied Terragrunt cloud configuration no longer matches the committed Infrastructure as Code (IaC).

Pipelines Drift Detection helps to mitigate Drift in your repositories by running `terragrunt plan` on infrastructure units. If the plan detects any units have drifted from their applied configuration Pipelines will open a Drift Detected Pull Request tracking this drift in your repository.
Pipelines Drift Detection helps address drift in your repositories by running `terragrunt plan` on infrastructure units. If drift is detected, Pipelines creates a Drift Detected Pull Request to track the changes in your repository.

When the Drift Detected Pull Request is merged, Pipelines will run `terragrunt apply` on all units where drift was detected to ensure resources once again match what is specified in code.
When the Drift Detected Pull Request is merged, Pipelines runs `terragrunt apply` on all units where drift was identified, ensuring that resources align with the specifications in your code.

See [Setting up Drift Detection](/2.0/docs/pipelines/configuration/driftdetection) and [Running Drift Detection](/2.0/docs/pipelines/guides/running-drift-detection) for more information on how to detect and remediate drift in your repositories.
For more information on detecting and resolving drift, see [Setting up Drift Detection](/2.0/docs/pipelines/configuration/driftdetection) and [Running Drift Detection](/2.0/docs/pipelines/guides/running-drift-detection).