mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-01-17 00:57:28 +01:00
fix: Don't tag self managed node security group with kubernetes.io/cluster tag (#1774)
This commit is contained in:
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user