mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-05-02 05:14:32 +02:00
feat: Allow users to selectively attach the EKS created cluster primary security group to nodes (#1952)
This commit is contained in:
@@ -234,6 +234,12 @@ variable "vpc_security_group_ids" {
|
||||
default = []
|
||||
}
|
||||
|
||||
variable "cluster_primary_security_group_id" {
|
||||
description = "The ID of the EKS cluster primary security group to associate with the instance(s). This is the security group that is automatically created by the EKS service"
|
||||
type = string
|
||||
default = null
|
||||
}
|
||||
|
||||
variable "enable_monitoring" {
|
||||
description = "Enables/disables detailed monitoring"
|
||||
type = bool
|
||||
|
||||
Reference in New Issue
Block a user