Skip to content

Commit

Permalink
fix: remove duplicte enable_secure_boot (#2040)
Browse files Browse the repository at this point in the history
Signed-off-by: drfaust92 <[email protected]>
  • Loading branch information
DrFaust92 authored Aug 15, 2024
1 parent 55a406e commit d469973
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion autogen/main/cluster.tf.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -712,7 +712,6 @@ locals {
"service_account",
"enable_gcfs",
"enable_gvnic",
"enable_secure_boot",
"boot_disk_kms_key",
"queued_provisioning",
"enable_confidential_storage",
Expand Down
1 change: 0 additions & 1 deletion modules/beta-private-cluster-update-variant/cluster.tf
Original file line number Diff line number Diff line change
Expand Up @@ -611,7 +611,6 @@ locals {
"service_account",
"enable_gcfs",
"enable_gvnic",
"enable_secure_boot",
"boot_disk_kms_key",
"queued_provisioning",
"enable_confidential_storage",
Expand Down
1 change: 0 additions & 1 deletion modules/beta-public-cluster-update-variant/cluster.tf
Original file line number Diff line number Diff line change
Expand Up @@ -590,7 +590,6 @@ locals {
"service_account",
"enable_gcfs",
"enable_gvnic",
"enable_secure_boot",
"boot_disk_kms_key",
"queued_provisioning",
"enable_confidential_storage",
Expand Down
1 change: 0 additions & 1 deletion modules/private-cluster-update-variant/cluster.tf
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,6 @@ locals {
"service_account",
"enable_gcfs",
"enable_gvnic",
"enable_secure_boot",
"boot_disk_kms_key",
"queued_provisioning",
"enable_confidential_storage",
Expand Down

0 comments on commit d469973

Please sign in to comment.