Skip to content

Commit 490fc1f

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ Wait five minutes before moving to the next step.
444444
1. Enable the [health feature](enable-monitoring.md) for data connectors.
445445
446446
## 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.
447+
1. "Error 409: Requested entity already exists" When running terraform scripts: import those existing GCP resources into Terraform state so Terraform manages them instead of trying to recreate them.
448448
For example, with error message: "Error creating WorkloadIdentityPool: googleapi: Error 409: Requested entity already exists", please find the pool ID and project ID, run:
449449
```bash
450450
terraform import google_iam_workload_identity_pool.<POOL_RESOURCE_NAME> projects/<PROJECT_ID>/locations/global/workloadIdentityPools/<POOL_ID>

0 commit comments

Comments
 (0)