File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
index_endpoint_deploy_psc
index_endpoint_deploy_vpc
index_endpoint_mutate_psc
index_endpoint_mutate_vpc Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ resource "google_vertex_ai_index_endpoint_deployed_index" "default" {
2424 depends_on = [google_vertex_ai_index_endpoint . default ]
2525 index_endpoint = google_vertex_ai_index_endpoint. default . id
2626 index = google_vertex_ai_index. default . id
27- deployed_index_id = " deployed_index_id "
27+ deployed_index_id = " deployed_index_for_psc "
2828}
2929
3030resource "google_vertex_ai_index_endpoint" "default" {
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ resource "google_vertex_ai_index_endpoint_deployed_index" "default" {
2424 depends_on = [google_vertex_ai_index_endpoint . default ]
2525 index_endpoint = google_vertex_ai_index_endpoint. default . id
2626 index = google_vertex_ai_index. default . id
27- deployed_index_id = " deployed_index_id "
27+ deployed_index_id = " deployed_index_for_vpc "
2828}
2929
3030resource "google_vertex_ai_index_endpoint" "default" {
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ resource "google_vertex_ai_index_endpoint_deployed_index" "default" {
2424 depends_on = [google_vertex_ai_index_endpoint . default ]
2525 index_endpoint = google_vertex_ai_index_endpoint. default . id
2626 index = google_vertex_ai_index. default . id
27- deployed_index_id = " deployed_index_id "
27+ deployed_index_id = " deployed_index_for_mutate "
2828 # This example assumes the deployed index endpoint's resources configuration
2929 # differs from the values specified below. Terraform will mutate the deployed
3030 # index endpoint's resource configuration to match.
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ resource "google_vertex_ai_index_endpoint_deployed_index" "default" {
2424 depends_on = [google_vertex_ai_index_endpoint . default ]
2525 index_endpoint = google_vertex_ai_index_endpoint. default . id
2626 index = google_vertex_ai_index. default . id
27- deployed_index_id = " deployed_index_id "
27+ deployed_index_id = " deployed_index_for_mutate_psc "
2828 # This example assumes the deployed index endpoint's resources configuration
2929 # differs from the values specified below. Terraform will mutate the deployed
3030 # index endpoint's resource configuration to match.
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ resource "google_vertex_ai_index_endpoint_deployed_index" "default" {
2424 depends_on = [google_vertex_ai_index_endpoint . default ]
2525 index_endpoint = google_vertex_ai_index_endpoint. default . id
2626 index = google_vertex_ai_index. default . id
27- deployed_index_id = " deployed_index_id "
27+ deployed_index_id = " deployed_index_for_mutate_vpc "
2828 # This example assumes the deployed index endpoint's resources configuration
2929 # differs from the values specified below. Terraform will mutate the deployed
3030 # index endpoint's resource configuration to match.
You can’t perform that action at this time.
0 commit comments