Skip to content

Instantly share code, notes, and snippets.

@raygj
Created June 7, 2019 13:19
Show Gist options
  • Save raygj/59f6b156d2970d27c2fc60d01ea335ae to your computer and use it in GitHub Desktop.
Save raygj/59f6b156d2970d27c2fc60d01ea335ae to your computer and use it in GitHub Desktop.
2019/06/06 16:34:19 [INFO] Terraform version: 0.11.14
2019/06/06 16:34:19 [INFO] Go runtime version: go1.12.4
2019/06/06 16:34:19 [INFO] CLI args: []string{"/Users/jray/hashi/terraform/terraform", "apply"}
2019/06/06 16:34:19 [DEBUG] Attempting to open CLI config file: /Users/jray/.terraformrc
2019/06/06 16:34:19 Loading CLI configuration from /Users/jray/.terraformrc
2019/06/06 16:34:19 [INFO] CLI command args: []string{"apply"}
2019/06/06 16:34:19 [TRACE] Preserving existing state lineage "61dea4d6-da8f-b55e-9a27-8dfc2bc9c307"
2019/06/06 16:34:19 [TRACE] Preserving existing state lineage "61dea4d6-da8f-b55e-9a27-8dfc2bc9c307"
2019/06/06 16:34:19 [DEBUG] Service discovery for jray-ptfe.hashidemos.io at https://jray-ptfe.hashidemos.io/.well-known/terraform.json
2019/06/06 16:34:19 [DEBUG] Retrieve version constraints for service tfe.v2.1 and product terraform
2019/06/06 16:34:19 [INFO] command: backend initialized: *remote.Remote
2019/06/06 16:34:19 [DEBUG] checking for provider in "."
2019/06/06 16:34:19 [DEBUG] checking for provider in "/Users/jray/hashi/terraform"
2019/06/06 16:34:19 [DEBUG] checking for provider in ".terraform/plugins/darwin_amd64"
2019/06/06 16:34:19 [DEBUG] found provider "terraform-provider-aws_v2.13.0_x4"
2019/06/06 16:34:19 [DEBUG] found valid plugin: "aws", "2.13.0", "/Users/jray/Documents/GitHub/glic-pov/test-cases/test-required-tags-pass/.terraform/plugins/darwin_amd64/terraform-provider-aws_v2.13.0_x4"
2019/06/06 16:34:19 [DEBUG] checking for provisioner in "."
2019/06/06 16:34:19 [DEBUG] checking for provisioner in "/Users/jray/hashi/terraform"
2019/06/06 16:34:19 [DEBUG] checking for provisioner in ".terraform/plugins/darwin_amd64"
2019/06/06 16:34:19 [INFO] backend/remote: starting Apply operation
2019/06/06 16:34:38 [DEBUG] command: asking for input: "\nDo you want to perform these actions in workspace \"test-required-tags-pass\"?"
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x10 pc=0x1c9d728]
goroutine 189 [running]:
github.com/hashicorp/go-tfe.(*Client).retryHTTPBackoff(0xc0000b2000, 0x5f5e100, 0x17d78400, 0x0, 0x0, 0xc00020fe90)
/opt/gopath/pkg/mod/github.com/hashicorp/go-tfe@v0.3.14/tfe.go:250 +0x38
github.com/hashicorp/go-retryablehttp.(*Client).Do(0xc0003f2900, 0xc000406660, 0xc000082900, 0x1, 0x0)
/opt/gopath/pkg/mod/github.com/hashicorp/go-retryablehttp@v0.5.2/client.go:440 +0x1c4
github.com/hashicorp/go-tfe.(*Client).do(0xc0000b2000, 0x270a360, 0xc000082900, 0xc000406660, 0x207a5a0, 0xc0000b1040, 0x0, 0x0)
/opt/gopath/pkg/mod/github.com/hashicorp/go-tfe@v0.3.14/tfe.go:417 +0x16e
github.com/hashicorp/go-tfe.(*runs).Read(0xc0003f0080, 0x270a360, 0xc000082900, 0xc00003a4a0, 0x14, 0xc0003f84e0, 0x0, 0x0)
/opt/gopath/pkg/mod/github.com/hashicorp/go-tfe@v0.3.14/run.go:227 +0x195
github.com/hashicorp/terraform/backend/remote.(*Remote).confirm.func1(0xc0007eadd0, 0x270a360, 0xc000083800, 0x270a360, 0xc000082900, 0xc000311810, 0xc0003f0310, 0xc000049da0, 0x23cb674, 0x3, ...)
/opt/gopath/src/github.com/hashicorp/terraform/backend/remote/backend_common.go:314 +0x1e3
created by github.com/hashicorp/terraform/backend/remote.(*Remote).confirm
/opt/gopath/src/github.com/hashicorp/terraform/backend/remote/backend_common.go:301 +0x15f
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment