Skip to content

Commit

Permalink
Removed tflint-ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
dunefro committed Nov 22, 2024
1 parent fbc5c61 commit 4251651
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ locals {
karpenter_profile_name = "${var.cluster_name}-karpenter"

// this is used when use_existing_cluster is set to true, so that we don't have to modify eks_managed_node_groups
// tflint-ignore: terraform_map_duplicate_keys
output_eks_managed_node_groups = tomap({
"initial" = {
iam_role_arn = var.existing_cluster_node_role_arn
Expand Down

0 comments on commit 4251651

Please sign in to comment.