Skip to content

Commit

Permalink
Merge pull request #4 from vishalsaugat/add-policy-tags
Browse files Browse the repository at this point in the history
## ‼️ PLEASE READ THIS FIRST ‼️
  • Loading branch information
vishalsaugat authored Jun 7, 2023
2 parents 750fe3f + 71fc573 commit 6b4f12d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/kubernetes-addons/karpenter/locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ locals {
settings:
aws:
clusterName: ${var.addon_context.eks_cluster_id}
tags: ${var.addon_context.tags}
tags: ${jsonencode(var.addon_context.tags)}
clusterEndpoint: ${var.addon_context.aws_eks_cluster_endpoint}
defaultInstanceProfile: ${var.node_iam_instance_profile}
interruptionQueueName: ${try(aws_sqs_queue.this[0].name, "")}
Expand Down

0 comments on commit 6b4f12d

Please sign in to comment.