Skip to content

Commit

Permalink
Remove unused merge
Browse files Browse the repository at this point in the history
  • Loading branch information
vradicevicds committed Oct 18, 2024
1 parent a684ea7 commit 62b8896
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/k8s_eks_addons/coredns.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ resource "aws_eks_addon" "coredns" {
resolve_conflicts_on_create = "OVERWRITE"
resolve_conflicts_on_update = "OVERWRITE"
configuration_values = var.coredns_config.configuration_values
tags = merge(var.addon_context.tags)
tags = var.addon_context.tags

}

0 comments on commit 62b8896

Please sign in to comment.