Skip to content

Commit

Permalink
Fixing tagging
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoDiazL committed Dec 18, 2023
1 parent 844dd15 commit 7e92cfe
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,8 @@ resource "aws_launch_template" "main" {
}
tag_specifications {
resource_type = "instance"

tags = {
"kubernetes.io/cluster/${var.aws_eks_cluster_name}" = "owned"
"kubernetes.io/cluster/${var.aws_eks_cluster_name}" = "owned",
"Name" = "${var.aws_resource_identifier}-${var.aws_eks_environment}-eksworker-node"
}
}
Expand Down

0 comments on commit 7e92cfe

Please sign in to comment.