-
Notifications
You must be signed in to change notification settings - Fork 9.2k
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
Crashing with: Error: rpc error: code = Unavailable desc = transport is closing #16654
Comments
@rmgval Thanks for raising this issue. |
Hi @ewbankkit I saw this after finally figuring out how to debug:
|
terraform-provider-aws/aws/resource_aws_workspaces_workspace.go Lines 195 to 205 in d8d69f5
|
The fix for this has been merged and will release with version 3.22.0 of the Terraform AWS Provider, later this week. Thank you to @Tensho for the fix. 👍 |
Was 3.22.0 released? I am still experiencing the same error. |
@rmgval Will be released at the end of the week. Would appreciate your feedback 🙇 |
This has been released in version 3.22.0 of the Terraform AWS provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template for triage. Thanks! |
Hi, |
@rmgval Please could you share the crash report, full configuration, debug log and steps to reproduce? Is it possible the workspace under Terraform configuration has been disappeared? Could you also check the actual state (AVAILABLE, TERMINATING, TERMINATED) of the problematic workspace? |
Update: |
1 similar comment
Update: |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks! |
Community Note
Terraform CLI and Terraform AWS Provider Version
Terraform v0.14.2 + provider registry.terraform.io/hashicorp/aws v3.20.0
Affected Resource(s)
Terraform Configuration Files
Debug Output
Panic Output
Expected Behavior
Should at least run plan without error.
Actual Behavior
Getting the error below:
Error: rpc error: code = Unavailable desc = transport is closing
Steps to Reproduce
terraform plan
Important Factoids
It happens all the time.
I can't even get to
terraform apply
as it happens duringterraform plan
References
The text was updated successfully, but these errors were encountered: