We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60d91a3 commit 5b42d36Copy full SHA for 5b42d36
cloudrunv2_job_gpu/main.tf
@@ -11,6 +11,7 @@ resource "google_cloud_run_v2_job" "default" {
11
node_selector {
12
accelerator = "nvidia-l4"
13
}
14
+ gpu_zonal_redundancy_disabled = true
15
16
17
0 commit comments