Skip to content

Commit 0ae2466

Browse files
Update machine spec in TestAccVertexAIDeploymentResourcePool_vertexAiDeploymentResourcePoolExample (#11994) (#822)
[upstream:2ee6a3c57d3f63e2a7e94ed0fb00bd42c62d9f56] Signed-off-by: Modular Magician <[email protected]>
1 parent 1a7d905 commit 0ae2466

File tree

1 file changed

+1
-1
lines changed
  • vertex_ai_deployment_resource_pool

1 file changed

+1
-1
lines changed

vertex_ai_deployment_resource_pool/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ resource "google_vertex_ai_deployment_resource_pool" "deployment_resource_pool"
44
dedicated_resources {
55
machine_spec {
66
machine_type = "n1-standard-4"
7-
accelerator_type = "NVIDIA_TESLA_K80"
7+
accelerator_type = "NVIDIA_TESLA_P4"
88
accelerator_count = 1
99
}
1010

0 commit comments

Comments
 (0)