+| <a name="input_ebs_csi_driver"></a> [ebs\_csi\_driver](#input\_ebs\_csi\_driver) | The EBS CSI driver configuration | <pre>object({<br/> ## Indicates if we should enable the EBS CSI driver<br/> enable = optional(bool, false)<br/> ## The KMS key ARNs to allow the EBS CSI driver to manage encrypted volumes<br/> kms_key_arns = optional(list(string), [])<br/> ## The version of the EBS CSI driver<br/> version = optional(string, "v1.51.0-eksbuild.1")<br/> ## The service account to deploy the EBS CSI driver to<br/> service_account = optional(string, "ebs-csi-controller-sa")<br/> ## The namespace to deploy the EBS CSI driver to<br/> namespace = optional(string, "kube-system")<br/> })</pre> | `{}` | no |
0 commit comments