Skip to content

Instantly share code, notes, and snippets.

View prees1's full-sized avatar
🎯
Focusing

Philip Rees prees1

🎯
Focusing
  • Canada
View GitHub Profile
[SSL]
_rcvbuf = 1572864
allowSslRenegotiation = true
cipherSuite = ALL:!aNULL:!eNULL:!LOW:!EXP:RC4+RSA:+HIGH:+MEDIUM
host = $decideOnStartup
index = default
sslQuietShutdown = false
sslVersions = *,-ssl2
[batch:///opt/splunk/var/spool/splunk]
_rcvbuf = 1572864

Keybase proof

I hereby claim:

  • I am prees1 on github.
  • I am prees (https://keybase.io/prees) on keybase.
  • I have a public key whose fingerprint is 14CB BBDB B03C 1C30 93BC 0421 AE94 C84C CBFC 665D

To claim this, I am signing this object:

panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x10 pc=0x997e14]
goroutine 1 [running]:
github.com/hashicorp/terraform/terraform.(*Interpolater).resourceVariableInfo(0xc42027cd40, 0xc4206e58f8, 0xc420497b60, 0xc420394aa0, 0xc4204979e0, 0x0, 0x0)
/opt/gopath/src/github.com/hashicorp/terraform/terraform/interpolate.go:708 +0x44
github.com/hashicorp/terraform/terraform.(*Interpolater).computeResourceVariable(0xc42027cd40, 0xc4206e58f8, 0xc420497b60, 0x0, 0x0, 0x0)
/opt/gopath/src/github.com/hashicorp/terraform/terraform/interpolate.go:402 +0x18a
github.com/hashicorp/terraform/terraform.(*Interpolater).valueResourceVar(0xc42027cd40, 0xc4206e58f8, 0xc420358862, 0x17, 0xc420497b60, 0xc42040f110, 0x15, 0x46ca3c0)
/opt/gopath/src/github.com/hashicorp/terraform/terraform/interpolate.go:251 +0x7c
2017/05/16 17:29:48 [INFO] Terraform version: 0.9.4 277bbf65d1141207dbb30485bf124b1dba08f80f
2017/05/16 17:29:48 [INFO] Go runtime version: go1.8
2017/05/16 17:29:48 [INFO] CLI args: []string{"/usr/local/bin/terraform", "console"}
2017/05/16 17:29:48 [DEBUG] Detected home directory from env var: /home/training
2017/05/16 17:29:48 [DEBUG] Detected home directory from env var: /home/training
2017/05/16 17:29:48 [DEBUG] Attempting to open CLI config file: /home/training/.terraformrc
2017/05/16 17:29:48 [DEBUG] File doesn't exist, but doesn't need to. Ignoring.
2017/05/16 17:29:48 [INFO] CLI command args: []string{"console"}
2017/05/16 17:29:48 [DEBUG] command: loading backend config file: /home/training
2017/05/16 17:29:48 [INFO] command: backend config not found, returning nil: /home/training
> url = "http://www.chfi.com/"
'http://www.chfi.com/'
> wappalyzer.run([url, '--quiet'], function(stdout, stderr) {
... if ( stdout ) {
..... process.stdout.write(stdout);
..... }
...
... if ( stderr ) {
..... process.stderr.write(stderr);