Skip to content

Commit

Permalink
add tag
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoDiazL committed Dec 18, 2023
1 parent 7e92cfe commit 51235e8
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,9 @@ resource "aws_launch_template" "main" {
"Name" = "${var.aws_resource_identifier}-${var.aws_eks_environment}-eksworker-node"
}
}
tags = {
"kubernetes.io/cluster/${var.aws_eks_cluster_name}" = "owned"
}
depends_on = [aws_iam_role.iam_role_worker]
}

Expand Down

0 comments on commit 51235e8

Please sign in to comment.