Skip to content

Commit 86355a8

Browse files
committed
rollback to emtpy value
Signed-off-by: Manuel Morejon <[email protected]>
1 parent cc70717 commit 86355a8

File tree

12 files changed

+12
-5
lines changed

12 files changed

+12
-5
lines changed

autogen/main/variables.tf.tmpl

+1
Original file line numberDiff line numberDiff line change
@@ -548,6 +548,7 @@ variable "enable_confidential_nodes" {
548548
description = "An optional flag to enable confidential node config."
549549
default = false
550550
}
551+
551552
variable "workload_vulnerability_mode" {
552553
description = "(beta) Vulnerability mode."
553554
type = string

autogen/safer-cluster/variables.tf.tmpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,7 @@ variable "enable_mesh_certificates" {
500500
variable "workload_vulnerability_mode" {
501501
description = "(beta) Vulnerability mode."
502502
type = string
503-
default = null
503+
default = ""
504504
}
505505

506506
variable "workload_config_audit_mode" {

modules/beta-autopilot-private-cluster/variables.tf

+1
Original file line numberDiff line numberDiff line change
@@ -373,6 +373,7 @@ variable "enable_confidential_nodes" {
373373
description = "An optional flag to enable confidential node config."
374374
default = false
375375
}
376+
376377
variable "workload_vulnerability_mode" {
377378
description = "(beta) Vulnerability mode."
378379
type = string

modules/beta-autopilot-public-cluster/variables.tf

+1
Original file line numberDiff line numberDiff line change
@@ -343,6 +343,7 @@ variable "enable_confidential_nodes" {
343343
description = "An optional flag to enable confidential node config."
344344
default = false
345345
}
346+
346347
variable "workload_vulnerability_mode" {
347348
description = "(beta) Vulnerability mode."
348349
type = string

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

+1
Original file line numberDiff line numberDiff line change
@@ -518,6 +518,7 @@ variable "enable_confidential_nodes" {
518518
description = "An optional flag to enable confidential node config."
519519
default = false
520520
}
521+
521522
variable "workload_vulnerability_mode" {
522523
description = "(beta) Vulnerability mode."
523524
type = string

modules/beta-private-cluster/variables.tf

+1
Original file line numberDiff line numberDiff line change
@@ -518,6 +518,7 @@ variable "enable_confidential_nodes" {
518518
description = "An optional flag to enable confidential node config."
519519
default = false
520520
}
521+
521522
variable "workload_vulnerability_mode" {
522523
description = "(beta) Vulnerability mode."
523524
type = string

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

+1
Original file line numberDiff line numberDiff line change
@@ -488,6 +488,7 @@ variable "enable_confidential_nodes" {
488488
description = "An optional flag to enable confidential node config."
489489
default = false
490490
}
491+
491492
variable "workload_vulnerability_mode" {
492493
description = "(beta) Vulnerability mode."
493494
type = string

modules/beta-public-cluster/variables.tf

+1
Original file line numberDiff line numberDiff line change
@@ -488,6 +488,7 @@ variable "enable_confidential_nodes" {
488488
description = "An optional flag to enable confidential node config."
489489
default = false
490490
}
491+
491492
variable "workload_vulnerability_mode" {
492493
description = "(beta) Vulnerability mode."
493494
type = string

modules/safer-cluster-update-variant/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ For simplicity, we suggest using `roles/container.admin` and
273273
| upstream\_nameservers | If specified, the values replace the nameservers taken by default from the node’s /etc/resolv.conf | `list(string)` | `[]` | no |
274274
| windows\_node\_pools | List of maps containing node pools | `list(map(string))` | `[]` | no |
275275
| workload\_config\_audit\_mode | (beta) Workload config audit mode. | `string` | `"DISABLED"` | no |
276-
| workload\_vulnerability\_mode | (beta) Vulnerability mode. | `string` | `null` | no |
276+
| workload\_vulnerability\_mode | (beta) Vulnerability mode. | `string` | `""` | no |
277277
| zones | The zones to host the cluster in | `list(string)` | `[]` | no |
278278

279279
## Outputs

modules/safer-cluster-update-variant/variables.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,7 @@ variable "enable_mesh_certificates" {
500500
variable "workload_vulnerability_mode" {
501501
description = "(beta) Vulnerability mode."
502502
type = string
503-
default = null
503+
default = ""
504504
}
505505

506506
variable "workload_config_audit_mode" {

modules/safer-cluster/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ For simplicity, we suggest using `roles/container.admin` and
273273
| upstream\_nameservers | If specified, the values replace the nameservers taken by default from the node’s /etc/resolv.conf | `list(string)` | `[]` | no |
274274
| windows\_node\_pools | List of maps containing node pools | `list(map(string))` | `[]` | no |
275275
| workload\_config\_audit\_mode | (beta) Workload config audit mode. | `string` | `"DISABLED"` | no |
276-
| workload\_vulnerability\_mode | (beta) Vulnerability mode. | `string` | `null` | no |
276+
| workload\_vulnerability\_mode | (beta) Vulnerability mode. | `string` | `""` | no |
277277
| zones | The zones to host the cluster in | `list(string)` | `[]` | no |
278278

279279
## Outputs

modules/safer-cluster/variables.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,7 @@ variable "enable_mesh_certificates" {
500500
variable "workload_vulnerability_mode" {
501501
description = "(beta) Vulnerability mode."
502502
type = string
503-
default = null
503+
default = ""
504504
}
505505

506506
variable "workload_config_audit_mode" {

0 commit comments

Comments
 (0)