Removing region from kubectl config and adding override variable

This commit is contained in:
Max Williams
2018-07-09 10:31:01 +02:00
parent 0ffa4932f6
commit 7e4e93eeec
5 changed files with 15 additions and 6 deletions

View File

@@ -93,3 +93,8 @@ variable "kubeconfig_aws_authenticator_env_variables" {
description = "Environment variables that should be used when executing the authenticator i.e. { AWS_PROFILE = \"eks\"}"
default = {}
}
variable "kubeconfig_name" {
description = "Override the default name used for items kubeconfig"
default = ""
}