mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-03-30 14:11:58 +02:00
fix: Don't tag self managed node security group with kubernetes.io/cluster tag (#1774)
This commit is contained in:
@@ -461,7 +461,6 @@ resource "aws_security_group" "this" {
|
||||
var.tags,
|
||||
{
|
||||
"Name" = local.security_group_name
|
||||
"kubernetes.io/cluster/${var.cluster_name}" = "owned"
|
||||
},
|
||||
var.security_group_tags
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user