mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-03-21 08:59:02 +01:00
new release (#452)
This commit is contained in:
@@ -322,7 +322,7 @@ resource "aws_launch_template" "workers_launch_template_mixed" {
|
||||
tags = merge(
|
||||
{
|
||||
"Name" = "${aws_eks_cluster.this.name}-${lookup(
|
||||
var.worker_groups_launch_template[count.index],
|
||||
var.worker_groups_launch_template_mixed[count.index],
|
||||
"name",
|
||||
count.index,
|
||||
)}-eks_asg"
|
||||
@@ -348,4 +348,3 @@ resource "aws_iam_instance_profile" "workers_launch_template_mixed" {
|
||||
)
|
||||
path = var.iam_path
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user