Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
aldor007 committed Dec 7, 2023
1 parent de8a98f commit 0aa6b77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/eks/eks_cluster_autoscaler_policies/castai.tf
Original file line number Diff line number Diff line change
Expand Up @@ -229,5 +229,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]
depends_on = [module.castai-eks-cluster]
}

0 comments on commit 0aa6b77

Please sign in to comment.