Skip to content

Instantly share code, notes, and snippets.

Terraform v0.11.3
Configuring remote state backend...
Initializing Terraform configuration...
2018/02/06 16:41:21 [INFO] Terraform version: 0.11.3 3802b14260603f90c7a1faf55994dcc8933e2069
2018/02/06 16:41:21 [INFO] Go runtime version: go1.9.1
2018/02/06 16:41:21 [INFO] CLI args: []string{"/usr/local/bin/terraform", "plan", "-out", "/terraform/terraform.tfplan", "-detailed-exitcode", "-module-depth=-1", "-parallelism=10"}
2018/02/06 16:41:21 Loading CLI configuration from /tmp/cli.tfrc
2018/02/06 16:41:21 [INFO] CLI command args: []string{"plan", "-out", "/terraform/terraform.tfplan", "-detailed-exitcode", "-module-depth=-1", "-parallelism=10"}
2018/02/06 16:41:21 [TRACE] module source: "../../modules/elasticache-redis.aws"
@bloo
bloo / msa_updater.md
Last active October 22, 2018 15:46
Microservices Architecture for Updater
#!/bin/sh
if [[ -z ${TAG_MAJOR} ]]; then
echo "TAG_MAJOR env var needs to be set!" > /dev/stderr
exit 1
fi
TAG_MINOR=$(git tag | grep v${TAG_MAJOR} | cut -d"." -f2 | sort -n | tail -1 | xargs expr 1 +)
if [[ -z ${TAG_MINOR} ]]; then TAG_MINOR=0; fi
@bloo
bloo / keybase.md
Last active December 10, 2015 22:56

Keybase proof

I hereby claim:

  • I am bloo on github.
  • I am bloo (https://keybase.io/bloo) on keybase.
  • I have a public key whose fingerprint is 1850 75DF F031 D8F1 8DFC 7C8B 3BCE A2F0 EF10 B88A

To claim this, I am signing this object: