mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-03-24 10:21:08 +01:00
allow user to overwrite the kubeconfig default args (#129)
* allow user to overwrite the kubeconfig default args * quote args to auth command
This commit is contained in:
committed by
Max Williams
parent
31ec0f7db3
commit
e1e265bf21
@@ -102,6 +102,12 @@ variable "kubeconfig_aws_authenticator_command" {
|
||||
default = "aws-iam-authenticator"
|
||||
}
|
||||
|
||||
variable "kubeconfig_aws_authenticator_command_args" {
|
||||
description = "Default arguments passed to the authenticator command. Defaults to [token -i $cluster_name]."
|
||||
type = "list"
|
||||
default = []
|
||||
}
|
||||
|
||||
variable "kubeconfig_aws_authenticator_additional_args" {
|
||||
description = "Any additional arguments to pass to the authenticator such as the role to assume. e.g. [\"-r\", \"MyEksRole\"]."
|
||||
type = "list"
|
||||
|
||||
Reference in New Issue
Block a user