Skip to content

Instantly share code, notes, and snippets.

@rbuels
Created August 22, 2016 16:16
Show Gist options
  • Save rbuels/2832e49a256199f857037fda3a2b58ed to your computer and use it in GitHub Desktop.
Save rbuels/2832e49a256199f857037fda3a2b58ed to your computer and use it in GitHub Desktop.
2016/08/22 12:16:29 [INFO] Terraform version: 0.7.0 e822a79165dbc06bbf8271ee349fe256867d53dc
2016/08/22 12:16:29 [DEBUG] Detected home directory from env var: /Users/rbuels
2016/08/22 12:16:29 [DEBUG] Detected home directory from env var: /Users/rbuels
2016/08/22 12:16:29 [DEBUG] Attempting to open CLI config file: /Users/rbuels/.terraformrc
2016/08/22 12:16:29 [DEBUG] File doesn't exist, but doesn't need to. Ignoring.
2016/08/22 12:16:29 [DEBUG] Detected home directory from env var: /Users/rbuels
2016/08/22 12:16:29 [DEBUG] New state was assigned lineage "0b691238-9f9a-4351-a41b-67a1c52df352"
2016/08/22 12:16:29 [DEBUG] Starting graph walk: walkInput
2016/08/22 12:16:29 [DEBUG] vertex root.output.test_map: walking
2016/08/22 12:16:29 [DEBUG] vertex root.output.test_map: evaluating
2016/08/22 12:16:29 [DEBUG] root: eval: *terraform.EvalOpFilter
2016/08/22 12:16:29 [DEBUG] root: eval: *terraform.EvalSequence
2016/08/22 12:16:29 [DEBUG] root: eval: *terraform.EvalWriteOutput
2016/08/22 12:16:29 [ERROR] root: eval: *terraform.EvalWriteOutput, err: output test_map is not a valid type ([]map[string]interface {})
2016/08/22 12:16:29 [ERROR] root: eval: *terraform.EvalSequence, err: output test_map is not a valid type ([]map[string]interface {})
2016/08/22 12:16:29 [ERROR] root: eval: *terraform.EvalOpFilter, err: output test_map is not a valid type ([]map[string]interface {})
2016/08/22 12:16:29 [TRACE] [walkInput] Exiting eval tree: output.test_map
Error configuring: 1 error(s) occurred:
2016/08/22 12:16:29 [DEBUG] plugin: waiting for all plugin processes to complete...
* output test_map is not a valid type ([]map[string]interface {})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment