Skip to content

Commit

Permalink
fix: Pagerduty alert grouping removed (paid feature) (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
lholota authored Aug 17, 2023
1 parent dfd2ed4 commit 542dfaa
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions terraform/pagerduty-app-idrac.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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" {
Expand Down
4 changes: 0 additions & 4 deletions terraform/pagerduty-app-proxmox.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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" {
Expand Down

0 comments on commit 542dfaa

Please sign in to comment.