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:
@@ -126,6 +126,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 "launch_template_default_version" {
|
||||
description = "Default version of the launch template"
|
||||
type = string
|
||||
|
||||
Reference in New Issue
Block a user