From 30bb67a5fb3acf26f32bfe8cb24131c6254e450e Mon Sep 17 00:00:00 2001 From: Modular Magician Date: Mon, 11 May 2026 20:52:05 +0000 Subject: [PATCH] Made vertex ai index endpoints & vertex ai index sweepable (#17510) [upstream:6c5ed49530a2c31a19b336f8e430354d17c6771d] Signed-off-by: Modular Magician --- vertex_ai_index_endpoint_with_false_psc/main.tf | 2 +- vertex_ai_index_endpoint_with_psc/main.tf | 2 +- vertex_ai_index_endpoint_with_public_endpoint/main.tf | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/vertex_ai_index_endpoint_with_false_psc/main.tf b/vertex_ai_index_endpoint_with_false_psc/main.tf index 9024df9c..b7e09c88 100644 --- a/vertex_ai_index_endpoint_with_false_psc/main.tf +++ b/vertex_ai_index_endpoint_with_false_psc/main.tf @@ -1,5 +1,5 @@ resource "google_vertex_ai_index_endpoint" "index_endpoint" { - display_name = "sample-endpoint" + display_name = "sample-endpoint-${local.name_suffix}" description = "A sample vertex endpoint" region = "us-central1" labels = { diff --git a/vertex_ai_index_endpoint_with_psc/main.tf b/vertex_ai_index_endpoint_with_psc/main.tf index 41ee9748..aa1d3f6c 100644 --- a/vertex_ai_index_endpoint_with_psc/main.tf +++ b/vertex_ai_index_endpoint_with_psc/main.tf @@ -1,5 +1,5 @@ resource "google_vertex_ai_index_endpoint" "index_endpoint" { - display_name = "sample-endpoint" + display_name = "sample-endpoint-${local.name_suffix}" description = "A sample vertex endpoint" region = "us-central1" labels = { diff --git a/vertex_ai_index_endpoint_with_public_endpoint/main.tf b/vertex_ai_index_endpoint_with_public_endpoint/main.tf index 963ae8c8..7ab9cccf 100644 --- a/vertex_ai_index_endpoint_with_public_endpoint/main.tf +++ b/vertex_ai_index_endpoint_with_public_endpoint/main.tf @@ -1,5 +1,5 @@ resource "google_vertex_ai_index_endpoint" "index_endpoint" { - display_name = "sample-endpoint" + display_name = "sample-endpoint-${local.name_suffix}" description = "A sample vertex endpoint with an public endpoint" region = "us-central1" labels = {