@@ -172,6 +172,7 @@ partitions = [
172
172
bandwidth_tier = "platform_default"
173
173
enable_spot_vm = false
174
174
reservation_name = null
175
+ maintenance_interval = null
175
176
spot_instance_config = {
176
177
termination_action = " STOP"
177
178
}
@@ -247,6 +248,7 @@ partitions = [
247
248
bandwidth_tier = "platform_default"
248
249
enable_spot_vm = false
249
250
reservation_name = null
251
+ maintenance_interval = null
250
252
spot_instance_config = {
251
253
termination_action = " STOP"
252
254
}
@@ -336,6 +338,7 @@ partitions = [
336
338
bandwidth_tier = "platform_default"
337
339
enable_spot_vm = false
338
340
reservation_name = null
341
+ maintenance_interval = null
339
342
spot_instance_config = {
340
343
termination_action = " STOP"
341
344
}
@@ -425,6 +428,7 @@ partitions = [
425
428
bandwidth_tier = "platform_default"
426
429
enable_spot_vm = true
427
430
reservation_name = null
431
+ maintenance_interval = null
428
432
spot_instance_config = {
429
433
termination_action = " STOP"
430
434
}
@@ -504,6 +508,7 @@ partitions = [
504
508
bandwidth_tier = "platform_default"
505
509
enable_spot_vm = false
506
510
reservation_name = null
511
+ maintenance_interval = null
507
512
spot_instance_config = {
508
513
termination_action = " STOP"
509
514
}
@@ -580,6 +585,7 @@ partitions = [
580
585
bandwidth_tier = "platform_default"
581
586
enable_spot_vm = false
582
587
reservation_name = null
588
+ maintenance_interval = null
583
589
spot_instance_config = {
584
590
termination_action = " STOP"
585
591
}
0 commit comments