mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-03-22 01:19:05 +01:00
Removing aws_iam_service_linked_role from module (#160)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user