File tree Expand file tree Collapse file tree 4 files changed +8
-0
lines changed
beta-private-cluster-update-variant
beta-public-cluster-update-variant
private-cluster-update-variant Expand file tree Collapse file tree 4 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -458,6 +458,8 @@ locals {
458458 "disk_type",
459459 "accelerator_count",
460460 "accelerator_type",
461+ "enable_secure_boot",
462+ "enable_integrity_monitoring",
461463 "local_ssd_count",
462464 "machine_type",
463465 "min_cpu_platform",
Original file line number Diff line number Diff line change @@ -394,6 +394,8 @@ locals {
394394 " disk_type" ,
395395 " accelerator_count" ,
396396 " accelerator_type" ,
397+ " enable_secure_boot" ,
398+ " enable_integrity_monitoring" ,
397399 " local_ssd_count" ,
398400 " machine_type" ,
399401 " min_cpu_platform" ,
Original file line number Diff line number Diff line change @@ -375,6 +375,8 @@ locals {
375375 " disk_type" ,
376376 " accelerator_count" ,
377377 " accelerator_type" ,
378+ " enable_secure_boot" ,
379+ " enable_integrity_monitoring" ,
378380 " local_ssd_count" ,
379381 " machine_type" ,
380382 " min_cpu_platform" ,
Original file line number Diff line number Diff line change @@ -281,6 +281,8 @@ locals {
281281 " disk_type" ,
282282 " accelerator_count" ,
283283 " accelerator_type" ,
284+ " enable_secure_boot" ,
285+ " enable_integrity_monitoring" ,
284286 " local_ssd_count" ,
285287 " machine_type" ,
286288 " min_cpu_platform" ,
You can’t perform that action at this time.
0 commit comments