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
It seems the Pagerduty API fails with a 400 when attempting to update the attributes of a service with an active incident on it resulting in its status being either warning or critical. This might just be a bug in the PagerDuty API though.
Successful update of the configuration of the service
Actual Behavior
* module.business-systems.pagerduty_service.service: 1 error(s) occurred:
* pagerduty_service.service: PUT API call to https://api.pagerduty.com/services/PKS1O3C failed 400 Bad Request. Code: 2001, Errors: [Status must be in active or disabled.], Message: Invalid Input Provided
Steps to Reproduce
Please list the steps required to reproduce the issue, for example:
terraform apply - create service
change a single attribute, like the description of the service
re-apply while that service is in a state where it has an active incident on it.
The text was updated successfully, but these errors were encountered:
paddie
changed the title
Updating configuration of a service where the status is currently critical or warning fails
Updating configuration of a service where the status is currently 'critical' or 'warning' fails
May 5, 2018
It seems the Pagerduty API fails with a
400
when attempting to update the attributes of aservice
with an active incident on it resulting in its status being eitherwarning
orcritical
. This might just be a bug in the PagerDuty API though.Terraform Version
Terraform v0.11.6
Affected Resource(s)
resource "pagerduty_service"
Terraform Configuration Files
Expected Behavior
Successful update of the configuration of the service
Actual Behavior
Steps to Reproduce
Please list the steps required to reproduce the issue, for example:
terraform apply
- create serviceThe text was updated successfully, but these errors were encountered: