Skip to content

Commit

Permalink
Adding private access sg flag (#172)
Browse files Browse the repository at this point in the history
  • Loading branch information
sekka1 authored Oct 4, 2021
1 parent a7110aa commit 6a20087
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions terraform-modules/aws/eks/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -124,3 +124,9 @@ variable "cluster_endpoint_private_access_cidrs" {
default = null
description = "Kube API public endpoint allow access cidrs"
}

variable "cluster_create_endpoint_private_access_sg_rule" {
type = bool
default = false
description = "Whether to create security group rules for the access to the Amazon EKS private API server endpoint. cluster_endpoint_private_access_cidrs must be set if this is true."
}

0 comments on commit 6a20087

Please sign in to comment.