mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-03-22 09:29:06 +01:00
Cleaning up and deduplicating launch template related code (#370)
* cleaning up launch template code * update changelog * Remove variable worker_group_launch_template_tags * misc fixes * fixing and simplifying example
This commit is contained in:
15
variables.tf
15
variables.tf
@@ -138,21 +138,6 @@ variable "worker_group_launch_template_count" {
|
||||
default = "0"
|
||||
}
|
||||
|
||||
variable "workers_group_launch_template_defaults" {
|
||||
description = "Override default values for target groups. See workers_group_defaults_defaults in local.tf for valid keys."
|
||||
type = "map"
|
||||
default = {}
|
||||
}
|
||||
|
||||
variable "worker_group_launch_template_tags" {
|
||||
description = "A map defining extra tags to be applied to the worker group template ASG."
|
||||
type = "map"
|
||||
|
||||
default = {
|
||||
default = []
|
||||
}
|
||||
}
|
||||
|
||||
variable "worker_security_group_id" {
|
||||
description = "If provided, all workers will be attached to this security group. If not given, a security group will be created with necessary ingres/egress to work with the EKS cluster."
|
||||
default = ""
|
||||
|
||||
Reference in New Issue
Block a user