Skip to content

Commit

Permalink
fix: add missing regions for psc endpoints datasource (elastic#861)
Browse files Browse the repository at this point in the history
Adds missing configurations for europe-west9 for the `ec_gcp_private_service_connect_endpoint` data source.

Signed-off-by: Quoc Trung HOANG <[email protected]>
Co-authored-by: Quoc Trung HOANG <[email protected]>
  • Loading branch information
ichbinfrog and Quoc Trung HOANG authored Sep 23, 2024
1 parent c155361 commit 188c868
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .changelog/860.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:bug
datasource/gcp_private_service_connect_endpoint: Add missing regions.
```
12 changes: 12 additions & 0 deletions ec/ecdatasource/privatelinkdatasource/regionPrivateLinkMap.json
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,10 @@
"service_attachment_uri": "projects/cloud-production-168820/regions/asia-southeast1/serviceAttachments/proxy-psc-production-asia-southeast1-v1-attachment",
"domain_name": "psc.asia-southeast1.gcp.elastic-cloud.com"
},
"asia-southeast2": {
"service_attachment_uri": "projects/cloud-production-168820/regions/asia-southeast2/serviceAttachments/proxy-psc-production-asia-southeast2-v1-attachment",
"domain_name": "psc.asia-southeast2.gcp.elastic-cloud.com"
},
"australia-southeast1": {
"service_attachment_uri": "projects/cloud-production-168820/regions/australia-southeast1/serviceAttachments/proxy-psc-production-australia-southeast1-v1-attachment",
"domain_name": "psc.australia-southeast1.gcp.elastic-cloud.com"
Expand All @@ -221,6 +225,14 @@
"service_attachment_uri": "projects/cloud-production-168820/regions/europe-west4/serviceAttachments/proxy-psc-production-europe-west4-v1-attachment",
"domain_name": "psc.europe-west4.gcp.elastic-cloud.com"
},
"europe-west9": {
"service_attachment_uri": "projects/cloud-production-168820/regions/europe-west9/serviceAttachments/proxy-psc-production-europe-west9-v1-attachment",
"domain_name": "psc.europe-west9.gcp.elastic-cloud.com"
},
"me-west1": {
"service_attachment_uri": "projects/cloud-production-168820/regions/me-west1/serviceAttachments/proxy-psc-production-me-west1-v1-attachment",
"domain_name": "psc.me-west1.gcp.elastic-cloud.com"
},
"northamerica-northeast1": {
"service_attachment_uri": "projects/cloud-production-168820/regions/northamerica-northeast1/serviceAttachments/proxy-psc-production-northamerica-northeast1-v1-attachment",
"domain_name": "psc.northamerica-northeast1.gcp.elastic-cloud.com"
Expand Down

0 comments on commit 188c868

Please sign in to comment.