mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-03-23 09:51:04 +01:00
feat: Tags passed into worker_groups_launch_template extend var.tags for the volumes (#1397)
This commit is contained in:
@@ -53,6 +53,11 @@ module "eks" {
|
||||
instance_type = "t3.small"
|
||||
asg_desired_capacity = 2
|
||||
public_ip = true
|
||||
tags = [{
|
||||
key = "ExtraTag"
|
||||
value = "TagValue"
|
||||
propagate_at_launch = true
|
||||
}]
|
||||
},
|
||||
{
|
||||
name = "worker-group-2"
|
||||
|
||||
Reference in New Issue
Block a user