You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pagerduty_service should only update the name accordingly and not make any changes to the pagerduty_alert_grouping_setting as there is no change there.
Actual Behavior
Error: Error reading: PDYWINC: PUT API call to https://api.pagerduty.com/services/PDYWINC failed 400 Bad Request. Code: 2001, Errors: [alert_grouping_parameters.config must be provided to enable content based grouping], Message: Invalid Input Provided
│
│ with pagerduty_service.test_service,
│ on test_service.tf line 12, in resource "pagerduty_service" "test_service":
│ 12: resource "pagerduty_service" "test_service" {}
The change in service affects the newer alert grouping parameters and does not let any other changes to be made to the actual service.
I am making changes to the Support Hours dynamically to multiple services and am unable to make those critical implementations.
Steps to Reproduce
terraform apply - Create a service with an escalation policy and the new alert grouping setting.
Make changes to the pagerduty_service or pagerduty_escalation_policy.
Example: Changing the name of the service.
resource "pagerduty_service" "test_service" {
name = "New Test Service"
escalation_policy = pagerduty_escalation_policy.test_policy.id
}
terraform apply - The service would have to update the name and would show 1 change to be made.
Terraform Version
Affected Resource(s)
Terraform Configuration Files
Debug Output
GitHub Gist
Expected Behavior
pagerduty_service
should only update the name accordingly and not make any changes to thepagerduty_alert_grouping_setting
as there is no change there.Actual Behavior
Support Hours
dynamically to multiple services and am unable to make those critical implementations.Steps to Reproduce
terraform apply
- Create a service with an escalation policy and the new alert grouping setting.pagerduty_service
orpagerduty_escalation_policy
.terraform apply
- The service would have to update the name and would show 1 change to be made.References
GH-949
The text was updated successfully, but these errors were encountered: