mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-01-18 09:38:33 +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(
|
tags = merge(
|
||||||
var.tags,
|
var.tags,
|
||||||
{
|
{
|
||||||
"Name" = local.security_group_name
|
"Name" = local.security_group_name
|
||||||
"kubernetes.io/cluster/${var.cluster_name}" = "owned"
|
|
||||||
},
|
},
|
||||||
var.security_group_tags
|
var.security_group_tags
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user