PagerDuty / terraform-provider-pagerduty

Terraform PagerDuty provider
https://www.terraform.io/docs/providers/pagerduty/
Mozilla Public License 2.0
204 stars 208 forks source link

Handle 403 at EO path service refresh as orphan #890

Closed cjgajard closed 2 weeks ago

cjgajard commented 2 weeks ago

Hotfix in response of:

They created services via the TF provider, but those services were removed from the UI unbeknownst to them. When they tried to sync their configuration, they began receiving the error Error: GET API call to {service URL} failed 403 Forbidden. Code: 0, Errors: , Message: Forbidden The TF provider was still trying to get those services but received a 403 because you cannot update a non-existing object.