diff --git a/google-beta/resource_dataproc_autoscaling_policy.go b/google-beta/resource_dataproc_autoscaling_policy.go index aa836e544d..e159d4b722 100644 --- a/google-beta/resource_dataproc_autoscaling_policy.go +++ b/google-beta/resource_dataproc_autoscaling_policy.go @@ -159,7 +159,7 @@ Bounds: [minInstances, ). Defaults to 0.`, Type: schema.TypeInt, Optional: true, Description: `Minimum number of instances for this group. Bounds: [0, maxInstances]. Defaults to 0.`, - Default: 2, + Default: 0, AtLeastOneOf: []string{"secondary_worker_config.0.min_instances", "secondary_worker_config.0.max_instances", "secondary_worker_config.0.weight"}, }, "weight": {