1
0
mirror of https://github.com/terraform-aws-modules/terraform-aws-eks.git synced 2025-09-09 19:32:58 +08:00

fix: Merge tags from Fargate profiles with common tags from cluster (#1159)

This commit is contained in:
Lena-nfb
2020-12-23 12:08:19 +00:00
committed by GitHub
parent 618019e331
commit 65777d0a37
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -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)