Mathias
02/07/2024, 9:20 PMMarvin
02/07/2024, 9:20 PMprojects/<PROJECT_ID>/locations/<REGION>/connectors/<CONNECTOR_NAME>
Here's what each part of the format represent:
- `<PROJECT_ID>`: The ID of the GCP project where the VPC connector is deployed.
- `<REGION>`: The region where the VPC connector is located.
- `<CONNECTOR_NAME>`: The name of the VPC connector.
For example, if your VPC connector is named my-vpc-connector
, located in the us-central1
region, and within the project with the ID other-project-123
, the full format of the VPC connector name would be:
projects/other-project-123/locations/us-central1/connectors/my-vpc-connector
Make sure that the Cloud Run service account has the necessary permissions in the VPC connector's project to use the connector, and that there aren't any network issues preventing connectivity between projects.