Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am orelhinhas on github.
  • I am orelhinhas (https://keybase.io/orelhinhas) on keybase.
  • I have a public key ASDrGXUrS4PxYJc6_kduKFsBM_pM09PzJfvGbD6lcNjMXwo

To claim this, I am signing this object:

This file has been truncated, but you can view the full file.
2017/11/21 22:52:38 [INFO] Terraform version: 0.10.8 44110772d9ffd0ec3589943c6d4c93c24a5fff06
2017/11/21 22:52:38 [INFO] Go runtime version: go1.9
2017/11/21 22:52:38 [INFO] CLI args: []string{"/usr/local/bin/terraform", "plan", "-out", "1.pplan"}
2017/11/21 22:52:38 [DEBUG] Attempting to open CLI config file: /home/orelhas/.terraformrc
2017/11/21 22:52:38 [DEBUG] File doesn't exist, but doesn't need to. Ignoring.
2017/11/21 22:52:38 [DEBUG] CLI config is &main.Config{Providers:map[string]string{}, Provisioners:map[string]string{}, DisableCheckpoint:false, DisableCheckpointSignature:false, PluginCacheDir:"", Credentials:map[string]map[string]interface {}(nil), CredentialsHelpers:map[string]*main.ConfigCredentialsHelper(nil)}
2017/11/21 22:52:38 [INFO] CLI command args: []string{"plan", "-out", "1.pplan"}
2017/11/21 22:52:38 [TRACE] module source "git::ssh://git@git.orelhinhascloud.orelhinhas.corp/mgmtservice/terraform.git//aws_modules//security_group"
2017/11/21 22:52:38 [TRACE] module source "git::ssh://git
#!/bin/sh -e
# upstart-job
#
# Symlink target for initscripts that have been converted to Upstart.
set -e
UPSTART_JOB_CONF="/etc/default/upstart-job"
INITSCRIPT="$(basename "$0")"
JOB="${INITSCRIPT%.sh}"