Skip to content

Instantly share code, notes, and snippets.

@robothor
Created August 19, 2016 10:35
Show Gist options
  • Save robothor/99e0a77abb694e70b5d41f98513c71e9 to your computer and use it in GitHub Desktop.
Save robothor/99e0a77abb694e70b5d41f98513c71e9 to your computer and use it in GitHub Desktop.
cat crash.log   2   consul
2016/08/19 12:29:12 [INFO] Terraform version: 0.7.0 rc4 abfd2c1daf914867b8737ac9419f3bd2ecc7a822
2016/08/19 12:29:12 [DEBUG] Detected home directory from env var: /Users/mtl
2016/08/19 12:29:12 [DEBUG] Detected home directory from env var: /Users/mtl
2016/08/19 12:29:12 [DEBUG] Attempting to open CLI config file: /Users/mtl/.terraformrc
2016/08/19 12:29:12 [DEBUG] Detected home directory from env var: /Users/mtl
2016/08/19 12:29:13 [WARN] Ignoring AWS metadata API endpoint at default location as it doesn't return any instance-id
2016/08/19 12:29:13 [DEBUG] plugin: waiting for all plugin processes to complete...
panic: runtime error: invalid memory address or nil pointer dereference
[signal 0xb code=0x1 addr=0x30 pc=0xbc712]
goroutine 1 [running]:
panic(0x2f92040, 0xc820012110)
/opt/go/src/runtime/panic.go:481 +0x3e6
github.com/hashicorp/terraform/command.(*StateShowCommand).Run(0xc8200c9a00, 0xc8202ee620, 0x1, 0x1, 0xc8201f8eb0)
/opt/gopath/src/github.com/hashicorp/terraform/command/state_show.go:53 +0x702
github.com/hashicorp/terraform/vendor/github.com/mitchellh/cli.(*CLI).Run(0xc8200cef00, 0xc8201dff80, 0x0, 0x0)
/opt/gopath/src/github.com/hashicorp/terraform/vendor/github.com/mitchellh/cli/cli.go:153 +0x56e
main.wrappedMain(0x0)
/opt/gopath/src/github.com/hashicorp/terraform/main.go:144 +0xb02
main.realMain(0x0)
/opt/gopath/src/github.com/hashicorp/terraform/main.go:80 +0xa10
main.main()
/opt/gopath/src/github.com/hashicorp/terraform/main.go:23 +0x28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment