Skip to content

Commit 2026b2b

Browse files
committed
Adding G4 configuration
1 parent b443015 commit 2026b2b

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

  • modules/internal/gpu-definition

modules/internal/gpu-definition/main.tf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,10 @@ locals {
7373
"g2-standard-32" = { type = "nvidia-l4", count = 1 },
7474
"g2-standard-48" = { type = "nvidia-l4", count = 4 },
7575
"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 },
7680
}
7781
generated_guest_accelerator = try([local.accelerator_machines[var.machine_type]], [])
7882

0 commit comments

Comments
 (0)