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
| <aname="input_eks_component_name"></a> [eks\_component\_name](#input\_eks\_component\_name)| The name of the EKS component. Used to get the remote state |`string`|`"eks/eks"`| no |
224
224
| <aname="input_enabled"></a> [enabled](#input\_enabled)| Set to false to prevent the module from creating any resources |`bool`|`null`| no |
225
225
| <aname="input_environment"></a> [environment](#input\_environment)| ID element. Usually used for region e.g. 'uw2', 'us-west-2', OR role 'prod', 'staging', 'dev', 'UAT' |`string`|`null`| no |
226
-
| <aname="input_helm_manifest_experiment_enabled"></a> [helm\_manifest\_experiment\_enabled](#input\_helm\_manifest\_experiment\_enabled)| Enable storing of the rendered manifest for helm\_release so the full diff of what is changing can been seen in the plan |`bool`|`true`| no |
226
+
| <aname="input_helm_manifest_experiment_enabled"></a> [helm\_manifest\_experiment\_enabled](#input\_helm\_manifest\_experiment\_enabled)| Enable storing of the rendered manifest for helm\_release so the full diff of what is changing can been seen in the plan |`bool`|`false`| no |
227
227
| <aname="input_iam_policy_statements"></a> [iam\_policy\_statements](#input\_iam\_policy\_statements)| IAM policy for the service account. Required if `var.iam_role_enabled` is `true`. This will not do variable replacements. Please see `var.iam_policy_statements_template_path`. |`any`|`{}`| no |
228
228
| <aname="input_iam_role_enabled"></a> [iam\_role\_enabled](#input\_iam\_role\_enabled)| Whether to create an IAM role. Setting this to `true` will also replace any occurrences of `{service_account_role_arn}` in `var.values_template_path` with the ARN of the IAM role created by this module. |`bool`|`false`| no |
229
229
| <aname="input_id_length_limit"></a> [id\_length\_limit](#input\_id\_length\_limit)| Limit `id` to this many characters (minimum 6).<br>Set to `0` for unlimited length.<br>Set to `null` for keep the existing setting, which defaults to `0`.<br>Does not affect `id_full`. |`number`|`null`| no |
0 commit comments