PagerDuty / terraform-provider-pagerduty

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

API calls cancelled by client because of Timeout #899

Closed imjaroiswebdev closed 3 months ago

imjaroiswebdev commented 3 months ago

Terraform Version

Terraform v1.6.6
on darwin_arm64
+ provider registry.terraform.io/pagerduty/pagerduty v3.14.4

Affected Resource(s)

Please list the resources as a list, for example:

Debug Output

Error: Put https://api.pagerduty.com/schedules/P1TXG23: net/http: request canceled (Client.Timeout exceeded while awaiting headers)

│

│   with module.teams.pagerduty_schedule.all["RIG MRC Team Rota"],

│   on .terraform/modules/teams/modules/teams/main.tf line 30, in resource "pagerduty_schedule" "all":

│   30: resource "pagerduty_schedule" "all" {

Expected Behavior

Schedule/Resource should be updated

Actual Behavior

Error while updating Schedule/Resource

Steps to Reproduce

Please list the steps required to reproduce the issue, for example:

  1. terraform apply
whyisjacob commented 2 months ago

@imjaroiswebdev,

we are using 3.14.5 and are running into this issue when running the apply through Github Actions, what are the steps to resolve it?

jcpoconnor commented 2 months ago

Fyi - We had to pin to Version 3.14.4 to get our (admittedly rather large) plan to apply.