From 188c86817a6fc901d6c9d15ef89bbcb997190cb2 Mon Sep 17 00:00:00 2001 From: Hoang Quoc Trung Date: Mon, 23 Sep 2024 11:26:36 +0200 Subject: [PATCH] fix: add missing regions for psc endpoints datasource (#861) Adds missing configurations for europe-west9 for the `ec_gcp_private_service_connect_endpoint` data source. Signed-off-by: Quoc Trung HOANG Co-authored-by: Quoc Trung HOANG --- .changelog/860.txt | 3 +++ .../privatelinkdatasource/regionPrivateLinkMap.json | 12 ++++++++++++ 2 files changed, 15 insertions(+) create mode 100644 .changelog/860.txt diff --git a/.changelog/860.txt b/.changelog/860.txt new file mode 100644 index 000000000..63da75f09 --- /dev/null +++ b/.changelog/860.txt @@ -0,0 +1,3 @@ +```release-note:bug +datasource/gcp_private_service_connect_endpoint: Add missing regions. +``` diff --git a/ec/ecdatasource/privatelinkdatasource/regionPrivateLinkMap.json b/ec/ecdatasource/privatelinkdatasource/regionPrivateLinkMap.json index a3206ec40..a504be157 100644 --- a/ec/ecdatasource/privatelinkdatasource/regionPrivateLinkMap.json +++ b/ec/ecdatasource/privatelinkdatasource/regionPrivateLinkMap.json @@ -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" @@ -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"