diff --git a/rancher2/schema_cluster_v2_rke_config_machine_pool.go b/rancher2/schema_cluster_v2_rke_config_machine_pool.go index 88ed4f59..3936a34c 100644 --- a/rancher2/schema_cluster_v2_rke_config_machine_pool.go +++ b/rancher2/schema_cluster_v2_rke_config_machine_pool.go @@ -93,11 +93,10 @@ func clusterV2RKEConfigMachinePoolFields() map[string]*schema.Schema { Description: "Machine pool paused", }, "quantity": { - Type: schema.TypeInt, - Optional: true, - Default: 1, - ValidateFunc: validation.IntAtLeast(1), - Description: "Machine pool quantity", + Type: schema.TypeInt, + Optional: true, + Default: 1, + Description: "Machine pool quantity", }, "rolling_update": { Type: schema.TypeList,