mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-05-02 05:14:32 +02:00
feat: Allow configuring which tags are passed on launch template tag specifications (#2360)
Resolves undefined
This commit is contained in:
@@ -274,6 +274,12 @@ variable "launch_template_tags" {
|
||||
default = {}
|
||||
}
|
||||
|
||||
variable "tag_specifications" {
|
||||
description = "The tags to apply to the resources during launch"
|
||||
type = list(string)
|
||||
default = ["instance", "volume", "network-interface", "spot-instances-request"]
|
||||
}
|
||||
|
||||
################################################################################
|
||||
# EKS Managed Node Group
|
||||
################################################################################
|
||||
|
||||
Reference in New Issue
Block a user