You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description = "Enable the Identity Service component, which allows customers to use external identity providers with the K8S API."
778
778
default = false
779
779
}
780
+
781
+
782
+
variable "enable_mesh_certificates" {
783
+
type = bool
784
+
default = false
785
+
description = "Controls the issuance of workload mTLS certificates. When enabled the GKE Workload Identity Certificates controller and node agent will be deployed in the cluster. Requires Workload Identity."
0 commit comments