Skip to content

Instantly share code, notes, and snippets.

@johnweldon
Created October 24, 2016 23:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save johnweldon/14e2483fbee0fd46127c1443d2d7288a to your computer and use it in GitHub Desktop.
Save johnweldon/14e2483fbee0fd46127c1443d2d7288a to your computer and use it in GitHub Desktop.
2016/10/24 23:09:18 [INFO] Terraform version: 0.7.7
2016/10/24 23:09:18 [INFO] CLI args: []string{"/usr/local/Cellar/terraform/0.7.7/bin/terraform", "state", "show"}
2016/10/24 23:09:18 [DEBUG] Detected home directory from env var: /Users/weldon
2016/10/24 23:09:18 [DEBUG] Detected home directory from env var: /Users/weldon
2016/10/24 23:09:18 [DEBUG] Attempting to open CLI config file: /Users/weldon/.terraformrc
2016/10/24 23:09:18 [DEBUG] File doesn't exist, but doesn't need to. Ignoring.
2016/10/24 23:09:18 [DEBUG] Detected home directory from env var: /Users/weldon
2016/10/24 23:09:18 [TRACE] Preserving existing state lineage "bd67628c-5cf1-46c6-adb0-036a829b75e1"
2016/10/24 23:09:18 [TRACE] Preserving existing state lineage "bd67628c-5cf1-46c6-adb0-036a829b75e1"
2016/10/24 23:09:18 [DEBUG] plugin: waiting for all plugin processes to complete...
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x38 pc=0xa53dc]
goroutine 1 [running]:
panic(0x24c3860, 0xc4200120f0)
/usr/local/Cellar/go/1.7.1/libexec/src/runtime/panic.go:500 +0x1a1
github.com/hashicorp/terraform/command.(*StateShowCommand).Run(0xc4201cf000, 0xc420233dc0, 0x2, 0x2, 0xc42020fcf0)
/private/tmp/terraform-20161019-40431-19tzenj/terraform-0.7.7/src/github.com/hashicorp/terraform/command/state_show.go:58 +0x29c
github.com/hashicorp/terraform/vendor/github.com/mitchellh/cli.(*CLI).Run(0xc4201d86c0, 0xc42021b7d0, 0x0, 0x0)
/private/tmp/terraform-20161019-40431-19tzenj/terraform-0.7.7/src/github.com/hashicorp/terraform/vendor/github.com/mitchellh/cli/cli.go:154 +0x24e
main.wrappedMain(0x0)
/private/tmp/terraform-20161019-40431-19tzenj/terraform-0.7.7/src/github.com/hashicorp/terraform/main.go:150 +0x525
main.realMain(0x0)
/private/tmp/terraform-20161019-40431-19tzenj/terraform-0.7.7/src/github.com/hashicorp/terraform/main.go:85 +0xcb
main.main()
/private/tmp/terraform-20161019-40431-19tzenj/terraform-0.7.7/src/github.com/hashicorp/terraform/main.go:23 +0x38
2016/10/24 23:09:18 [INFO] Terraform version: 0.7.7
2016/10/24 23:09:18 [INFO] CLI args: []string{"/usr/local/Cellar/terraform/0.7.7/bin/terraform", "state", "show"}
2016/10/24 23:09:18 [DEBUG] Detected home directory from env var: /Users/weldon
2016/10/24 23:09:18 [DEBUG] Detected home directory from env var: /Users/weldon
2016/10/24 23:09:18 [DEBUG] Attempting to open CLI config file: /Users/weldon/.terraformrc
2016/10/24 23:09:18 [DEBUG] File doesn't exist, but doesn't need to. Ignoring.
2016/10/24 23:09:18 [DEBUG] Detected home directory from env var: /Users/weldon
2016/10/24 23:09:18 [TRACE] Preserving existing state lineage "bd67628c-5cf1-46c6-adb0-036a829b75e1"
2016/10/24 23:09:18 [TRACE] Preserving existing state lineage "bd67628c-5cf1-46c6-adb0-036a829b75e1"
2016/10/24 23:09:18 [DEBUG] plugin: waiting for all plugin processes to complete...
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x38 pc=0xa53dc]
goroutine 1 [running]:
panic(0x24c3860, 0xc4200120f0)
/usr/local/Cellar/go/1.7.1/libexec/src/runtime/panic.go:500 +0x1a1
github.com/hashicorp/terraform/command.(*StateShowCommand).Run(0xc4201cf000, 0xc420233dc0, 0x2, 0x2, 0xc42020fcf0)
/private/tmp/terraform-20161019-40431-19tzenj/terraform-0.7.7/src/github.com/hashicorp/terraform/command/state_show.go:58 +0x29c
github.com/hashicorp/terraform/vendor/github.com/mitchellh/cli.(*CLI).Run(0xc4201d86c0, 0xc42021b7d0, 0x0, 0x0)
/private/tmp/terraform-20161019-40431-19tzenj/terraform-0.7.7/src/github.com/hashicorp/terraform/vendor/github.com/mitchellh/cli/cli.go:154 +0x24e
main.wrappedMain(0x0)
/private/tmp/terraform-20161019-40431-19tzenj/terraform-0.7.7/src/github.com/hashicorp/terraform/main.go:150 +0x525
main.realMain(0x0)
/private/tmp/terraform-20161019-40431-19tzenj/terraform-0.7.7/src/github.com/hashicorp/terraform/main.go:85 +0xcb
main.main()
/private/tmp/terraform-20161019-40431-19tzenj/terraform-0.7.7/src/github.com/hashicorp/terraform/main.go:23 +0x38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment