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,