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
Copy file name to clipboardexpand all lines: README.md
+1
Original file line number
Diff line number
Diff line change
@@ -251,6 +251,7 @@ Apache 2 Licensed. See [LICENSE](https://github.com/terraform-aws-modules/terraf
251
251
| <aname="input_kubeconfig_aws_authenticator_command"></a> [kubeconfig\_aws\_authenticator\_command](#input\_kubeconfig\_aws\_authenticator\_command)| Command to use to fetch AWS EKS credentials. |`string`|`"aws-iam-authenticator"`| no |
252
252
| <aname="input_kubeconfig_aws_authenticator_command_args"></a> [kubeconfig\_aws\_authenticator\_command\_args](#input\_kubeconfig\_aws\_authenticator\_command\_args)| Default arguments passed to the authenticator command. Defaults to [token -i $cluster\_name]. |`list(string)`|`[]`| no |
253
253
| <aname="input_kubeconfig_aws_authenticator_env_variables"></a> [kubeconfig\_aws\_authenticator\_env\_variables](#input\_kubeconfig\_aws\_authenticator\_env\_variables)| Environment variables that should be used when executing the authenticator. e.g. { AWS\_PROFILE = "eks"}. |`map(string)`|`{}`| no |
254
+
| <aname="input_kubeconfig_file_permission"></a> [kubeconfig\_file\_permission](#input\_kubeconfig\_file\_permission)| File permission of the Kubectl config file containing cluster configuration saved to `config_output_path.`|`string`|`"0600"`| no |
254
255
| <aname="input_kubeconfig_name"></a> [kubeconfig\_name](#input\_kubeconfig\_name)| Override the default name used for items kubeconfig. |`string`|`""`| no |
255
256
| <aname="input_manage_aws_auth"></a> [manage\_aws\_auth](#input\_manage\_aws\_auth)| Whether to apply the aws-auth configmap file. |`bool`|`true`| no |
256
257
| <aname="input_manage_cluster_iam_resources"></a> [manage\_cluster\_iam\_resources](#input\_manage\_cluster\_iam\_resources)| Whether to let the module manage cluster IAM resources. If set to false, cluster\_iam\_role\_name must be specified. |`bool`|`true`| no |
0 commit comments