Update cluster_security_group_id doc (#472)

You cannot filter the public cluster endpoint.
This commit is contained in:
Daniel Piddock
2019-08-19 16:34:02 +02:00
committed by Max Williams
parent b335819f0e
commit 655a75fbd0
3 changed files with 3 additions and 2 deletions

View File

@@ -20,7 +20,7 @@ variable "cluster_name" {
}
variable "cluster_security_group_id" {
description = "If provided, the EKS cluster will be attached to this security group. If not given, a security group will be created with necessary ingres/egress to work with the workers and provide API access to your current IP/32."
description = "If provided, the EKS cluster will be attached to this security group. If not given, a security group will be created with necessary ingres/egress to work with the workers"
type = string
default = ""
}