From 2e6b0ff96e88d7963045cca365e7e1eae8b3818c Mon Sep 17 00:00:00 2001 From: Modular Magician Date: Tue, 15 Oct 2024 16:07:38 +0000 Subject: [PATCH] Update machine spec in TestAccVertexAIDeploymentResourcePool_vertexAiDeploymentResourcePoolExample (#11994) [upstream:2ee6a3c57d3f63e2a7e94ed0fb00bd42c62d9f56] Signed-off-by: Modular Magician --- vertex_ai_deployment_resource_pool/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vertex_ai_deployment_resource_pool/main.tf b/vertex_ai_deployment_resource_pool/main.tf index f02340e9..63023c1f 100644 --- a/vertex_ai_deployment_resource_pool/main.tf +++ b/vertex_ai_deployment_resource_pool/main.tf @@ -4,7 +4,7 @@ resource "google_vertex_ai_deployment_resource_pool" "deployment_resource_pool" dedicated_resources { machine_spec { machine_type = "n1-standard-4" - accelerator_type = "NVIDIA_TESLA_K80" + accelerator_type = "NVIDIA_TESLA_P4" accelerator_count = 1 }