Skip to content

Commit 024d5f5

Browse files
committed
Learn Editor: Update connect-google-cloud-platform.md
1 parent 1a7bbc4 commit 024d5f5

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

articles/sentinel/connect-google-cloud-platform.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -443,6 +443,15 @@ Wait five minutes before moving to the next step.
443443
444444
1. Enable the [health feature](enable-monitoring.md) for data connectors.
445445
446+
## Troubleshooting
447+
1. "Error 409: Requested entity already exists": import those existing GCP resources into Terraform state so Terraform manages them instead of trying to recreate them.
448+
For example, with error message: "Error creating WorkloadIdentityPool: googleapi: Error 409: Requested entity already exists", please find the pool ID and project ID, run:
449+
```bash
450+
terraform import google_iam_workload_identity_pool.<POOL_RESOURCE_NAME> projects/<PROJECT_ID>/locations/global/workloadIdentityPools/<POOL_ID>
451+
```
452+
453+
---
454+
446455
## Next steps
447456
In this article, you learned how to ingest GCP data into Microsoft Sentinel using the GCP Pub/Sub connectors. To learn more about Microsoft Sentinel, see the following articles:
448457

0 commit comments

Comments
 (0)