-
Notifications
You must be signed in to change notification settings - Fork 31
Description
Hello All,
In the past week, we just started to see the following error message across all existing workspaces.
using hashicorp/tfc-workflows-github/actions/[email protected]
`error uploading configuration version to HCP Terraform: resource not found
panic: reflect: call of reflect.Value.Type on zero Value
goroutine 1 [running]:
reflect.Value.Type({0x0?, 0x0?, 0x110?})
/usr/local/go/src/reflect/value.go:2453 +0x12e
github.com/hashicorp/tfci/internal/command.(*outputMessage).Value(0xc000076030)
/src/internal/command/output.go:39 +0xf9
github.com/hashicorp/tfci/internal/command.(*Meta).closeOutput(0xc0004a21e0)
/src/internal/command/meta.go:121 +0x12b
github.com/hashicorp/tfci/internal/command.(*UploadConfigurationCommand).Run(0xc000076210, {0xc0000aa050, 0x3, 0x3})
/src/internal/command/upload.go:65 +0x64b
github.com/mitchellh/cli.(*CLI).Run(0xc0000edcc0)
/go/pkg/mod/github.com/mitchellh/[email protected]/cli.go:262 +0x5f8
main.realMain()
/src/main.go:61 +0xf6
main.main()
/src/main.go:46 +0x1b4`
The workspaces exist, and have been working for over a year. Any ideas?