Skip to content

Instantly share code, notes, and snippets.

View spengilley's full-sized avatar

Stephen Pengilley spengilley

View GitHub Profile
@spengilley
spengilley / gist:63b784dfb2099328e86ab6d6ef261d77
Created April 7, 2016 07:46 — forked from SebAshton/gist:3423778
AppleScript for Vagrant up

#Usage

  • Launch Automator (Applications > Utilities > Automator)
  • Select Utilities from the Library
  • Drag "Run AppleScript" into workflow
  • Paste and edit the below as appropriate.

###The AppleScript

@spengilley
spengilley / gist:346e47fa776f4cc5f50b4ae4d310c4b2
Last active April 7, 2016 07:58 — forked from SebAshton/gist:3423778
AppleScript for Vagrant up

#Usage

  • Launch Automator (Applications > Utilities > Automator)
  • Select Utilities from the Library
  • Drag "Run AppleScript" into workflow
  • Paste and edit the below as appropriate.

###The AppleScript

@spengilley
spengilley / gist:5e6b0210a23b6d269c0e13d253510005
Created February 1, 2019 09:56
Terraform crash: Index out of bounds
2019/02/01 09:48:40 [INFO] Terraform version: 0.11.11 ac4fff416318bf0915a0ab80e062a99ef3724334
2019/02/01 09:48:40 [INFO] Go runtime version: go1.11.1
2019/02/01 09:48:40 [INFO] CLI args: []string{"/usr/local/bin/terraform", "apply"}
2019/02/01 09:48:40 [DEBUG] Attempting to open CLI config file: /root/.terraformrc
2019/02/01 09:48:40 [DEBUG] File doesn't exist, but doesn't need to. Ignoring.
2019/02/01 09:48:40 [INFO] CLI command args: []string{"apply"}
2019/02/01 09:48:40 [INFO] command: empty terraform config, returning nil
2019/02/01 09:48:40 [DEBUG] command: no data state file found for backend config
2019/02/01 09:48:40 [DEBUG] New state was assigned lineage "f623d312-35fd-b7e8-bd18-ff434f8b9221"
2019/02/01 09:48:40 [INFO] command: backend initialized: <nil>