File tree Expand file tree Collapse file tree 9 files changed +81
-60
lines changed
beta-autopilot-private-cluster
beta-autopilot-public-cluster
beta-private-cluster-update-variant
beta-public-cluster-update-variant Expand file tree Collapse file tree 9 files changed +81
-60
lines changed Original file line number Diff line number Diff line change @@ -530,6 +530,17 @@ variable "enable_confidential_nodes" {
530
530
description = "An optional flag to enable confidential node config."
531
531
default = false
532
532
}
533
+ variable "workload_vulnerability_mode" {
534
+ description = "(beta) Vulnerability mode."
535
+ type = string
536
+ default = ""
537
+ }
538
+
539
+ variable "workload_config_audit_mode" {
540
+ description = "(beta) Worload config audit mode."
541
+ type = string
542
+ default = "DISABLED"
543
+ }
533
544
{% endif %}
534
545
535
546
variable "disable_default_snat" {
@@ -766,17 +777,5 @@ variable "enable_identity_service" {
766
777
description = "Enable the Identity Service component, which allows customers to use external identity providers with the K8S API."
767
778
default = false
768
779
}
769
-
770
- variable "workload_vulnerability_mode" {
771
- description = "(beta) Vulnerability mode."
772
- type = string
773
- default = ""
774
- }
775
-
776
- variable "workload_config_audit_mode" {
777
- description = "(beta) Worload config audit mode."
778
- type = string
779
- default = "DISABLED"
780
- }
781
780
{% endif %}
782
781
{% endif %}
Original file line number Diff line number Diff line change @@ -129,6 +129,8 @@ Then perform the following commands on the root folder:
129
129
| subnetwork | The subnetwork to host the cluster in (required) | ` string ` | n/a | yes |
130
130
| timeouts | Timeout for cluster operations. | ` map(string) ` | ` {} ` | no |
131
131
| upstream\_ nameservers | If specified, the values replace the nameservers taken by default from the node’s /etc/resolv.conf | ` list(string) ` | ` [] ` | no |
132
+ | workload\_ config\_ audit\_ mode | (beta) Worload config audit mode. | ` string ` | ` "DISABLED" ` | no |
133
+ | workload\_ vulnerability\_ mode | (beta) Vulnerability mode. | ` string ` | ` "" ` | no |
132
134
| zones | The zones to host the cluster in (optional if regional cluster / required if zonal) | ` list(string) ` | ` [] ` | no |
133
135
134
136
## Outputs
Original file line number Diff line number Diff line change @@ -366,6 +366,17 @@ variable "enable_confidential_nodes" {
366
366
description = " An optional flag to enable confidential node config."
367
367
default = false
368
368
}
369
+ variable "workload_vulnerability_mode" {
370
+ description = " (beta) Vulnerability mode."
371
+ type = string
372
+ default = " "
373
+ }
374
+
375
+ variable "workload_config_audit_mode" {
376
+ description = " (beta) Worload config audit mode."
377
+ type = string
378
+ default = " DISABLED"
379
+ }
369
380
370
381
variable "disable_default_snat" {
371
382
type = bool
Original file line number Diff line number Diff line change @@ -118,6 +118,8 @@ Then perform the following commands on the root folder:
118
118
| subnetwork | The subnetwork to host the cluster in (required) | ` string ` | n/a | yes |
119
119
| timeouts | Timeout for cluster operations. | ` map(string) ` | ` {} ` | no |
120
120
| upstream\_ nameservers | If specified, the values replace the nameservers taken by default from the node’s /etc/resolv.conf | ` list(string) ` | ` [] ` | no |
121
+ | workload\_ config\_ audit\_ mode | (beta) Worload config audit mode. | ` string ` | ` "DISABLED" ` | no |
122
+ | workload\_ vulnerability\_ mode | (beta) Vulnerability mode. | ` string ` | ` "" ` | no |
121
123
| zones | The zones to host the cluster in (optional if regional cluster / required if zonal) | ` list(string) ` | ` [] ` | no |
122
124
123
125
## Outputs
Original file line number Diff line number Diff line change @@ -336,6 +336,17 @@ variable "enable_confidential_nodes" {
336
336
description = " An optional flag to enable confidential node config."
337
337
default = false
338
338
}
339
+ variable "workload_vulnerability_mode" {
340
+ description = " (beta) Vulnerability mode."
341
+ type = string
342
+ default = " "
343
+ }
344
+
345
+ variable "workload_config_audit_mode" {
346
+ description = " (beta) Worload config audit mode."
347
+ type = string
348
+ default = " DISABLED"
349
+ }
339
350
340
351
variable "disable_default_snat" {
341
352
type = bool
Original file line number Diff line number Diff line change @@ -502,6 +502,17 @@ variable "enable_confidential_nodes" {
502
502
description = " An optional flag to enable confidential node config."
503
503
default = false
504
504
}
505
+ variable "workload_vulnerability_mode" {
506
+ description = " (beta) Vulnerability mode."
507
+ type = string
508
+ default = " "
509
+ }
510
+
511
+ variable "workload_config_audit_mode" {
512
+ description = " (beta) Worload config audit mode."
513
+ type = string
514
+ default = " DISABLED"
515
+ }
505
516
506
517
variable "disable_default_snat" {
507
518
type = bool
@@ -725,15 +736,3 @@ variable "enable_identity_service" {
725
736
description = " Enable the Identity Service component, which allows customers to use external identity providers with the K8S API."
726
737
default = false
727
738
}
728
-
729
- variable "workload_vulnerability_mode" {
730
- description = " (beta) Vulnerability mode."
731
- type = string
732
- default = " "
733
- }
734
-
735
- variable "workload_config_audit_mode" {
736
- description = " (beta) Worload config audit mode."
737
- type = string
738
- default = " DISABLED"
739
- }
Original file line number Diff line number Diff line change @@ -502,6 +502,17 @@ variable "enable_confidential_nodes" {
502
502
description = " An optional flag to enable confidential node config."
503
503
default = false
504
504
}
505
+ variable "workload_vulnerability_mode" {
506
+ description = " (beta) Vulnerability mode."
507
+ type = string
508
+ default = " "
509
+ }
510
+
511
+ variable "workload_config_audit_mode" {
512
+ description = " (beta) Worload config audit mode."
513
+ type = string
514
+ default = " DISABLED"
515
+ }
505
516
506
517
variable "disable_default_snat" {
507
518
type = bool
@@ -725,15 +736,3 @@ variable "enable_identity_service" {
725
736
description = " Enable the Identity Service component, which allows customers to use external identity providers with the K8S API."
726
737
default = false
727
738
}
728
-
729
- variable "workload_vulnerability_mode" {
730
- description = " (beta) Vulnerability mode."
731
- type = string
732
- default = " "
733
- }
734
-
735
- variable "workload_config_audit_mode" {
736
- description = " (beta) Worload config audit mode."
737
- type = string
738
- default = " DISABLED"
739
- }
Original file line number Diff line number Diff line change @@ -472,6 +472,17 @@ variable "enable_confidential_nodes" {
472
472
description = " An optional flag to enable confidential node config."
473
473
default = false
474
474
}
475
+ variable "workload_vulnerability_mode" {
476
+ description = " (beta) Vulnerability mode."
477
+ type = string
478
+ default = " "
479
+ }
480
+
481
+ variable "workload_config_audit_mode" {
482
+ description = " (beta) Worload config audit mode."
483
+ type = string
484
+ default = " DISABLED"
485
+ }
475
486
476
487
variable "disable_default_snat" {
477
488
type = bool
@@ -695,15 +706,3 @@ variable "enable_identity_service" {
695
706
description = " Enable the Identity Service component, which allows customers to use external identity providers with the K8S API."
696
707
default = false
697
708
}
698
-
699
- variable "workload_vulnerability_mode" {
700
- description = " (beta) Vulnerability mode."
701
- type = string
702
- default = " "
703
- }
704
-
705
- variable "workload_config_audit_mode" {
706
- description = " (beta) Worload config audit mode."
707
- type = string
708
- default = " DISABLED"
709
- }
Original file line number Diff line number Diff line change @@ -472,6 +472,17 @@ variable "enable_confidential_nodes" {
472
472
description = " An optional flag to enable confidential node config."
473
473
default = false
474
474
}
475
+ variable "workload_vulnerability_mode" {
476
+ description = " (beta) Vulnerability mode."
477
+ type = string
478
+ default = " "
479
+ }
480
+
481
+ variable "workload_config_audit_mode" {
482
+ description = " (beta) Worload config audit mode."
483
+ type = string
484
+ default = " DISABLED"
485
+ }
475
486
476
487
variable "disable_default_snat" {
477
488
type = bool
@@ -695,15 +706,3 @@ variable "enable_identity_service" {
695
706
description = " Enable the Identity Service component, which allows customers to use external identity providers with the K8S API."
696
707
default = false
697
708
}
698
-
699
- variable "workload_vulnerability_mode" {
700
- description = " (beta) Vulnerability mode."
701
- type = string
702
- default = " "
703
- }
704
-
705
- variable "workload_config_audit_mode" {
706
- description = " (beta) Worload config audit mode."
707
- type = string
708
- default = " DISABLED"
709
- }
You can’t perform that action at this time.
0 commit comments