From 89c11be5c0ae3b0d43d03c01baafde3ab6cd26cd Mon Sep 17 00:00:00 2001 From: Hippolyte HENRY Date: Tue, 12 May 2020 13:10:29 +0200 Subject: [PATCH] Add default to deprecated `count` field to avoid sending 0 --- datadog/resource_datadog_dashboard.go | 1 + 1 file changed, 1 insertion(+) diff --git a/datadog/resource_datadog_dashboard.go b/datadog/resource_datadog_dashboard.go index 2b0dad5d19..5f8f805dd4 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": {