From ba737f2f8db4ac5275e7681b61abbc55f01be329 Mon Sep 17 00:00:00 2001 From: James Goodhouse Date: Thu, 17 Oct 2019 14:30:28 -0700 Subject: [PATCH] fix value --- newrelic/resource_newrelic_nrql_alert_condition.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/newrelic/resource_newrelic_nrql_alert_condition.go b/newrelic/resource_newrelic_nrql_alert_condition.go index 0c4fddd24..d469d5109 100644 --- a/newrelic/resource_newrelic_nrql_alert_condition.go +++ b/newrelic/resource_newrelic_nrql_alert_condition.go @@ -75,7 +75,7 @@ func resourceNewRelicNrqlAlertCondition() *schema.Resource { "duration": { Type: schema.TypeInt, Required: true, - ValidateFunc: validation.IntBetween(2, 120), + ValidateFunc: validation.IntBetween(1, 120), }, "operator": { Type: schema.TypeString,