We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e3fb56 commit c286003Copy full SHA for c286003
castai/resource_rebalancing_schedule.go
@@ -184,7 +184,7 @@ func resourceRebalancingSchedule() *schema.Resource {
184
Type: schema.TypeString,
185
Optional: true,
186
Description: "Defines the algorithm used to select the target nodes for rebalancing.",
187
- Default: "TargetNodeSelectionAlgorithmNormalizedPrice",
+ Default: "TargetNodeSelectionAlgorithmUtilizedPrice",
188
ValidateDiagFunc: validation.ToDiagFunc(validation.StringInSlice([]string{
189
"TargetNodeSelectionAlgorithmNormalizedPrice",
190
"TargetNodeSelectionAlgorithmUtilizedPrice",
0 commit comments