File tree 1 file changed +3
-0
lines changed
1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -209,6 +209,7 @@ variable "cpu_pools" {
209
209
preemptible = optional (bool , false )
210
210
initial_node_count = optional (number , 1 )
211
211
accelerator_count = optional (number , 0 )
212
+ queued_provisioning = optional (bool , false )
212
213
}))
213
214
default = [{
214
215
name = " cpu-pool"
@@ -245,6 +246,7 @@ variable "gpu_pools" {
245
246
accelerator_count = optional (number , 0 )
246
247
accelerator_type = optional (string , " nvidia-tesla-t4" )
247
248
gpu_driver_version = optional (string , " DEFAULT" )
249
+ queued_provisioning = optional (bool , false )
248
250
}))
249
251
default = [{
250
252
name = " gpu-pool"
@@ -283,6 +285,7 @@ variable "tpu_pools" {
283
285
initial_node_count = optional (number , 1 )
284
286
accelerator_count = optional (number , 0 )
285
287
accelerator_type = optional (string , " nvidia-tesla-t4" )
288
+ queued_provisioning = optional (bool , false )
286
289
}))
287
290
default = []
288
291
}
You can’t perform that action at this time.
0 commit comments