Skip to content

Instantly share code, notes, and snippets.

@jamtur01
Created September 30, 2016 18:45
Show Gist options
  • Save jamtur01/c236a946bad601391dd2777f2667789d to your computer and use it in GitHub Desktop.
Save jamtur01/c236a946bad601391dd2777f2667789d to your computer and use it in GitHub Desktop.
2016/09/30 14:45:10 [INFO] Terraform version: 0.7.4 84592f5967490d118aae0b61a25d589d269fd0b6
2016/09/30 14:45:10 [INFO] CLI args: []string{"/usr/local/bin/terraform", "plan"}
2016/09/30 14:45:10 [DEBUG] Detected home directory from env var: /Users/james
2016/09/30 14:45:10 [DEBUG] Detected home directory from env var: /Users/james
2016/09/30 14:45:10 [DEBUG] Attempting to open CLI config file: /Users/james/.terraformrc
2016/09/30 14:45:10 [DEBUG] File doesn't exist, but doesn't need to. Ignoring.
2016/09/30 14:45:10 [DEBUG] Detected home directory from env var: /Users/james
2016/09/30 14:45:10 [DEBUG] DestroyEdgeInclude: Checking: aws_instance.base
2016/09/30 14:45:10 [DEBUG] DestroyEdgeInclude: Checking: aws_instance.base
2016/09/30 14:45:10 [TRACE] Graph after step *terraform.DestroyTransformer:
aws_eip.base - *terraform.GraphNodeConfigResource
aws_eip.base (destroy) - *terraform.graphNodeResourceDestroy
aws_instance.base - *terraform.GraphNodeConfigResource
provider.aws - *terraform.GraphNodeConfigProvider
aws_eip.base (destroy) - *terraform.graphNodeResourceDestroy
provider.aws - *terraform.GraphNodeConfigProvider
aws_instance.base - *terraform.GraphNodeConfigResource
aws_instance.base (destroy) - *terraform.graphNodeResourceDestroy
provider.aws - *terraform.GraphNodeConfigProvider
var.ami - *terraform.GraphNodeConfigVariable
var.region - *terraform.GraphNodeConfigVariable
aws_instance.base (destroy) - *terraform.graphNodeResourceDestroy
aws_eip.base (destroy) - *terraform.graphNodeResourceDestroy
provider.aws - *terraform.GraphNodeConfigProvider
provider.aws - *terraform.GraphNodeConfigProvider
var.access_key - *terraform.GraphNodeConfigVariable
var.region - *terraform.GraphNodeConfigVariable
var.secret_key - *terraform.GraphNodeConfigVariable
var.access_key - *terraform.GraphNodeConfigVariable
var.ami - *terraform.GraphNodeConfigVariable
var.region - *terraform.GraphNodeConfigVariable
var.secret_key - *terraform.GraphNodeConfigVariable
2016/09/30 14:45:10 [TRACE] Graph after step *terraform.CreateBeforeDestroyTransformer:
aws_eip.base - *terraform.GraphNodeConfigResource
aws_eip.base (destroy) - *terraform.graphNodeResourceDestroy
aws_instance.base - *terraform.GraphNodeConfigResource
provider.aws - *terraform.GraphNodeConfigProvider
aws_eip.base (destroy) - *terraform.graphNodeResourceDestroy
provider.aws - *terraform.GraphNodeConfigProvider
aws_instance.base - *terraform.GraphNodeConfigResource
aws_instance.base (destroy) - *terraform.graphNodeResourceDestroy
provider.aws - *terraform.GraphNodeConfigProvider
var.ami - *terraform.GraphNodeConfigVariable
var.region - *terraform.GraphNodeConfigVariable
aws_instance.base (destroy) - *terraform.graphNodeResourceDestroy
aws_eip.base (destroy) - *terraform.graphNodeResourceDestroy
provider.aws - *terraform.GraphNodeConfigProvider
provider.aws - *terraform.GraphNodeConfigProvider
var.access_key - *terraform.GraphNodeConfigVariable
var.region - *terraform.GraphNodeConfigVariable
var.secret_key - *terraform.GraphNodeConfigVariable
var.access_key - *terraform.GraphNodeConfigVariable
var.ami - *terraform.GraphNodeConfigVariable
var.region - *terraform.GraphNodeConfigVariable
var.secret_key - *terraform.GraphNodeConfigVariable
*terraform.GraphNodeConfigVariable
var.secret_key - *terraform.GraphNodeConfigVariable
2016/09/30 14:45:10 [DEBUG] Starting graph walk: walkInput
2016/09/30 14:45:10 [DEBUG] vertex root.var.secret_key: walking
2016/09/30 14:45:10 [DEBUG] vertex root.var.secret_key: evaluating
2016/09/30 14:45:10 [TRACE] [walkInput] Entering eval tree: var.secret_key
2016/09/30 14:45:10 [DEBUG] root: eval: *terraform.EvalNoop
2016/09/30 14:45:10 [TRACE] [walkInput] Exiting eval tree: var.secret_key
2016/09/30 14:45:10 [DEBUG] vertex root.var.access_key: walking
2016/09/30 14:45:10 [DEBUG] vertex root.var.access_key: evaluating
2016/09/30 14:45:10 [TRACE] [walkInput] Entering eval tree: var.access_key
2016/09/30 14:45:10 [DEBUG] root: eval: *terraform.EvalNoop
2016/09/30 14:45:10 [TRACE] [walkInput] Exiting eval tree: var.access_key
2016/09/30 14:45:10 [DEBUG] vertex root.var.region: walking
2016/09/30 14:45:10 [DEBUG] vertex root.var.region: evaluating
2016/09/30 14:45:10 [TRACE] [walkInput] Entering eval tree: var.region
2016/09/30 14:45:10 [DEBUG] root: eval: *terraform.EvalNoop
2016/09/30 14:45:10 [TRACE] [walkInput] Exiting eval tree: var.region
2016/09/30 14:45:10 [DEBUG] vertex root.var.ami: walking
2016/09/30 14:45:10 [DEBUG] vertex root.var.ami: evaluating
2016/09/30 14:45:10 [TRACE] [walkInput] Entering eval tree: var.ami
2016/09/30 14:45:10 [DEBUG] root: eval: *terraform.EvalNoop
2016/09/30 14:45:10 [TRACE] [walkInput] Exiting eval tree: var.ami
2016/09/30 14:45:10 [DEBUG] vertex aws_instance.base, got dep: var.ami
2016/09/30 14:45:10 [DEBUG] vertex provider.aws, got dep: var.secret_key
2016/09/30 14:45:10 [DEBUG] vertex provider.aws, got dep: var.region
2016/09/30 14:45:10 [DEBUG] vertex provider.aws, got dep: var.access_key
2016/09/30 14:45:10 [DEBUG] vertex root.provider.aws: walking
2016/09/30 14:45:10 [DEBUG] vertex root.provider.aws: evaluating
2016/09/30 14:45:10 [TRACE] [walkInput] Entering eval tree: provider.aws
2016/09/30 14:45:10 [DEBUG] root: eval: *terraform.EvalSequence
2016/09/30 14:45:10 [DEBUG] root: eval: *terraform.EvalInitProvider
2016/09/30 14:45:10 [DEBUG] plugin: starting plugin: /usr/local/bin/terraform []string{"/usr/local/bin/terraform", "internal-plugin", "provider", "aws"}
2016/09/30 14:45:10 [DEBUG] plugin: waiting for RPC address for: /usr/local/bin/terraform
2016/09/30 14:45:10 [DEBUG] plugin: terraform: 2016/09/30 14:45:10 [INFO] Terraform version: 0.7.4 84592f5967490d118aae0b61a25d589d269fd0b6
2016/09/30 14:45:10 [DEBUG] plugin: terraform: 2016/09/30 14:45:10 [INFO] CLI args: []string{"/usr/local/bin/terraform", "internal-plugin", "provider", "aws"}
2016/09/30 14:45:10 [DEBUG] plugin: terraform: 2016/09/30 14:45:10 [DEBUG] Detected home directory from env var: /Users/james
2016/09/30 14:45:10 [DEBUG] plugin: terraform: 2016/09/30 14:45:10 [DEBUG] Detected home directory from env var: /Users/james
2016/09/30 14:45:10 [DEBUG] plugin: terraform: 2016/09/30 14:45:10 [DEBUG] Attempting to open CLI config file: /Users/james/.terraformrc
2016/09/30 14:45:10 [DEBUG] plugin: terraform: 2016/09/30 14:45:10 [DEBUG] File doesn't exist, but doesn't need to. Ignoring.
2016/09/30 14:45:10 [DEBUG] plugin: terraform: 2016/09/30 14:45:10 [DEBUG] Detected home directory from env var: /Users/james
2016/09/30 14:45:10 [DEBUG] plugin: terraform: aws-provider (internal) 2016/09/30 14:45:10 [INFO] Starting provider plugin aws
2016/09/30 14:45:10 [DEBUG] plugin: terraform: aws-provider (internal) 2016/09/30 14:45:10 [DEBUG] plugin: plugin address: unix /var/folders/tb/kbv8ry4946j_zplwfb2bbjcc0000gn/T/plugin092645859
2016/09/30 14:45:10 [DEBUG] root: eval: *terraform.EvalOpFilter
2016/09/30 14:45:10 [DEBUG] root: eval: *terraform.EvalSequence
2016/09/30 14:45:10 [DEBUG] root: eval: *terraform.EvalGetProvider
2016/09/30 14:45:10 [DEBUG] root: eval: *terraform.EvalInterpolate
2016/09/30 14:45:10 [DEBUG] root: eval: *terraform.EvalBuildProviderConfig
2016/09/30 14:45:10 [DEBUG] root: eval: *terraform.EvalInputProvider
2016/09/30 14:45:10 [DEBUG] root: eval: terraform.EvalNoop
2016/09/30 14:45:10 [DEBUG] root: eval: terraform.EvalNoop
2016/09/30 14:45:10 [DEBUG] root: eval: terraform.EvalNoop
2016/09/30 14:45:10 [TRACE] [walkInput] Exiting eval tree: provider.aws
2016/09/30 14:45:10 [DEBUG] vertex aws_instance.base, got dep: provider.aws
2016/09/30 14:45:10 [DEBUG] vertex root.aws_instance.base: walking
2016/09/30 14:45:10 [DEBUG] vertex root.aws_instance.base: evaluating
2016/09/30 14:45:10 [DEBUG] root: eval: terraform.EvalNoop
2016/09/30 14:45:10 [DEBUG] root: eval: *terraform.EvalCountFixZeroOneBoundary
2016/09/30 14:45:10 [DEBUG] vertex root.aws_instance.base: walking
2016/09/30 14:45:10 [DEBUG] vertex root.aws_instance.base: evaluating
2016/09/30 14:45:10 [TRACE] [walkInput] Entering eval tree: aws_instance.base
2016/09/30 14:45:10 [DEBUG] root: eval: *terraform.EvalSequence
2016/09/30 14:45:10 [DEBUG] root: eval: terraform.EvalNoop
2016/09/30 14:45:10 [DEBUG] root: eval: *terraform.EvalInstanceInfo
2016/09/30 14:45:10 [DEBUG] root: eval: terraform.EvalNoop
2016/09/30 14:45:10 [DEBUG] root: eval: terraform.EvalNoop
2016/09/30 14:45:10 [DEBUG] root: eval: terraform.EvalNoop
2016/09/30 14:45:10 [DEBUG] root: eval: terraform.EvalNoop
2016/09/30 14:45:10 [TRACE] [walkInput] Exiting eval tree: aws_instance.base
2016/09/30 14:45:10 [DEBUG] vertex aws_eip.base, got dep: aws_instance.base
2016/09/30 14:45:10 [DEBUG] vertex root.aws_eip.base: walking
2016/09/30 14:45:10 [DEBUG] vertex root.aws_eip.base: evaluating
2016/09/30 14:45:10 [TRACE] [walkInput] Entering eval tree: aws_eip.base
2016/09/30 14:45:10 [DEBUG] root: eval: *terraform.EvalSequence
2016/09/30 14:45:10 [DEBUG] root: eval: *terraform.EvalInterpolate
2016/09/30 14:45:10 [DEBUG] root: eval: terraform.EvalNoop
2016/09/30 14:45:10 [DEBUG] root: eval: *terraform.EvalCountFixZeroOneBoundary
2016/09/30 14:45:10 [TRACE] [walkInput] Exiting eval tree: aws_eip.base
2016/09/30 14:45:10 [DEBUG] vertex root.aws_eip.base: expanding/walking dynamic subgraph
2016/09/30 14:45:10 [TRACE] Graph after step *terraform.ResourceCountTransformer:
aws_eip.base - *terraform.graphNodeExpandedResource
2016/09/30 14:45:10 [TRACE] Graph after step *terraform.TargetsTransformer:
aws_eip.base - *terraform.graphNodeExpandedResource
2016/09/30 14:45:10 [TRACE] Graph after step *terraform.RootTransformer:
aws_eip.base - *terraform.graphNodeExpandedResource
2016/09/30 14:45:10 [DEBUG] vertex root.aws_eip.base: walking
2016/09/30 14:45:10 [DEBUG] vertex root.aws_eip.base: evaluating
2016/09/30 14:45:10 [TRACE] [walkInput] Entering eval tree: aws_eip.base
2016/09/30 14:45:10 [DEBUG] root: eval: *terraform.EvalSequence
2016/09/30 14:45:10 [DEBUG] root: eval: terraform.EvalNoop
2016/09/30 14:45:10 [DEBUG] root: eval: *terraform.EvalInstanceInfo
2016/09/30 14:45:10 [DEBUG] root: eval: terraform.EvalNoop
2016/09/30 14:45:10 [DEBUG] root: eval: terraform.EvalNoop
2016/09/30 14:45:10 [DEBUG] root: eval: terraform.EvalNoop
2016/09/30 14:45:10 [DEBUG] root: eval: terraform.EvalNoop
2016/09/30 14:45:10 [TRACE] [walkInput] Exiting eval tree: aws_eip.base
2016/09/30 14:45:10 [DEBUG] vertex provider.aws (close), got dep: aws_eip.base
2016/09/30 14:45:10 [DEBUG] vertex root.provider.aws (close): walking
2016/09/30 14:45:10 [DEBUG] vertex root.provider.aws (close): evaluating
2016/09/30 14:45:10 [TRACE] [walkInput] Entering eval tree: provider.aws (close)
2016/09/30 14:45:10 [DEBUG] root: eval: *terraform.EvalCloseProvider
2016/09/30 14:45:10 [INFO] Validation result: 0 warnings, 1 errors
There are warnings and/or errors related to your configuration. Please
fix these before continuing.
2016/09/30 14:45:10 [DEBUG] plugin: waiting for all plugin processes to complete...
Errors:
* 1 error(s) occurred:
* variable ami should be type map, got list
2016/09/30 14:45:10 [DEBUG] plugin: /usr/local/bin/terraform: plugin process exited
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment