-
Notifications
You must be signed in to change notification settings - Fork 212
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Terraform often fails with "http2: server sent GOAWAY and closed the connection" when using pagerduty_service_dependency #620
Comments
@NargiT have you tried to make changes to get around this issue? I am running into the same issue and so far no luck yet. I also only get it when having only 20 service_dependencies |
@MaxRBosch not a viable solution, unfortunately. I have to manually re trigger either the full build and 🤞 or apply modification using EDIT: you can also reduce the |
🆙 please |
Hello, have exactly the same issue. please help |
Hey folks! a patch for this issue has just been released on v2.11.2 Terraform Provider version and is GA on Terraform Registry. This patch followed the same workaround successfully applied to other resources and data sources, so please don't hesitate on reopening this issue if you are still facing it✌🏽 |
Hi! I have the same problem with Please let me know if I should reopen this ticket, raise a new issue, or do nothing and wait for a response.🙇♂️ got errors
|
Terraform Version
Terraform v1.3.7
on linux_amd64
Affected Resource(s)
Seems to affect only this resource
Terraform Configuration Files
Sorry cannot share .tf files but there is nothing fancy for pagerduty_service_dependency, It's simply very high number.
Expected Behavior
What should have happened?
The provider should be able to apply or give a more human readable error.
Actual Behavior
What actually happened?
Receiving
Error: http2: server sent GOAWAY and closed the connection; LastStreamID=199, ErrCode=NO_ERROR, debug=""
Steps to Reproduce
terraform apply -no-color -auto-approve -parallelism=10 -lock-timeout=30s
Important Factoids
Terraform state is store in a local S3 storage.
We have a company proxy but so far it does not seems to come from it.
References
#476
#507
#537 does not seems to affect pagerduty_service_dependency
In #507 @stmcallister mention a roll out for other data sources, I expect this issue to be fix the same way.
The text was updated successfully, but these errors were encountered: