Skip to content

Commit

Permalink
fix: only primary sg can be tagged as owned by the cluster
Browse files Browse the repository at this point in the history
  • Loading branch information
Downager authored and smalltown committed Feb 9, 2022
1 parent c074452 commit c6c3b1e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/aws/kube-worker/sg.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ resource "aws_security_group" "worker_group" {

tags = merge(var.extra_tags, map(
"Name", "${var.name}-worker-${var.instance_config["name"]}",
"kubernetes.io/cluster/${var.name}", "owned",
"Role", "k8s-worker"
))
}

0 comments on commit c6c3b1e

Please sign in to comment.