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
Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
If you are interested in working on this issue or have submitted a pull request, please leave a comment
2021-10-29T11:37:58.248+1300 [ERROR] plugin.(*GRPCProvider).ReadDataSource: error="rpc error: code = Unavailable desc = transport is closing"
╷
│ Error: Plugin did not respond
│
│ with data.ibm_cloud_shell_account_settings.cloud_shell_account_settings,
│ on main.tf line 23, in data "ibm_cloud_shell_account_settings" "cloud_shell_account_settings":
│ 23: data "ibm_cloud_shell_account_settings" "cloud_shell_account_settings" {
│
│ The plugin encountered an error, and failed to respond to the plugin.(*GRPCProvider).ReadDataSource call. The plugin logs may contain more
│ details.
╵
Stack trace from the terraform-provider-ibm_v1.34.0 plugin:
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0x2862217]
goroutine 82 [running]:
github.com/IBM-Cloud/terraform-provider-ibm/ibm.dataSourceIBMCloudShellAccountSettingsRead(0x3bf8118, 0xc0013c08a0, 0xc000056e80, 0x36b3a00, 0xc000612800, 0xc0006a2dd0, 0xc000791948, 0x100dfd8)
Steps to Reproduce
terraform apply
Important Factoids
References
#0000
The text was updated successfully, but these errors were encountered:
@rjminsha ,
This looks like an error form SDK.. looks like the value of Id is nil in SDK..
Since ID and AccountId of this GET call, we have updated code to use accountID instead if ID
Meanwhile we ll raise an issue on SDK to check why Id is nil..
Community Note
Terraform CLI and Terraform IBM Provider Version
Affected Resource(s)
Terraform Configuration Files
Debug Output
https://gist.github.com/rjminsha/66364a4d7b14821b04cb049a37b6ca60
Panic Output
Expected Behavior
expected to get the shell resource
Actual Behavior
Steps to Reproduce
terraform apply
Important Factoids
References
The text was updated successfully, but these errors were encountered: