diff --git a/terraform/pagerduty-app-idrac.tf b/terraform/pagerduty-app-idrac.tf index debf8a4..c316513 100644 --- a/terraform/pagerduty-app-idrac.tf +++ b/terraform/pagerduty-app-idrac.tf @@ -4,10 +4,6 @@ resource "pagerduty_service" "idrac" { acknowledgement_timeout = 600 escalation_policy = pagerduty_escalation_policy.default.id alert_creation = "create_alerts_and_incidents" - - alert_grouping_parameters { - type = "intelligent" - } } resource "pagerduty_service_integration" "idrac_pve1" { diff --git a/terraform/pagerduty-app-proxmox.tf b/terraform/pagerduty-app-proxmox.tf index 41041c0..da668bc 100644 --- a/terraform/pagerduty-app-proxmox.tf +++ b/terraform/pagerduty-app-proxmox.tf @@ -4,10 +4,6 @@ resource "pagerduty_service" "proxmox" { acknowledgement_timeout = 600 escalation_policy = pagerduty_escalation_policy.default.id alert_creation = "create_alerts_and_incidents" - - alert_grouping_parameters { - type = "intelligent" - } } resource "pagerduty_service_integration" "proxmox" {