mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-04-27 10:57:25 +02:00
fix: Merge tags from Fargate profiles with common tags from cluster (#1159)
This commit is contained in:
@@ -20,7 +20,6 @@ resource "aws_eks_fargate_profile" "this" {
|
||||
pod_execution_role_arn = local.pod_execution_role_arn
|
||||
subnet_ids = var.subnets
|
||||
tags = each.value.tags
|
||||
|
||||
selector {
|
||||
namespace = each.value.namespace
|
||||
labels = lookup(each.value, "labels", null)
|
||||
|
||||
Reference in New Issue
Block a user