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
panic: runtime error: index out of range [0] with length 0
goroutine 70 [running]:
github.com/hashicorp/hcl-lang/decoder.resolveBlockAddress(0x140096185a0, 0x1400ffb5400, 0x0, 0x100f7c3b0, 0x0, 0x0)
github.com/hashicorp/hcl-lang@v0.0.0-20210803155453-7c098e4940bc/decoder/reference_targets.go:1233 +0x570
github.com/hashicorp/hcl-lang/decoder.(*Decoder).decodeReferenceTargetsForBody(0x1400ffa7d28, 0x1400ffaa210, 0x0, 0x1400ffac100, 0x0, 0x0, 0x100f7c3b0)
github.com/hashicorp/hcl-lang@v0.0.0-20210803155453-7c098e4940bc/decoder/reference_targets.go:362 +0x37c
github.com/hashicorp/hcl-lang/decoder.(*Decoder).CollectReferenceTargets(0x1400ffa7d28, 0x0, 0x0, 0x0, 0x0, 0x0)
github.com/hashicorp/hcl-lang@v0.0.0-20210803155453-7c098e4940bc/decoder/reference_targets.go:321 +0x1c4
github.com/hashicorp/terraform-ls/internal/terraform/module.DecodeReferenceTargets(0x140000a81a0, 0x100c60628, 0x140000a81c0, 0x1400635a0c7, 0x14, 0x2, 0x1400d50e000)
github.com/hashicorp/terraform-ls/internal/terraform/module/module_ops.go:375 +0x2bc
github.com/hashicorp/terraform-ls/internal/terraform/module.(*moduleLoader).executeModuleOp(0x1400d4baf50, 0x100c6b118, 0x1400d507900, 0x1400635a0c7, 0x14, 0x7, 0x0, 0x1400ffcafc0)
github.com/hashicorp/terraform-ls/internal/terraform/module/module_loader.go:186 +0x784
github.com/hashicorp/terraform-ls/internal/terraform/module.(*moduleLoader).run.func1(0x100c6b118, 0x1400d507900, 0x1400635a0c7, 0x14, 0x7, 0x0, 0x1400ffcafc0, 0x1400d4baf50)
github.com/hashicorp/terraform-ls/internal/terraform/module/module_loader.go:101 +0x54
created by github.com/hashicorp/terraform-ls/internal/terraform/module.(*moduleLoader).run
github.com/hashicorp/terraform-ls/internal/terraform/module/module_loader.go:100 +0x16c
[Error - 8:50:23 PM] Connection to server got closed. Server will not be restarted.
This happened in a larger module and it took me a while to spot because it's hard to catch the formatting error when the formatter crashes, which is a pretty funny scenario really.
The text was updated successfully, but these errors were encountered:
radeksimko
changed the title
Crash on unnamed output block
Crash on unnamed output block
Aug 5, 2021
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 have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
VS Code Version
Extension Version
Language Server Version
Terraform Version
Steps To Reproduce
Type
output {}
and maybe invoke a code formatExpected Behavior
Throw a formatting error probably
Actual Behavior
Crash 😢
Additional context
Relevant part of log:
This happened in a larger module and it took me a while to spot because it's hard to catch the formatting error when the formatter crashes, which is a pretty funny scenario really.
The text was updated successfully, but these errors were encountered: