Skip to content

Commit a2272f0

Browse files
abursavichbharathkkbapeabody
authored
fix: Create new node pool when shielded_instance_config changes (#1237)
Co-authored-by: Bharath KKB <[email protected]> Co-authored-by: Andrew Peabody <[email protected]>
1 parent d802e49 commit a2272f0

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

autogen/main/cluster.tf.tmpl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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",

modules/beta-private-cluster-update-variant/cluster.tf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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",

modules/beta-public-cluster-update-variant/cluster.tf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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",

modules/private-cluster-update-variant/cluster.tf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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",

0 commit comments

Comments
 (0)