feat: Tags passed into worker_groups_launch_template extend var.tags for the volumes (#1397)

This commit is contained in:
Olesia Ivanenko
2021-08-31 16:11:43 +03:00
committed by GitHub
parent e1f54ba73f
commit 8e1d5c11b7
3 changed files with 11 additions and 1 deletions

View File

@@ -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"