mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-03-23 18:01:04 +01:00
Remove unnecessary http callout and security rule
EKS masters are publicly accessible. You cannot restrict access nor need to explicitly grant access. https://github.com/terraform-aws-modules/terraform-aws-eks/pull/69#issuecomment-406123233
This commit is contained in:
@@ -7,11 +7,6 @@ variable "cluster_security_group_id" {
|
||||
default = ""
|
||||
}
|
||||
|
||||
variable "workstation_cidr" {
|
||||
description = "Override the default ingress rule that allows communication with the EKS cluster API. If not given, will use current IP/32. "
|
||||
default = ""
|
||||
}
|
||||
|
||||
variable "cluster_version" {
|
||||
description = "Kubernetes version to use for the EKS cluster."
|
||||
default = "1.10"
|
||||
|
||||
Reference in New Issue
Block a user