mirror of
https://github.com/terraform-aws-modules/terraform-aws-eks.git
synced 2025-09-09 19:32:58 +08:00
fix: Fixed launch_templates_with_managed_node_group example (#1599)
This commit is contained in:
@@ -62,6 +62,8 @@ module "eks" {
|
||||
launch_template_id = aws_launch_template.default.id
|
||||
launch_template_version = aws_launch_template.default.default_version
|
||||
|
||||
instance_types = var.instance_types
|
||||
|
||||
additional_tags = {
|
||||
CustomTag = "EKS example"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user