Skip to content

Instantly share code, notes, and snippets.

@bantonj
bantonj / terraform-gcp-dataproc
Created January 11, 2019 21:33
Terraform debug outtput for dataproc
2019/01/11 18:01:39 [INFO] terraform: building graph: GraphTypeApply
2019/01/11 18:01:39 [TRACE] DiffTransformer: starting
2019/01/11 18:01:39 [TRACE] DiffTransformer: Module:
2019/01/11 18:01:39 [TRACE] DiffTransformer: Module: CREATE: google_dataproc_cluster.dataproc_cluster
cluster_config.#: "" => "1"
cluster_config.0.bucket: "" => "<computed>"
cluster_config.0.delete_autogen_bucket: "" => "false"
cluster_config.0.gce_cluster_config.#: "" => "1"
cluster_config.0.gce_cluster_config.0.internal_ip_only: "" => "true" (forces new resource)
cluster_config.0.gce_cluster_config.0.service_account_scopes.#: "" => "<computed>" (forces new resource)
@bantonj
bantonj / gist:4c197e84c3f6a0846146089bcaadfe4a
Created June 3, 2016 14:46
`to_json': wrong argument type JSON::Pure::Generator::State (expected JSON/Generator/State) (TypeError)
krossovers-MacBook-Pro-6 :: Documents/intelligence-api/vagrant ‹master› % vagrant up 1 ↵
Bringing machine 'redis' up with 'docker' provider...
Bringing machine 'mysql' up with 'docker' provider...
Bringing machine 'intelligence-api' up with 'virtualbox' provider...
==> redis: Docker host is required. One will be created if necessary...
redis: Docker host VM is already ready.
==> mysql: Docker host is required. One will be created if necessary...
mysql: Docker host VM is already ready.
==> intelligence-api: Importing base box 'krossoverintelligence/intelligence-api'...
Progress: 90%/Users/Login/.vagrant.d/gems/gems/json_pure-1.8.3/lib/json/pure/generator.rb:366:in `to_json': wrong argument type JSON::Pure::Generator::State (expected JSON/Generator/State) (TypeError)
@bantonj
bantonj / gist:4e6f5d4e89595bfd1683
Created July 23, 2015 22:14
Vagrant Docker rsync password requested
INFO global: Vagrant version: 1.7.4
INFO global: Ruby version: 2.0.0
INFO global: RubyGems version: 2.0.14
INFO global: VAGRANT_LOG="debug"
INFO global: VAGRANT_OLD_ENV_USER="joshuabanton"
INFO global: VAGRANT_OLD_ENV_DBUS_LAUNCHD_SESSION_BUS_SOCKET="/private/tmp/com.apple.launchd.qpDreRHcTM/unix_domain_listener"
INFO global: VAGRANT_OLD_ENV_XPC_FLAGS="0x0"
INFO global: VAGRANT_OLD_ENV_PS1="\\[\e]133;D;$?\a\e]1337;RemoteHost=joshuabanton@Joshuas-MacBook-Pro.local\a\e]1337;CurrentDir=/Users/joshuabanton/Downloads/vadocker\a\e]133;A\a\\]\\h:\\W \\u\\$ \\[\e]133;B\a\\]"
INFO global: VAGRANT_OLD_ENV_SHLVL="1"
INFO global: VAGRANT_OLD_ENV_HOME="/Users/joshuabanton"