Skip to content

Commit

Permalink
Fix issue PagerDuty#867
Browse files Browse the repository at this point in the history
  • Loading branch information
cjgajard committed May 14, 2024
1 parent a9a6cba commit a4ef2dc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pagerduty/resource_pagerduty_service.go
Original file line number Diff line number Diff line change
Expand Up @@ -647,6 +647,9 @@ func expandAlertGroupingParameters(v interface{}) *pagerduty.AlertGroupingParame
}

alertGroupingParameters.Config = expandAlertGroupingConfig(ragpVal["config"])
if groupingType == "content_based" && alertGroupingParameters.Config != nil {
alertGroupingParameters.Config.Timeout = nil
}
return alertGroupingParameters
}

Expand Down

0 comments on commit a4ef2dc

Please sign in to comment.