Skip to content

Commit

Permalink
Fix tagging
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoDiazL committed Dec 18, 2023
1 parent 51235e8 commit 23a4b98
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ 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 23a4b98

Please sign in to comment.