Skip to content

Commit

Permalink
fix: remove unnecessary var from main.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
nileshgadgi committed Sep 11, 2023
1 parent e1a1b15 commit 07a8733
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@ module "ingress_nginx" {
helm_config = var.ingress_nginx_helm_config != null ? var.ingress_nginx_helm_config : { values = [local_file.ingress_nginx_helm_config[count.index].content] }
manage_via_gitops = var.manage_via_gitops
addon_context = local.addon_context
eks_cluster_name = data.aws_eks_cluster.eks_cluster.name
ingress_nginx_extra_configs = var.ingress_nginx_extra_configs
}

Expand Down

0 comments on commit 07a8733

Please sign in to comment.