Skip to content

Instantly share code, notes, and snippets.

View antonbabenko's full-sized avatar
🇺🇦

Anton Babenko antonbabenko

🇺🇦
View GitHub Profile
@antonbabenko
antonbabenko / crash.log
Created August 23, 2016 09:07
crash.log - 0.7.1
This file has been truncated, but you can view the full file.
2016/08/23 11:03:32 [INFO] Terraform version: 0.7.1
2016/08/23 11:03:32 [INFO] CLI args: []string{"/usr/local/Cellar/terraform/0.7.1/bin/terraform", "plan", "-input=false", "-detailed-exitcode", "-var-file=shared.us-west-2.tfvars", "/Users/Bob/Sites/devops-infrastructure/layers/yourmd-staging/shared"}
2016/08/23 11:03:32 [DEBUG] Detected home directory from env var: /Users/Bob
2016/08/23 11:03:32 [DEBUG] Detected home directory from env var: /Users/Bob
2016/08/23 11:03:32 [DEBUG] Attempting to open CLI config file: /Users/Bob/.terraformrc
2016/08/23 11:03:32 [DEBUG] File doesn't exist, but doesn't need to. Ignoring.
2016/08/23 11:03:32 [DEBUG] Detected home directory from env var: /Users/Bob
2016/08/23 11:03:32 [TRACE] Preserving existing state lineage "f449d192-ac66-4793-b40a-4a2e09dbb593"
2016/08/23 11:03:32 [TRACE] Preserving existing state lineage "f449d192-ac66-4793-b40a-4a2e09dbb593"
2016/08/23 11:03:33 [WARN] Ignoring AWS metadata API endpoint at default location as it doesn't return any instance-id
@antonbabenko
antonbabenko / feedback.txt
Created August 31, 2016 13:01
Fugue feedback by Anton
1. No way to set region during `fugue init` command.
2. AWS profiles with assuming roles is not supported.
3.
@antonbabenko
antonbabenko / crash.log
Created September 7, 2016 12:34
runghc -v Interpreter.hs
Glasgow Haskell Compiler, Version 8.0.1, stage 2 booted by GHC version 8.0.1
Using binary package database: /usr/local/Cellar/ghc/8.0.1/lib/ghc-8.0.1/package.conf.d/package.cache
loading package database /usr/local/Cellar/ghc/8.0.1/lib/ghc-8.0.1/package.conf.d
wired-in package ghc-prim mapped to ghc-prim-0.5.0.0
wired-in package integer-gmp mapped to integer-gmp-1.0.0.1
wired-in package base mapped to base-4.9.0.0
wired-in package rts mapped to rts
wired-in package template-haskell mapped to template-haskell-2.11.0.0
wired-in package ghc mapped to ghc-8.0.1
wired-in package dph-seq not found.
@antonbabenko
antonbabenko / crash.log
Last active October 3, 2016 09:47
terragrunt apply
[terragrunt] 2016/09/29 13:43:00 Remote state is already configured for backend s3
[terragrunt] 2016/09/29 13:43:00 Attempting to acquire lock for state file tf-states_us-west-2_dev in DynamoDB
[terragrunt] 2016/09/29 13:43:01 Attempting to create lock item for state file tf-states_us-west-2_dev in DynamoDB table terragrunt_locks
fatal error: unexpected signal during runtime execution
[signal 0xb code=0x1 addr=0xa6414620 pc=0xcecf]
runtime stack:
runtime.throw(0x4d6480, 0x2a)
/usr/local/go/src/runtime/panic.go:547 +0x79
runtime.sigpanic()
@antonbabenko
antonbabenko / crash.log
Created October 11, 2016 12:09
terragrunt 0.1.1
fatal error: unexpected signal during runtime execution
[signal 0xb code=0x1 addr=0xb01dfacedebac1e pc=0xef1b]
runtime stack:
runtime.throw(0x679a40, 0x2a)
/usr/local/go/src/runtime/panic.go:547 +0x90
runtime.sigpanic()
/usr/local/go/src/runtime/sigpanic_unix.go:12 +0x5a
runtime.unlock(0x8966c0)
/usr/local/go/src/runtime/lock_sema.go:107 +0x14b
@antonbabenko
antonbabenko / crash.log
Created October 20, 2016 08:15
fatal error: fault
[terragrunt] 2016/10/20 10:12:21 Remote state is already configured for backend s3
[terragrunt] 2016/10/20 10:12:21 Attempting to acquire lock for state file xxxxxxxxxxxxxxxxxxxxxxx in DynamoDB
unexpected fault address 0xb01dfacedebac1e
fatal error: fault
[signal 0xb code=0x1 addr=0xb01dfacedebac1e pc=0x59937]
goroutine 11 [running]:
runtime.throw(0x5ceef0, 0x5)
/usr/local/go/src/runtime/panic.go:547 +0x90 fp=0xc82002ef68 sp=0xc82002ef50
runtime.sigpanic()
@antonbabenko
antonbabenko / crash.log
Created November 29, 2016 11:21
terragrunt 0.3.0 crash
[terragrunt] 2016/11/29 12:20:08 Reading Terragrunt config file at .terragrunt
[terragrunt] 2016/11/29 12:20:08 Initializing remote state for the s3 backend
fatal error: unexpected signal during runtime execution
[signal 0xb code=0x1 addr=0xb01dfacedebac1e pc=0xef1b]
runtime stack:
runtime.throw(0x71adc0, 0x2a)
/usr/local/go/src/runtime/panic.go:547 +0x90
runtime.sigpanic()
/usr/local/go/src/runtime/sigpanic_unix.go:12 +0x5a

Keybase proof

I hereby claim:

  • I am antonbabenko on github.
  • I am antonbabenko (https://keybase.io/antonbabenko) on keybase.
  • I have a public key ASBBrIE8mpSuelQ7SEJlvzVtP2gEpcAI706U-i-NhVVHNQo

To claim this, I am signing this object:

@antonbabenko
antonbabenko / README.md
Created October 31, 2017 08:45
Example of using terraform-aws-modules/vpc/aws module with Terragrunt

This is an example of how to use Terraform AWS registry modules with Terragrunt.

Notes:

  1. source has to be full git URL and not Terraform Registry open issue #311
  2. File main_providers.tf is named so, because it will be copied to another local directory and merged with module's code. If such file exists in the module already then it will overwrite the one provided by the module.
@antonbabenko
antonbabenko / gist:fc8b73b2086f488014b1a8b4de842863
Last active November 21, 2017 10:16
Upcoming HashiCorp User Group Oslo meetups
https://www.meetup.com/Oslo-HashiCorp-User-Group
20.11.2017 - Terraform Q&A - https://www.meetup.com/Oslo-HashiCorp-User-Group/events/243890303
* Anton Babenko, https://twitter.com/antonbabenko
Beginning/middle of January - Packer:
* Anders Bruvik, https://twitter.com/bruvik
* Marek Piątek, https://twitter.com/piontas
* Anton Babenko, https://twitter.com/antonbabenko