From 02ca336c235282e4c2402d292e06736d25738fbf Mon Sep 17 00:00:00 2001 From: raj Date: Mon, 21 Apr 2025 11:33:27 +0530 Subject: [PATCH 1/2] Fix typo --- docs/guides/gcp/real-time-events/index.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/docs/guides/gcp/real-time-events/index.md b/docs/guides/gcp/real-time-events/index.md index ebd48ada..99dbdc4e 100644 --- a/docs/guides/gcp/real-time-events/index.md +++ b/docs/guides/gcp/real-time-events/index.md @@ -234,13 +234,14 @@ any in error, they should be investigated. Any questions can be directed to Event handlers can be shut-off by setting: - [GCP > Turbot > Event Handlers > PubSub](https://turbot.com/guardrails/docs/mods/gcp/gcp/policy#gcp--turbot--event-handlers--pubsub) - to **Enforce: Configured** + to **Enforce: Not Configured** - [GCP > Turbot > Event Handlers > Logging](https://turbot.com/guardrails/docs/mods/gcp/gcp/policy#gcp--turbot--event-handlers--logging) - to **Enforce: Configured**. Turbot will perform the required Terraform runs to - destroy the event handler infrastructure. **Note:** Deleting an GCP project - out of a Guardrails workspace will not automatically decommission the event handlers. Event - Handlers must be set explicitly destroyed before removing the project from - a Guardrails workspace. + to **Enforce: Not Configured**. Turbot will perform the required Terraform runs to + destroy the event handler infrastructure. + +> [!NOTE] +> Deleting an GCP project out of a Guardrails workspace will not automatically decommission the event handlers. Event Handlers must be set explicitly destroyed before removing the project from a Guardrails workspace. + ## When to decommission Event Handlers From 3fb95c279f826541d5525822030e571c4c3831ba Mon Sep 17 00:00:00 2001 From: raj Date: Mon, 21 Apr 2025 11:38:33 +0530 Subject: [PATCH 2/2] updates --- docs/guides/gcp/real-time-events/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/gcp/real-time-events/index.md b/docs/guides/gcp/real-time-events/index.md index 99dbdc4e..68ff218b 100644 --- a/docs/guides/gcp/real-time-events/index.md +++ b/docs/guides/gcp/real-time-events/index.md @@ -240,7 +240,7 @@ Event handlers can be shut-off by setting: destroy the event handler infrastructure. > [!NOTE] -> Deleting an GCP project out of a Guardrails workspace will not automatically decommission the event handlers. Event Handlers must be set explicitly destroyed before removing the project from a Guardrails workspace. +> Deleting a GCP project out of a Guardrails workspace will not automatically decommission the event handlers. Event Handlers must be set explicitly destroyed before removing the project from a Guardrails workspace. ## When to decommission Event Handlers