From d646ae7a2f1414d7cbe8bdb99935e149859ed9c9 Mon Sep 17 00:00:00 2001 From: Thomas Rodgers Date: Tue, 15 Oct 2024 09:05:10 -0700 Subject: [PATCH] Update machine spec in TestAccVertexAIDeploymentResourcePool_vertexAiDeploymentResourcePoolExample (#11994) --- .../examples/vertex_ai_deployment_resource_pool.tf.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mmv1/templates/terraform/examples/vertex_ai_deployment_resource_pool.tf.tmpl b/mmv1/templates/terraform/examples/vertex_ai_deployment_resource_pool.tf.tmpl index 7fc79e48fb8c..855a043f4e43 100644 --- a/mmv1/templates/terraform/examples/vertex_ai_deployment_resource_pool.tf.tmpl +++ b/mmv1/templates/terraform/examples/vertex_ai_deployment_resource_pool.tf.tmpl @@ -4,7 +4,7 @@ resource "google_vertex_ai_deployment_resource_pool" "{{$.PrimaryResourceId}}" { dedicated_resources { machine_spec { machine_type = "n1-standard-4" - accelerator_type = "NVIDIA_TESLA_K80" + accelerator_type = "NVIDIA_TESLA_P4" accelerator_count = 1 }