From 936873f60be67933d23b094f7e5270f086bdf6ab Mon Sep 17 00:00:00 2001 From: Cam Date: Wed, 13 Aug 2025 22:10:24 +0000 Subject: [PATCH 1/3] Update drift detection documentation for clarity and remediation process --- content/docs/pulumi-cloud/deployments/drift.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/docs/pulumi-cloud/deployments/drift.md b/content/docs/pulumi-cloud/deployments/drift.md index 3b6ed80631f1..7c373bdffad8 100644 --- a/content/docs/pulumi-cloud/deployments/drift.md +++ b/content/docs/pulumi-cloud/deployments/drift.md @@ -12,11 +12,11 @@ menu: identifier: pulumi-cloud-deployments-drift --- -Drift detection is the process of identifying changes in the actual state of your cloud environment that deviate from the expected state stored in Pulumi Cloud. This deviation can occur for various reasons, including manual adjustments made directly in the cloud provider’s console, unintended consequences of scripts, or unauthorized changes. +Drift detection is the process of identifying changes in the actual state of your cloud environment that deviate from the expected state stored in Pulumi Cloud. This deviation can occur for various reasons, including manual adjustments made directly in the cloud provider’s console, unintended consequences of scripts, or unauthorized changes. -To use drift detection and remediation with Pulumi Deployments, you must first configure the deployment settings for your stack. +To remediate drift, Pulumi Cloud provides the ability to automatically correct these discrepancies by applying the expected state defined in your Pulumi program. Remediation applies the necessary changes to bring the actual state back in line with the expected state, ensuring that your infrastructure remains consistent and predictable. -You can also run a remediate drift operation, which will run a `pulumi up --refresh` to treat the Pulumi program as the source of truth and override what is in the cloud. +To use drift detection and remediation with Pulumi Deployments, you must first configure the deployment settings for your stack. ## Running Drift Detection from the CLI From 71977cfe7fbf8301ebbc8b7b7d3e0fd956bcf930 Mon Sep 17 00:00:00 2001 From: Cam Date: Wed, 13 Aug 2025 22:10:42 +0000 Subject: [PATCH 2/3] Fix typo in drift documentation --- content/docs/pulumi-cloud/deployments/drift.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/pulumi-cloud/deployments/drift.md b/content/docs/pulumi-cloud/deployments/drift.md index 7c373bdffad8..ea4f7b2441e4 100644 --- a/content/docs/pulumi-cloud/deployments/drift.md +++ b/content/docs/pulumi-cloud/deployments/drift.md @@ -12,7 +12,7 @@ menu: identifier: pulumi-cloud-deployments-drift --- -Drift detection is the process of identifying changes in the actual state of your cloud environment that deviate from the expected state stored in Pulumi Cloud. This deviation can occur for various reasons, including manual adjustments made directly in the cloud provider’s console, unintended consequences of scripts, or unauthorized changes. +Drift detection is the process of identifying changes in the actual state of your cloud environment that deviate from the expected state stored in Pulumi Cloud. This deviation can occur for various reasons, including manual adjustments made directly in the cloud provider’s console, unintended consequences of scripts, or unauthorized changes. To remediate drift, Pulumi Cloud provides the ability to automatically correct these discrepancies by applying the expected state defined in your Pulumi program. Remediation applies the necessary changes to bring the actual state back in line with the expected state, ensuring that your infrastructure remains consistent and predictable. From 3c7cd1ac88f5136f52f689b6edbccc46e165c392 Mon Sep 17 00:00:00 2001 From: Cam Soper Date: Wed, 13 Aug 2025 17:18:26 -0500 Subject: [PATCH 3/3] Update content/docs/pulumi-cloud/deployments/drift.md Co-authored-by: Mark --- content/docs/pulumi-cloud/deployments/drift.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/pulumi-cloud/deployments/drift.md b/content/docs/pulumi-cloud/deployments/drift.md index ea4f7b2441e4..745b576dc852 100644 --- a/content/docs/pulumi-cloud/deployments/drift.md +++ b/content/docs/pulumi-cloud/deployments/drift.md @@ -14,7 +14,7 @@ menu: Drift detection is the process of identifying changes in the actual state of your cloud environment that deviate from the expected state stored in Pulumi Cloud. This deviation can occur for various reasons, including manual adjustments made directly in the cloud provider’s console, unintended consequences of scripts, or unauthorized changes. -To remediate drift, Pulumi Cloud provides the ability to automatically correct these discrepancies by applying the expected state defined in your Pulumi program. Remediation applies the necessary changes to bring the actual state back in line with the expected state, ensuring that your infrastructure remains consistent and predictable. +To remediate drift, Pulumi Cloud provides the ability to automatically correct these discrepancies by applying the expected state defined in your Pulumi program. Remediation applies the necessary changes to your infrastructure to bring the actual state back in line with the expected state, ensuring that your infrastructure remains consistent and predictable. To use drift detection and remediation with Pulumi Deployments, you must first configure the deployment settings for your stack.