Skip to content

Commit

Permalink
fix: Don't tag self managed node security group with kubernetes.io/cl…
Browse files Browse the repository at this point in the history
…uster tag (#1774)
  • Loading branch information
Devin Young authored Feb 2, 2022
1 parent d0de694 commit a638e4a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions modules/self-managed-node-group/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -460,8 +460,7 @@ resource "aws_security_group" "this" {
tags = merge(
var.tags,
{
"Name" = local.security_group_name
"kubernetes.io/cluster/${var.cluster_name}" = "owned"
"Name" = local.security_group_name
},
var.security_group_tags
)
Expand Down

0 comments on commit a638e4a

Please sign in to comment.