Skip to content

Commit

Permalink
chore: fix example for EKS and rebalancing job (#252)
Browse files Browse the repository at this point in the history
* chore: fix example

* chore: format
  • Loading branch information
aldor007 authored Dec 8, 2023
1 parent d504292 commit c1e6d91
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/eks/eks_cluster_autoscaler_policies/castai.tf
Original file line number Diff line number Diff line change
Expand Up @@ -230,4 +230,5 @@ resource "castai_rebalancing_job" "spots" {
cluster_id = castai_eks_clusterid.cluster_id.id
rebalancing_schedule_id = castai_rebalancing_schedule.spots.id
enabled = true
depends_on = [module.castai-eks-cluster]
}

0 comments on commit c1e6d91

Please sign in to comment.