Skip to content

Commit

Permalink
Update machine spec in TestAccVertexAIDeploymentResourcePool_vertexAi…
Browse files Browse the repository at this point in the history
…DeploymentResourcePoolExample (#11994) (#822)

[upstream:2ee6a3c57d3f63e2a7e94ed0fb00bd42c62d9f56]

Signed-off-by: Modular Magician <[email protected]>
  • Loading branch information
modular-magician authored Oct 15, 2024
1 parent 1a7d905 commit 0ae2466
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vertex_ai_deployment_resource_pool/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit 0ae2466

Please sign in to comment.