Removing aws_iam_service_linked_role from module (#160)

This commit is contained in:
Max Williams
2018-10-17 13:02:00 +02:00
committed by GitHub
parent 4b09e95d88
commit b15e1d7e95
4 changed files with 1 additions and 14 deletions

View File

@@ -22,11 +22,6 @@ variable "write_kubeconfig" {
default = true
}
variable "create_elb_service_linked_role" {
description = "Whether to create the service linked role for the elasticloadbalancing service. Without this EKS cannot create ELBs."
default = false
}
variable "manage_aws_auth" {
description = "Whether to write and apply the aws-auth configmap file."
default = true