Skip to content

Commit

Permalink
Added depends
Browse files Browse the repository at this point in the history
  • Loading branch information
abhiyerra committed Feb 5, 2024
1 parent 8a0f2fe commit ea49520
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions karpenter.tf
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ module "karpenter" {
queue_name = "${var.environment_name}-spot-termination"

tags = local.tags

depends_on = [
aws_eks_cluster.cluster
]
}

resource "helm_release" "karpenter" {
Expand Down

0 comments on commit ea49520

Please sign in to comment.