Skip to content

Commit

Permalink
#96 Remove unnecessary dependency on EKS node group in EKS addons con…
Browse files Browse the repository at this point in the history
…figuration
  • Loading branch information
choisungwook committed Dec 30, 2024
1 parent 50103b2 commit 2daf856
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions eks/module/eks/addons.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,4 @@ resource "aws_eks_addon" "addons" {
addon_name = each.value.name
addon_version = each.value.version
configuration_values = each.value.configuration_values

depends_on = [aws_eks_node_group.main]
}

0 comments on commit 2daf856

Please # to comment.