From f62e1e63e3a36abd96d448a60a8d1ea64a2dc50e Mon Sep 17 00:00:00 2001 From: Carlos Gajardo Date: Tue, 12 Nov 2024 15:05:00 -0300 Subject: [PATCH] Add description to alert_grouping_setting docs --- website/docs/r/alert_grouping_setting.html.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/website/docs/r/alert_grouping_setting.html.markdown b/website/docs/r/alert_grouping_setting.html.markdown index e300082fa..729ed53a5 100644 --- a/website/docs/r/alert_grouping_setting.html.markdown +++ b/website/docs/r/alert_grouping_setting.html.markdown @@ -40,6 +40,7 @@ resource "pagerduty_alert_grouping_setting" "%[1]s" { The following arguments are supported: * `name` - (Required) The name for the alert groupig settings. +* `description` - A human-friendly text to describe and identify this alert grouping setting. * `type` - (Required) The type of alert grouping; one of `intelligent`, `time`, `content_based` or `content_based_intelligent`. * `services` - (Required) [Updating can cause a resource replacement] The list IDs of services associated to this setting. * `config` - (Required) The set of values used for configuration.