mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-03-21 17:09:04 +01:00
Update cluster_security_group_id doc (#472)
You cannot filter the public cluster endpoint.
This commit is contained in:
committed by
Max Williams
parent
b335819f0e
commit
655a75fbd0
@@ -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 = ""
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user