diff --git a/datadog/resource_datadog_dashboard.go b/datadog/resource_datadog_dashboard.go index 2b0dad5d1..5f8f805dd 100644 --- a/datadog/resource_datadog_dashboard.go +++ b/datadog/resource_datadog_dashboard.go @@ -2518,6 +2518,7 @@ func getManageStatusDefinitionSchema() map[string]*schema.Schema { Type: schema.TypeInt, Deprecated: "This parameter may be removed from the dashboard API in the future", Optional: true, + Default: 50, }, // The start param is deprecated "start": {