File tree Expand file tree Collapse file tree
vertex_ai_index_endpoint_with_false_psc
vertex_ai_index_endpoint_with_psc
vertex_ai_index_endpoint_with_public_endpoint Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11resource "google_vertex_ai_index_endpoint" "index_endpoint" {
2- display_name = " sample-endpoint"
2+ display_name = " sample-endpoint- ${ local . name_suffix } "
33 description = " A sample vertex endpoint"
44 region = " us-central1"
55 labels = {
Original file line number Diff line number Diff line change 11resource "google_vertex_ai_index_endpoint" "index_endpoint" {
2- display_name = " sample-endpoint"
2+ display_name = " sample-endpoint- ${ local . name_suffix } "
33 description = " A sample vertex endpoint"
44 region = " us-central1"
55 labels = {
Original file line number Diff line number Diff line change 11resource "google_vertex_ai_index_endpoint" "index_endpoint" {
2- display_name = " sample-endpoint"
2+ display_name = " sample-endpoint- ${ local . name_suffix } "
33 description = " A sample vertex endpoint with an public endpoint"
44 region = " us-central1"
55 labels = {
You can’t perform that action at this time.
0 commit comments