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_dependency.service_dependency: Creating...
pagerduty_service_dependency.service_dependency: Still creating... [10s elapsed]
pagerduty_service_dependency.service_dependency: Still creating... [20s elapsed]
pagerduty_service_dependency.service_dependency: Still creating... [30s elapsed]
Error: GET API call to https://api.pagerduty.com/service_dependencies/business_services/PXXXXXA failed 404 Not Found. Code: 404, Errors: [], Message: Service Not Found
on main.tf line 14, in resource "pagerduty_service_dependency" "service_dependency":
14: resource pagerduty_service_dependency service_dependency {
Expected Behavior
Terraform apply should pass
Actual Behavior
The dependency is actually created in PagerDuty but the apply fails regardless.
It looks like in the URL it is trying to get business service dependency, but this is a technical service.
Steps to Reproduce
Please list the steps required to reproduce the issue, for example:
terraform apply
The text was updated successfully, but these errors were encountered:
Ah, right. As it stands, the Provider assumes that service_dependencies are business_service objects supported by service objects. The functionality for service to service is still in Beta in the PagerDuty web UI. So, the plan was to make the feature available in the provider when it came out of Beta. I'll check with the Services team to see if there's a timetable there.
Terraform Version
Affected Resource(s)
Terraform Configuration Files
Debug Output
Expected Behavior
Terraform apply should pass
Actual Behavior
The dependency is actually created in PagerDuty but the apply fails regardless.
It looks like in the URL it is trying to get business service dependency, but this is a technical service.
Steps to Reproduce
Please list the steps required to reproduce the issue, for example:
terraform apply
The text was updated successfully, but these errors were encountered: