mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-05-01 12:54:29 +02:00
feat: Add launch_template_tags variable for additional launch template tags (#1835)
This commit is contained in:
@@ -250,6 +250,12 @@ variable "metadata_options" {
|
||||
}
|
||||
}
|
||||
|
||||
variable "launch_template_tags" {
|
||||
description = "A map of additional tags to add to the tag_specifications of launch template created"
|
||||
type = map(string)
|
||||
default = {}
|
||||
}
|
||||
|
||||
################################################################################
|
||||
# Autoscaling group
|
||||
################################################################################
|
||||
|
||||
Reference in New Issue
Block a user