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 b443015 commit 2026b2bCopy full SHA for 2026b2b
1 file changed
modules/internal/gpu-definition/main.tf
@@ -73,6 +73,10 @@ locals {
73
"g2-standard-32" = { type = "nvidia-l4", count = 1 },
74
"g2-standard-48" = { type = "nvidia-l4", count = 4 },
75
"g2-standard-96" = { type = "nvidia-l4", count = 8 },
76
+ "g4-standard-48" = { type = "nvidia-rtx-pro-6000", count = 1 },
77
+ "g4-standard-96" = { type = "nvidia-rtx-pro-6000", count = 2 },
78
+ "g4-standard-192" = { type = "nvidia-rtx-pro-6000", count = 4 },
79
+ "g4-standard-384" = { type = "nvidia-rtx-pro-6000", count = 8 },
80
}
81
generated_guest_accelerator = try([local.accelerator_machines[var.machine_type]], [])
82
0 commit comments