Skip to content

Commit

Permalink
Merge pull request #3574 from mr0re1/placement_mix
Browse files Browse the repository at this point in the history
Remove unnecessary constraint on static+dynamic with placement
  • Loading branch information
mr0re1 authored Jan 22, 2025
2 parents 7a29a7a + e3e42c8 commit c51c5a3
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,6 @@ output "nodeset" {
EOD
}

precondition {
condition = !var.enable_placement || var.node_count_static == 0 || var.node_count_dynamic_max == 0
error_message = "Cannot use placement with static and auto-scaling nodes in the same node set."
}

precondition {
condition = var.placement_max_distance == null || var.enable_placement
error_message = "placement_max_distance requires enable_placement to be set to true."
Expand Down

0 comments on commit c51c5a3

Please sign in to comment.