clean up unused variables

This commit is contained in:
Max Williams
2018-07-06 16:39:00 +02:00
parent fac9bc8db1
commit 0ffa4932f6
4 changed files with 3 additions and 17 deletions

View File

@@ -79,16 +79,6 @@ variable "worker_sg_ingress_from_port" {
default = "1025"
}
variable "kubeconfig_context_name" {
description = "Name of the kubeconfig context."
default = "aws"
}
variable "kubeconfig_user_name" {
description = "Name of the kubeconfig user."
default = "aws"
}
variable "kubeconfig_aws_authenticator_command" {
description = "Command to use to to fetch AWS EKS credentials"
default = "heptio-authenticator-aws"