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_alb_logs_bucket"></a> [alb\_logs\_bucket](#input\_alb\_logs\_bucket)| The name of the bucket for ALB access logs. The bucket must have policy allowing the ELB logging principal |`string`|`""`| no |
512
512
| <aname="input_alb_logs_prefix"></a> [alb\_logs\_prefix](#input\_alb\_logs\_prefix)|`alb_logs_bucket` s3 bucket prefix |`string`|`""`| no |
513
513
| <aname="input_alb_name"></a> [alb\_name](#input\_alb\_name)| The name of the ALB (e.g. `argocd`) provisioned by `alb-controller`. Works together with `var.alb_group_name`|`string`|`null`| no |
514
-
| <aname="input_anonymous_enabled"></a> [anonymous\_enabled](#input\_anonymous\_enabled)| Toggles anonymous user access using default rbac setting (defaults to readonly) |`bool`|`false`| no |
514
+
| <aname="input_anonymous_enabled"></a> [anonymous\_enabled](#input\_anonymous\_enabled)| Toggles anonymous user access using default RBAC setting (Defaults to read-only) |`bool`|`false`| no |
515
515
| <aname="input_argocd_apps_chart"></a> [argocd\_apps\_chart](#input\_argocd\_apps\_chart)| Chart name to be installed. The chart name can be local path, a URL to a chart, or the name of the chart if `repository` is specified. It is also possible to use the `<repository>/<chart>` format here if you are running Terraform on a system that the repository has been added to with `helm repo add` but this is not recommended. |`string`|`"argocd-apps"`| no |
516
516
| <aname="input_argocd_apps_chart_description"></a> [argocd\_apps\_chart\_description](#input\_argocd\_apps\_chart\_description)| Set release description attribute (visible in the history). |`string`|`"A Helm chart for managing additional Argo CD Applications and Projects"`| no |
517
517
| <aname="input_argocd_apps_chart_repository"></a> [argocd\_apps\_chart\_repository](#input\_argocd\_apps\_chart\_repository)| Repository URL where to locate the requested chart. |`string`|`"https://argoproj.github.io/argo-helm"`| no |
| <aname="input_kube_exec_auth_enabled"></a> [kube\_exec\_auth\_enabled](#input\_kube\_exec\_auth\_enabled)| If `true`, use the Kubernetes provider `exec` feature to execute `aws eks get-token` to authenticate to the EKS cluster.<br>Disabled by `kubeconfig_file_enabled`, overrides `kube_data_auth_enabled`. |`bool`|`true`| no |
556
556
| <aname="input_kube_exec_auth_role_arn"></a> [kube\_exec\_auth\_role\_arn](#input\_kube\_exec\_auth\_role\_arn)| The role ARN for `aws eks get-token` to use |`string`|`""`| no |
557
557
| <aname="input_kube_exec_auth_role_arn_enabled"></a> [kube\_exec\_auth\_role\_arn\_enabled](#input\_kube\_exec\_auth\_role\_arn\_enabled)| If `true`, pass `kube_exec_auth_role_arn` as the role ARN to `aws eks get-token`|`bool`|`true`| no |
558
-
| <aname="input_kubeconfig_context"></a> [kubeconfig\_context](#input\_kubeconfig\_context)| Context to choose from the Kubernetes kube config file |`string`|`""`| no |
558
+
| <aname="input_kubeconfig_context"></a> [kubeconfig\_context](#input\_kubeconfig\_context)| Context to choose from the Kubernetes config file.<br>If supplied, `kubeconfig_context_format` will be ignored. |`string`|`""`| no |
559
+
| <aname="input_kubeconfig_context_format"></a> [kubeconfig\_context\_format](#input\_kubeconfig\_context\_format)| A format string to use for creating the `kubectl` context name when<br>`kubeconfig_file_enabled` is `true` and `kubeconfig_context` is not supplied.<br>Must include a single `%s` which will be replaced with the cluster name. |`string`|`""`| no |
559
560
| <aname="input_kubeconfig_exec_auth_api_version"></a> [kubeconfig\_exec\_auth\_api\_version](#input\_kubeconfig\_exec\_auth\_api\_version)| The Kubernetes API version of the credentials returned by the `exec` auth plugin |`string`|`"client.authentication.k8s.io/v1beta1"`| no |
560
561
| <aname="input_kubeconfig_file"></a> [kubeconfig\_file](#input\_kubeconfig\_file)| The Kubernetes provider `config_path` setting to use when `kubeconfig_file_enabled` is `true`|`string`|`""`| no |
561
562
| <aname="input_kubeconfig_file_enabled"></a> [kubeconfig\_file\_enabled](#input\_kubeconfig\_file\_enabled)| If `true`, configure the Kubernetes provider with `kubeconfig_file` and use that kubeconfig file for authenticating to the EKS cluster |`bool`|`false`| no |
0 commit comments