Skip to content

Instantly share code, notes, and snippets.

@chandy
Created June 17, 2016 16:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chandy/a30e416b0c8397ec39e20d5a75b1b671 to your computer and use it in GitHub Desktop.
Save chandy/a30e416b0c8397ec39e20d5a75b1b671 to your computer and use it in GitHub Desktop.
Terraform null_resource debug log
```
$ TF_LOG=DEBUG terraform apply
2016/06/17 11:46:40 [INFO] Terraform version: 0.7.0 rc2 46a0709bba004d8b6e0eedad411270b3ae135a9e
2016/06/17 11:46:40 [DEBUG] Detected home directory from env var: /Users/cryingjordan
2016/06/17 11:46:40 [DEBUG] Detected home directory from env var: /Users/cryingjordan
2016/06/17 11:46:40 [DEBUG] Attempting to open CLI config file: /Users/cryingjordan/.terraformrc
2016/06/17 11:46:40 [DEBUG] File doesn't exist, but doesn't need to. Ignoring.
2016/06/17 11:46:40 [DEBUG] Detected home directory from env var: /Users/cryingjordan
2016/06/17 11:46:40 [DEBUG] DestroyEdgeInclude: Checking: aws_vpc.vpc
2016/06/17 11:46:40 [DEBUG] DestroyEdgeInclude: Checking: aws_vpc.vpc
2016/06/17 11:46:40 [DEBUG] Checking variable noop: var.region
2016/06/17 11:46:40 [DEBUG] No diff, not a noop
2016/06/17 11:46:40 [DEBUG] Checking resource noop: aws_vpc.vpc
2016/06/17 11:46:40 [DEBUG] No diff, not a noop
2016/06/17 11:46:40 [DEBUG] Checking resource noop: null_resource.test
2016/06/17 11:46:40 [DEBUG] No diff, not a noop
2016/06/17 11:46:40 [DEBUG] Checking variable noop: var.name
2016/06/17 11:46:40 [DEBUG] No diff, not a noop
2016/06/17 11:46:40 [DEBUG] Checking variable noop: var.profile
2016/06/17 11:46:40 [DEBUG] No diff, not a noop
2016/06/17 11:46:40 [DEBUG] Checking variable noop: var.cidr
2016/06/17 11:46:40 [DEBUG] No diff, not a noop
2016/06/17 11:46:40 [DEBUG] Starting graph walk: walkInput
2016/06/17 11:46:40 [DEBUG] vertex root.provisioner.local-exec: walking
2016/06/17 11:46:40 [DEBUG] vertex root.provisioner.local-exec: evaluating
2016/06/17 11:46:40 [DEBUG] plugin: starting plugin: /Users/cryingjordan/Developer/bin/rc2/terraform []string{"/Users/cryingjordan/Developer/bin/rc2/terraform", "internal-plugin", "provisioner", "local-exec"}
2016/06/17 11:46:40 [DEBUG] vertex root.var.region: walking
2016/06/17 11:46:40 [DEBUG] vertex root.var.name: walking
2016/06/17 11:46:40 [DEBUG] vertex root.var.name: evaluating
2016/06/17 11:46:40 [DEBUG] vertex root.var.region: evaluating
2016/06/17 11:46:40 [DEBUG] vertex root.var.cidr: walking
2016/06/17 11:46:40 [DEBUG] vertex root.var.cidr: evaluating
2016/06/17 11:46:40 [DEBUG] vertex root.provider.null: walking
2016/06/17 11:46:40 [DEBUG] vertex root.provider.null: evaluating
2016/06/17 11:46:40 [DEBUG] vertex root.var.profile: walking
2016/06/17 11:46:40 [DEBUG] vertex root.var.profile: evaluating
2016/06/17 11:46:40 [DEBUG] root: eval: *terraform.EvalNoop
2016/06/17 11:46:40 [TRACE] [walkInput] Exiting eval tree: var.cidr
2016/06/17 11:46:40 [DEBUG] root: eval: *terraform.EvalNoop
2016/06/17 11:46:40 [TRACE] [walkInput] Exiting eval tree: var.region
2016/06/17 11:46:40 [DEBUG] vertex provider.aws, got dep: var.region
2016/06/17 11:46:40 [DEBUG] vertex provider.aws, got dep: var.profile
2016/06/17 11:46:40 [DEBUG] vertex root.provider.aws: walking
2016/06/17 11:46:40 [DEBUG] vertex root.provider.aws: evaluating
2016/06/17 11:46:40 [TRACE] [walkInput] Entering eval tree: provider.aws
2016/06/17 11:46:40 [DEBUG] root: eval: *terraform.EvalSequence
2016/06/17 11:46:40 [DEBUG] root: eval: *terraform.EvalInitProvider
2016/06/17 11:46:40 [TRACE] [walkInput] Entering eval tree: var.name
2016/06/17 11:46:40 [DEBUG] root: eval: *terraform.EvalNoop
2016/06/17 11:46:40 [TRACE] [walkInput] Exiting eval tree: var.name
2016/06/17 11:46:40 [DEBUG] plugin: starting plugin: /Users/cryingjordan/Developer/bin/rc2/terraform []string{"/Users/cryingjordan/Developer/bin/rc2/terraform", "internal-plugin", "provider", "null"}
2016/06/17 11:46:40 [DEBUG] plugin: waiting for RPC address for: /Users/cryingjordan/Developer/bin/rc2/terraform
2016/06/17 11:46:40 [DEBUG] plugin: waiting for RPC address for: /Users/cryingjordan/Developer/bin/rc2/terraform
2016/06/17 11:46:40 [DEBUG] plugin: terraform: 2016/06/17 11:46:40 [INFO] Terraform version: 0.7.0 rc2 46a0709bba004d8b6e0eedad411270b3ae135a9e
2016/06/17 11:46:40 [DEBUG] plugin: terraform: 2016/06/17 11:46:40 [DEBUG] Detected home directory from env var: /Users/cryingjordan
2016/06/17 11:46:40 [DEBUG] plugin: terraform: 2016/06/17 11:46:40 [DEBUG] Detected home directory from env var: /Users/cryingjordan
2016/06/17 11:46:40 [DEBUG] plugin: terraform: 2016/06/17 11:46:40 [DEBUG] Attempting to open CLI config file: /Users/cryingjordan/.terraformrc
2016/06/17 11:46:40 [DEBUG] plugin: terraform: 2016/06/17 11:46:40 [DEBUG] File doesn't exist, but doesn't need to. Ignoring.
2016/06/17 11:46:40 [DEBUG] plugin: terraform: local-exec-provisioner (internal) 2016/06/17 11:46:40 [INFO] Starting provisioner plugin local-exec
2016/06/17 11:46:40 [DEBUG] plugin: terraform: local-exec-provisioner (internal) 2016/06/17 11:46:40 [DEBUG] Detected home directory from env var: /Users/cryingjordan
2016/06/17 11:46:40 [DEBUG] plugin: terraform: local-exec-provisioner (internal) 2016/06/17 11:46:40 [DEBUG] plugin: plugin address: unix /var/folders/dg/wfnpy4v15q394g9qsfnzgk3c0000gp/T/plugin050513515
2016/06/17 11:46:40 [DEBUG] plugin: terraform: 2016/06/17 11:46:40 [INFO] Terraform version: 0.7.0 rc2 46a0709bba004d8b6e0eedad411270b3ae135a9e
2016/06/17 11:46:40 [DEBUG] plugin: terraform: 2016/06/17 11:46:40 [DEBUG] Detected home directory from env var: /Users/cryingjordan
2016/06/17 11:46:40 [DEBUG] plugin: terraform: 2016/06/17 11:46:40 [DEBUG] Detected home directory from env var: /Users/cryingjordan
2016/06/17 11:46:40 [DEBUG] plugin: terraform: 2016/06/17 11:46:40 [DEBUG] Attempting to open CLI config file: /Users/cryingjordan/.terraformrc
2016/06/17 11:46:40 [DEBUG] plugin: terraform: 2016/06/17 11:46:40 [DEBUG] File doesn't exist, but doesn't need to. Ignoring.
2016/06/17 11:46:40 [DEBUG] plugin: terraform: null-provider (internal) 2016/06/17 11:46:40 [INFO] Starting provider plugin null
2016/06/17 11:46:40 [DEBUG] plugin: terraform: null-provider (internal) 2016/06/17 11:46:40 [DEBUG] Detected home directory from env var: /Users/cryingjordan
2016/06/17 11:46:40 [DEBUG] plugin: terraform: null-provider (internal) 2016/06/17 11:46:40 [DEBUG] plugin: plugin address: unix /var/folders/dg/wfnpy4v15q394g9qsfnzgk3c0000gp/T/plugin021042127
2016/06/17 11:46:40 [DEBUG] root: eval: *terraform.EvalOpFilter
2016/06/17 11:46:40 [DEBUG] root: eval: *terraform.EvalSequence
2016/06/17 11:46:40 [DEBUG] root: eval: *terraform.EvalGetProvider
2016/06/17 11:46:40 [DEBUG] root: eval: *terraform.EvalInterpolate
2016/06/17 11:46:40 [DEBUG] root: eval: *terraform.EvalBuildProviderConfig
2016/06/17 11:46:40 [DEBUG] root: eval: *terraform.EvalInputProvider
2016/06/17 11:46:40 [DEBUG] plugin: starting plugin: /Users/cryingjordan/Developer/bin/rc2/terraform []string{"/Users/cryingjordan/Developer/bin/rc2/terraform", "internal-plugin", "provider", "aws"}
2016/06/17 11:46:40 [DEBUG] plugin: waiting for RPC address for: /Users/cryingjordan/Developer/bin/rc2/terraform
2016/06/17 11:46:40 [DEBUG] plugin: terraform: 2016/06/17 11:46:40 [INFO] Terraform version: 0.7.0 rc2 46a0709bba004d8b6e0eedad411270b3ae135a9e
2016/06/17 11:46:40 [DEBUG] plugin: terraform: 2016/06/17 11:46:40 [DEBUG] Detected home directory from env var: /Users/cryingjordan
2016/06/17 11:46:40 [DEBUG] plugin: terraform: 2016/06/17 11:46:40 [DEBUG] Detected home directory from env var: /Users/cryingjordan
2016/06/17 11:46:40 [DEBUG] plugin: terraform: 2016/06/17 11:46:40 [DEBUG] Attempting to open CLI config file: /Users/cryingjordan/.terraformrc
2016/06/17 11:46:40 [DEBUG] plugin: terraform: 2016/06/17 11:46:40 [DEBUG] File doesn't exist, but doesn't need to. Ignoring.
2016/06/17 11:46:40 [DEBUG] plugin: terraform: aws-provider (internal) 2016/06/17 11:46:40 [INFO] Starting provider plugin aws
2016/06/17 11:46:40 [DEBUG] plugin: terraform: aws-provider (internal) 2016/06/17 11:46:40 [DEBUG] Detected home directory from env var: /Users/cryingjordan
2016/06/17 11:46:40 [DEBUG] plugin: terraform: aws-provider (internal) 2016/06/17 11:46:40 [DEBUG] plugin: plugin address: unix /var/folders/dg/wfnpy4v15q394g9qsfnzgk3c0000gp/T/plugin228184545
2016/06/17 11:46:40 [DEBUG] root: eval: *terraform.EvalOpFilter
2016/06/17 11:46:40 [DEBUG] root: eval: *terraform.EvalSequence
2016/06/17 11:46:40 [DEBUG] root: eval: *terraform.EvalGetProvider
2016/06/17 11:46:40 [DEBUG] root: eval: *terraform.EvalInterpolate
2016/06/17 11:46:40 [DEBUG] root: eval: *terraform.EvalBuildProviderConfig
2016/06/17 11:46:40 [DEBUG] root: eval: terraform.EvalNoop
2016/06/17 11:46:40 [DEBUG] root: eval: terraform.EvalNoop
2016/06/17 11:46:40 [DEBUG] root: eval: terraform.EvalNoop
2016/06/17 11:46:40 [TRACE] [walkInput] Exiting eval tree: provider.null
2016/06/17 11:46:40 [DEBUG] vertex provider.null (close), got dep: provider.null
2016/06/17 11:46:40 [DEBUG] root: eval: *terraform.EvalInputProvider
2016/06/17 11:46:40 [DEBUG] root: eval: terraform.EvalNoop
2016/06/17 11:46:40 [DEBUG] root: eval: terraform.EvalNoop
2016/06/17 11:46:40 [DEBUG] root: eval: terraform.EvalNoop
2016/06/17 11:46:40 [TRACE] [walkInput] Exiting eval tree: provider.aws
2016/06/17 11:46:40 [DEBUG] vertex aws_vpc.vpc, got dep: provider.aws
2016/06/17 11:46:40 [DEBUG] vertex aws_vpc.vpc, got dep: var.cidr
2016/06/17 11:46:40 [DEBUG] vertex aws_vpc.vpc, got dep: var.name
2016/06/17 11:46:40 [DEBUG] vertex root.aws_vpc.vpc: walking
2016/06/17 11:46:40 [DEBUG] vertex root.aws_vpc.vpc: evaluating
2016/06/17 11:46:40 [DEBUG] root: eval: terraform.EvalNoop
2016/06/17 11:46:40 [DEBUG] root: eval: *terraform.EvalCountFixZeroOneBoundary
2016/06/17 11:46:40 [TRACE] [walkInput] Exiting eval tree: aws_vpc.vpc
2016/06/17 11:46:40 [DEBUG] vertex root.aws_vpc.vpc: expanding/walking dynamic subgraph
2016/06/17 11:46:40 [DEBUG] vertex root.aws_vpc.vpc: walking
2016/06/17 11:46:40 [DEBUG] vertex root.aws_vpc.vpc: evaluating
2016/06/17 11:46:40 [DEBUG] root: eval: terraform.EvalNoop
2016/06/17 11:46:40 [DEBUG] root: eval: terraform.EvalNoop
2016/06/17 11:46:40 [DEBUG] vertex null_resource.test, got dep: aws_vpc.vpc
2016/06/17 11:46:40 [DEBUG] vertex provider.aws (close), got dep: aws_vpc.vpc
2016/06/17 11:46:40 [DEBUG] vertex null_resource.test, got dep: provider.null
2016/06/17 11:46:40 [DEBUG] vertex null_resource.test, got dep: provisioner.local-exec
2016/06/17 11:46:40 [DEBUG] vertex root.null_resource.test: walking
2016/06/17 11:46:40 [DEBUG] vertex provider.aws (close), got dep: provider.aws
2016/06/17 11:46:40 [DEBUG] vertex root.null_resource.test: evaluating
2016/06/17 11:46:40 [DEBUG] vertex root.provider.aws (close): walking
2016/06/17 11:46:40 [DEBUG] vertex root.provider.aws (close): evaluating
2016/06/17 11:46:40 [DEBUG] root: eval: *terraform.EvalInterpolate
2016/06/17 11:46:40 [DEBUG] root: eval: terraform.EvalNoop
2016/06/17 11:46:40 [DEBUG] root: eval: *terraform.EvalCountFixZeroOneBoundary
2016/06/17 11:46:40 [TRACE] [walkInput] Exiting eval tree: null_resource.test
2016/06/17 11:46:40 [DEBUG] vertex root.null_resource.test: expanding/walking dynamic subgraph
2016/06/17 11:46:40 [DEBUG] root: eval: *terraform.EvalCloseProvider
2016/06/17 11:46:40 [DEBUG] vertex root.null_resource.test: walking
2016/06/17 11:46:40 [DEBUG] vertex root.null_resource.test: evaluating
2016/06/17 11:46:40 [DEBUG] root: eval: terraform.EvalNoop
2016/06/17 11:46:40 [DEBUG] root: eval: terraform.EvalNoop
2016/06/17 11:46:40 [DEBUG] vertex provider.null (close), got dep: null_resource.test
2016/06/17 11:46:40 [DEBUG] vertex provisioner.local-exec (close), got dep: null_resource.test
2016/06/17 11:46:40 [DEBUG] vertex root.provider.null (close): walking
2016/06/17 11:46:40 [DEBUG] vertex root.provider.null (close): evaluating
2016/06/17 11:46:40 [DEBUG] vertex root, got dep: provider.null (close)
2016/06/17 11:46:40 [DEBUG] vertex root.provisioner.local-exec (close): walking
2016/06/17 11:46:40 [DEBUG] vertex root.provisioner.local-exec (close): evaluating
2016/06/17 11:46:40 [DEBUG] vertex root, got dep: provisioner.local-exec (close)
2016/06/17 11:46:40 [DEBUG] vertex root, got dep: provider.aws (close)
2016/06/17 11:46:40 [DEBUG] vertex root.root: walking
2016/06/17 11:46:40 [DEBUG] DestroyEdgeInclude: Checking: aws_vpc.vpc
2016/06/17 11:46:40 [DEBUG] DestroyEdgeInclude: Checking: aws_vpc.vpc
2016/06/17 11:46:40 [DEBUG] Checking variable noop: var.region
2016/06/17 11:46:40 [DEBUG] No diff, not a noop
2016/06/17 11:46:40 [DEBUG] Checking resource noop: aws_vpc.vpc
2016/06/17 11:46:40 [DEBUG] No diff, not a noop
2016/06/17 11:46:40 [DEBUG] Checking resource noop: null_resource.test
2016/06/17 11:46:40 [DEBUG] No diff, not a noop
2016/06/17 11:46:40 [DEBUG] Checking variable noop: var.cidr
2016/06/17 11:46:40 [DEBUG] No diff, not a noop
2016/06/17 11:46:40 [DEBUG] Checking variable noop: var.name
2016/06/17 11:46:40 [DEBUG] No diff, not a noop
2016/06/17 11:46:40 [DEBUG] Checking variable noop: var.profile
2016/06/17 11:46:40 [DEBUG] No diff, not a noop
2016/06/17 11:46:40 [DEBUG] Starting graph walk: walkValidate
2016/06/17 11:46:40 [DEBUG] vertex root.provisioner.local-exec: walking
2016/06/17 11:46:40 [DEBUG] vertex root.provisioner.local-exec: evaluating
2016/06/17 11:46:40 [DEBUG] vertex root.var.profile: walking
2016/06/17 11:46:40 [DEBUG] vertex root.var.region: walking
2016/06/17 11:46:40 [DEBUG] vertex root.var.profile: evaluating
2016/06/17 11:46:40 [DEBUG] vertex root.var.name: walking
2016/06/17 11:46:40 [DEBUG] vertex root.var.name: evaluating
2016/06/17 11:46:40 [TRACE] [walkValidate] Entering eval tree: var.profile
2016/06/17 11:46:40 [DEBUG] root: eval: *terraform.EvalNoop
2016/06/17 11:46:40 [TRACE] [walkValidate] Exiting eval tree: var.profile
2016/06/17 11:46:40 [DEBUG] vertex aws_vpc.vpc, got dep: var.name
2016/06/17 11:46:40 [DEBUG] vertex root.var.region: evaluating
2016/06/17 11:46:40 [DEBUG] root: eval: *terraform.EvalNoop
2016/06/17 11:46:40 [TRACE] [walkValidate] Exiting eval tree: var.region
2016/06/17 11:46:40 [DEBUG] vertex provider.aws, got dep: var.region
2016/06/17 11:46:40 [DEBUG] vertex provider.aws, got dep: var.profile
2016/06/17 11:46:40 [DEBUG] vertex root.provider.aws: walking
2016/06/17 11:46:40 [DEBUG] vertex root.provider.null: walking
2016/06/17 11:46:40 [DEBUG] vertex root.provider.aws: evaluating
2016/06/17 11:46:40 [DEBUG] vertex root.provider.null: evaluating
2016/06/17 11:46:40 [TRACE] [walkValidate] Entering eval tree: provider.aws
2016/06/17 11:46:40 [DEBUG] root: eval: *terraform.EvalSequence
2016/06/17 11:46:40 [DEBUG] root: eval: *terraform.EvalInitProvider
2016/06/17 11:46:40 [DEBUG] root: eval: terraform.EvalNoop
2016/06/17 11:46:40 [DEBUG] root: eval: *terraform.EvalOpFilter
2016/06/17 11:46:40 [DEBUG] root: eval: *terraform.EvalSequence
2016/06/17 11:46:40 [DEBUG] root: eval: *terraform.EvalGetProvider
2016/06/17 11:46:40 [DEBUG] root: eval: *terraform.EvalInterpolate
2016/06/17 11:46:40 [DEBUG] root: eval: *terraform.EvalBuildProviderConfig
2016/06/17 11:46:40 [DEBUG] root: eval: *terraform.EvalValidateProvider
2016/06/17 11:46:40 [DEBUG] root: eval: terraform.EvalNoop
2016/06/17 11:46:40 [DEBUG] root: eval: *terraform.EvalOpFilter
2016/06/17 11:46:40 [DEBUG] root: eval: *terraform.EvalSequence
2016/06/17 11:46:40 [DEBUG] root: eval: *terraform.EvalGetProvider
2016/06/17 11:46:40 [DEBUG] root: eval: *terraform.EvalInterpolate
2016/06/17 11:46:40 [DEBUG] root: eval: *terraform.EvalBuildProviderConfig
2016/06/17 11:46:40 [DEBUG] root: eval: *terraform.EvalValidateProvider
2016/06/17 11:46:40 [DEBUG] root: eval: *terraform.EvalSetProviderConfig
2016/06/17 11:46:40 [DEBUG] root: eval: terraform.EvalNoop
2016/06/17 11:46:40 [DEBUG] root: eval: terraform.EvalNoop
2016/06/17 11:46:40 [TRACE] [walkValidate] Exiting eval tree: provider.aws
2016/06/17 11:46:40 [DEBUG] vertex aws_vpc.vpc, got dep: provider.aws
2016/06/17 11:46:40 [DEBUG] vertex aws_vpc.vpc, got dep: var.cidr
2016/06/17 11:46:40 [DEBUG] vertex root.aws_vpc.vpc: walking
2016/06/17 11:46:40 [DEBUG] vertex root.aws_vpc.vpc: evaluating
2016/06/17 11:46:40 [DEBUG] root: eval: *terraform.EvalSequence
2016/06/17 11:46:40 [DEBUG] root: eval: *terraform.EvalInterpolate
2016/06/17 11:46:40 [DEBUG] root: eval: *terraform.EvalOpFilter
2016/06/17 11:46:40 [DEBUG] root: eval: *terraform.EvalValidateCount
2016/06/17 11:46:40 [DEBUG] vertex provider.aws (close), got dep: provider.aws
2016/06/17 11:46:40 [DEBUG] root: eval: *terraform.EvalCountFixZeroOneBoundary
2016/06/17 11:46:40 [DEBUG] vertex root.aws_vpc.vpc: walking
2016/06/17 11:46:40 [DEBUG] root: eval: *terraform.EvalSetProviderConfig
2016/06/17 11:46:40 [DEBUG] root: eval: terraform.EvalNoop
2016/06/17 11:46:40 [DEBUG] root: eval: terraform.EvalNoop
2016/06/17 11:46:40 [DEBUG] vertex provider.null (close), got dep: provider.null
2016/06/17 11:46:40 [DEBUG] vertex root.aws_vpc.vpc: evaluating
2016/06/17 11:46:40 [DEBUG] root: eval: *terraform.EvalGetProvider
2016/06/17 11:46:40 [DEBUG] root: eval: *terraform.EvalInterpolate
2016/06/17 11:46:40 [DEBUG] root: eval: *terraform.EvalValidateResource
2016/06/17 11:46:40 [DEBUG] root: eval: *terraform.EvalInstanceInfo
2016/06/17 11:46:40 [DEBUG] root: eval: terraform.EvalNoop
2016/06/17 11:46:40 [DEBUG] root: eval: terraform.EvalNoop
2016/06/17 11:46:40 [DEBUG] root: eval: terraform.EvalNoop
2016/06/17 11:46:40 [DEBUG] root: eval: terraform.EvalNoop
2016/06/17 11:46:40 [TRACE] [walkValidate] Exiting eval tree: aws_vpc.vpc
2016/06/17 11:46:40 [DEBUG] vertex provider.aws (close), got dep: aws_vpc.vpc
2016/06/17 11:46:40 [DEBUG] vertex null_resource.test, got dep: aws_vpc.vpc
2016/06/17 11:46:40 [DEBUG] vertex null_resource.test, got dep: provider.null
2016/06/17 11:46:40 [DEBUG] vertex null_resource.test, got dep: provisioner.local-exec
2016/06/17 11:46:40 [DEBUG] vertex root.null_resource.test: walking
2016/06/17 11:46:40 [DEBUG] vertex root.null_resource.test: evaluating
2016/06/17 11:46:40 [DEBUG] root: eval: *terraform.EvalSequence
2016/06/17 11:46:40 [DEBUG] root: eval: *terraform.EvalInterpolate
2016/06/17 11:46:40 [DEBUG] root: eval: *terraform.EvalOpFilter
2016/06/17 11:46:40 [DEBUG] root: eval: *terraform.EvalValidateCount
2016/06/17 11:46:40 [DEBUG] vertex root.provider.aws (close): walking
2016/06/17 11:46:40 [DEBUG] vertex root.provider.aws (close): evaluating
2016/06/17 11:46:40 [DEBUG] root: eval: *terraform.EvalCountFixZeroOneBoundary
2016/06/17 11:46:40 [TRACE] [walkValidate] Exiting eval tree: null_resource.test
2016/06/17 11:46:40 [TRACE] [walkValidate] Entering eval tree: provider.aws (close)
2016/06/17 11:46:40 [DEBUG] vertex root.null_resource.test: expanding/walking dynamic subgraph
2016/06/17 11:46:40 [DEBUG] root: eval: *terraform.EvalCloseProvider
2016/06/17 11:46:40 [DEBUG] vertex root.null_resource.test: walking
2016/06/17 11:46:40 [DEBUG] vertex root.null_resource.test: evaluating
2016/06/17 11:46:40 [DEBUG] root: eval: *terraform.EvalInterpolate
2016/06/17 11:46:40 [DEBUG] root: eval: *terraform.EvalValidateResource
2016/06/17 11:46:40 [DEBUG] root: eval: *terraform.EvalGetProvisioner
2016/06/17 11:46:40 [DEBUG] root: eval: *terraform.EvalInterpolate
2016/06/17 11:46:40 [DEBUG] root: eval: *terraform.EvalValidateProvisioner
2016/06/17 11:46:40 [DEBUG] root: eval: *terraform.EvalInstanceInfo
2016/06/17 11:46:40 [DEBUG] root: eval: terraform.EvalNoop
2016/06/17 11:46:40 [DEBUG] root: eval: terraform.EvalNoop
2016/06/17 11:46:40 [DEBUG] root: eval: terraform.EvalNoop
2016/06/17 11:46:40 [DEBUG] root: eval: terraform.EvalNoop
2016/06/17 11:46:40 [TRACE] [walkValidate] Exiting eval tree: null_resource.test
2016/06/17 11:46:40 [DEBUG] vertex provider.null (close), got dep: null_resource.test
2016/06/17 11:46:40 [DEBUG] vertex root.provider.null (close): walking
2016/06/17 11:46:40 [DEBUG] vertex root.provider.null (close): evaluating
2016/06/17 11:46:40 [DEBUG] root: eval: *terraform.EvalCloseProvider
2016/06/17 11:46:40 [DEBUG] vertex provisioner.local-exec (close), got dep: null_resource.test
2016/06/17 11:46:40 [DEBUG] vertex root.provisioner.local-exec (close): walking
2016/06/17 11:46:40 [DEBUG] vertex root.provisioner.local-exec (close): evaluating
2016/06/17 11:46:40 [TRACE] [walkValidate] Entering eval tree: provisioner.local-exec (close)
2016/06/17 11:46:40 [DEBUG] root: eval: *terraform.EvalCloseProvisioner
2016/06/17 11:46:40 [DEBUG] vertex root, got dep: provisioner.local-exec (close)
2016/06/17 11:46:40 [DEBUG] vertex root, got dep: provider.null (close)
2016/06/17 11:46:40 [DEBUG] vertex root, got dep: provider.aws (close)
2016/06/17 11:46:40 [DEBUG] vertex root.root: walking
2016/06/17 11:46:40 [DEBUG] DestroyEdgeInclude: Checking: aws_vpc.vpc
2016/06/17 11:46:40 [DEBUG] DestroyEdgeInclude: Checking: aws_vpc.vpc
2016/06/17 11:46:40 [DEBUG] Checking variable noop: var.profile
2016/06/17 11:46:40 [DEBUG] No diff, not a noop
2016/06/17 11:46:40 [DEBUG] Checking resource noop: aws_vpc.vpc
2016/06/17 11:46:40 [DEBUG] No diff, not a noop
2016/06/17 11:46:40 [DEBUG] Checking resource noop: null_resource.test
2016/06/17 11:46:40 [DEBUG] No diff, not a noop
2016/06/17 11:46:40 [DEBUG] Checking variable noop: var.region
2016/06/17 11:46:40 [DEBUG] No diff, not a noop
2016/06/17 11:46:40 [DEBUG] Checking variable noop: var.cidr
2016/06/17 11:46:40 [DEBUG] No diff, not a noop
2016/06/17 11:46:40 [DEBUG] Checking variable noop: var.name
2016/06/17 11:46:40 [DEBUG] No diff, not a noop
2016/06/17 11:46:40 [DEBUG] Starting graph walk: walkRefresh
2016/06/17 11:46:40 [DEBUG] vertex root.provider.null: walking
2016/06/17 11:46:40 [DEBUG] vertex root.provider.null: evaluating
2016/06/17 11:46:40 [DEBUG] root: eval: *terraform.EvalSequence
2016/06/17 11:46:40 [DEBUG] root: eval: *terraform.EvalInitProvider
2016/06/17 11:46:40 [DEBUG] vertex root.var.name: walking
2016/06/17 11:46:40 [DEBUG] vertex root.provisioner.local-exec: walking
2016/06/17 11:46:40 [DEBUG] vertex root.var.region: walking
2016/06/17 11:46:40 [DEBUG] vertex root.var.region: evaluating
2016/06/17 11:46:40 [DEBUG] vertex root.var.profile: walking
2016/06/17 11:46:40 [DEBUG] vertex root.var.profile: evaluating
2016/06/17 11:46:40 [DEBUG] vertex root.provisioner.local-exec: evaluating
2016/06/17 11:46:40 [DEBUG] root: eval: *terraform.EvalNoop
2016/06/17 11:46:40 [TRACE] [walkRefresh] Exiting eval tree: var.profile
2016/06/17 11:46:40 [DEBUG] vertex provider.aws, got dep: var.profile
2016/06/17 11:46:40 [DEBUG] vertex provider.aws, got dep: var.region
2016/06/17 11:46:40 [DEBUG] vertex root.provider.aws: walking
2016/06/17 11:46:40 [DEBUG] root: eval: *terraform.EvalNoop
2016/06/17 11:46:40 [DEBUG] vertex root.var.name: evaluating
2016/06/17 11:46:40 [DEBUG] root: eval: *terraform.EvalNoop
2016/06/17 11:46:40 [TRACE] [walkRefresh] Exiting eval tree: var.name
2016/06/17 11:46:40 [DEBUG] root: eval: terraform.EvalNoop
2016/06/17 11:46:40 [DEBUG] root: eval: terraform.EvalNoop
2016/06/17 11:46:40 [DEBUG] root: eval: *terraform.EvalOpFilter
2016/06/17 11:46:40 [DEBUG] root: eval: *terraform.EvalSequence
2016/06/17 11:46:40 [DEBUG] root: eval: *terraform.EvalGetProvider
2016/06/17 11:46:40 [DEBUG] root: eval: *terraform.EvalInterpolate
2016/06/17 11:46:40 [DEBUG] root: eval: *terraform.EvalBuildProviderConfig
2016/06/17 11:46:40 [DEBUG] root: eval: *terraform.EvalSetProviderConfig
2016/06/17 11:46:40 [DEBUG] root: eval: *terraform.EvalOpFilter
2016/06/17 11:46:40 [DEBUG] root: eval: *terraform.EvalSequence
2016/06/17 11:46:40 [DEBUG] root: eval: *terraform.EvalConfigProvider
2016/06/17 11:46:40 [DEBUG] vertex root.provider.aws: evaluating
2016/06/17 11:46:40 [DEBUG] root: eval: *terraform.EvalSequence
2016/06/17 11:46:40 [DEBUG] root: eval: *terraform.EvalInitProvider
2016/06/17 11:46:40 [DEBUG] vertex provider.null (close), got dep: provider.null
2016/06/17 11:46:40 [DEBUG] root: eval: terraform.EvalNoop
2016/06/17 11:46:40 [DEBUG] root: eval: terraform.EvalNoop
2016/06/17 11:46:40 [DEBUG] root: eval: *terraform.EvalOpFilter
2016/06/17 11:46:40 [DEBUG] root: eval: *terraform.EvalSequence
2016/06/17 11:46:40 [DEBUG] root: eval: *terraform.EvalGetProvider
2016/06/17 11:46:40 [DEBUG] root: eval: *terraform.EvalInterpolate
2016/06/17 11:46:40 [DEBUG] root: eval: *terraform.EvalBuildProviderConfig
2016/06/17 11:46:40 [DEBUG] root: eval: *terraform.EvalSetProviderConfig
2016/06/17 11:46:40 [DEBUG] root: eval: *terraform.EvalOpFilter
2016/06/17 11:46:40 [DEBUG] root: eval: *terraform.EvalSequence
2016/06/17 11:46:40 [DEBUG] root: eval: *terraform.EvalConfigProvider
2016/06/17 11:46:40 [DEBUG] plugin: terraform: aws-provider (internal) 2016/06/17 11:46:40 [INFO] Building AWS region structure
2016/06/17 11:46:40 [DEBUG] plugin: terraform: aws-provider (internal) 2016/06/17 11:46:40 [INFO] Building AWS auth structure
2016/06/17 11:46:40 [DEBUG] plugin: terraform: aws-provider (internal) 2016/06/17 11:46:40 [WARN] Ignoring AWS metadata API endpoint at default location as it doesn't return any instance-id
2016/06/17 11:46:40 [DEBUG] plugin: terraform: aws-provider (internal) 2016/06/17 11:46:40 [INFO] AWS Auth provider used: "SharedCredentialsProvider"
2016/06/17 11:46:40 [DEBUG] plugin: terraform: aws-provider (internal) 2016/06/17 11:46:40 [INFO] Initializing IAM Connection
2016/06/17 11:46:40 [DEBUG] plugin: terraform: aws-provider (internal) 2016/06/17 11:46:40 [INFO] Initializing STS connection
2016/06/17 11:46:40 [DEBUG] plugin: terraform: aws-provider (internal) 2016/06/17 11:46:40 [DEBUG] [aws-sdk-go] DEBUG: Request iam/GetUser Details:
2016/06/17 11:46:40 [DEBUG] plugin: terraform: ---[ REQUEST POST-SIGN ]-----------------------------
2016/06/17 11:46:40 [DEBUG] plugin: terraform: POST / HTTP/1.1
2016/06/17 11:46:40 [DEBUG] plugin: terraform: Host: iam.amazonaws.com
2016/06/17 11:46:40 [DEBUG] plugin: terraform: User-Agent: terraform/0.7.0 (rc2) aws-sdk-go/1.1.23 (go1.6.2; darwin; amd64)
2016/06/17 11:46:40 [DEBUG] plugin: terraform: Content-Length: 33
2016/06/17 11:46:40 [DEBUG] plugin: terraform: Authorization: AWS4-HMAC-SHA256 Credential=blahhhhhhh/20160617/us-east-1/iam/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=88ff71dd1dbaa192610844578f506c6126ed22aaf8ee56533bdfc2a029f186e3
2016/06/17 11:46:40 [DEBUG] plugin: terraform: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2016/06/17 11:46:40 [DEBUG] plugin: terraform: X-Amz-Content-Sha256: 63cdc6da6b76dfdbbd82fe53059afd80e08926740ab5436bd2d4196da1af20db
2016/06/17 11:46:40 [DEBUG] plugin: terraform: X-Amz-Date: 20160617T154640Z
2016/06/17 11:46:40 [DEBUG] plugin: terraform: Accept-Encoding: gzip
2016/06/17 11:46:40 [DEBUG] plugin: terraform:
2016/06/17 11:46:40 [DEBUG] plugin: terraform: Action=GetUser&Version=2010-05-08
2016/06/17 11:46:40 [DEBUG] plugin: terraform: -----------------------------------------------------
2016/06/17 11:46:45 [DEBUG] vertex root, waiting for: provider.null (close)
2016/06/17 11:46:45 [DEBUG] vertex provider.aws (close), waiting for: provider.aws
2016/06/17 11:46:45 [DEBUG] vertex aws_vpc.vpc, waiting for: provider.aws
2016/06/17 11:46:45 [DEBUG] vertex provisioner.local-exec (close), waiting for: null_resource.test
2016/06/17 11:46:45 [DEBUG] vertex null_resource.test, waiting for: aws_vpc.vpc
2016/06/17 11:46:45 [DEBUG] vertex provider.null (close), waiting for: null_resource.test
2016/06/17 11:46:45 [DEBUG] plugin: terraform: aws-provider (internal) 2016/06/17 11:46:45 [DEBUG] [aws-sdk-go] DEBUG: Response iam/GetUser Details:
2016/06/17 11:46:45 [DEBUG] plugin: terraform: ---[ RESPONSE ]--------------------------------------
2016/06/17 11:46:45 [DEBUG] plugin: terraform: HTTP/1.1 200 OK
2016/06/17 11:46:45 [DEBUG] plugin: terraform: Connection: close
2016/06/17 11:46:45 [DEBUG] plugin: terraform: Content-Length: 525
2016/06/17 11:46:45 [DEBUG] plugin: terraform: Content-Type: text/xml
2016/06/17 11:46:45 [DEBUG] plugin: terraform: Date: Fri, 17 Jun 2016 15:46:44 GMT
2016/06/17 11:46:45 [DEBUG] plugin: terraform: X-Amzn-Requestid: b1fd69b7-34a2-11e6-8475-e72dce1261cc
2016/06/17 11:46:45 [DEBUG] plugin: terraform:
2016/06/17 11:46:45 [DEBUG] plugin: terraform: <GetUserResponse xmlns="https://iam.amazonaws.com/doc/2010-05-08/">
2016/06/17 11:46:45 [DEBUG] plugin: terraform: <GetUserResult>
2016/06/17 11:46:45 [DEBUG] plugin: terraform: <User>
2016/06/17 11:46:45 [DEBUG] plugin: terraform: <Path>/</Path>
2016/06/17 11:46:45 [DEBUG] plugin: terraform: <PasswordLastUsed>2016-04-20T14:57:58Z</PasswordLastUsed>
2016/06/17 11:46:45 [DEBUG] plugin: terraform: <UserName>cryingjordan</UserName>
2016/06/17 11:46:45 [DEBUG] plugin: terraform: <Arn>arn:aws:iam::blahhhhhhh:user/cryingjordan</Arn>
2016/06/17 11:46:45 [DEBUG] plugin: terraform: <UserId>blahhhhhhh</UserId>
2016/06/17 11:46:45 [DEBUG] plugin: terraform: <CreateDate>2015-11-17T19:39:05Z</CreateDate>
2016/06/17 11:46:45 [DEBUG] plugin: terraform: </User>
2016/06/17 11:46:45 [DEBUG] plugin: terraform: </GetUserResult>
2016/06/17 11:46:45 [DEBUG] plugin: terraform: <ResponseMetadata>
2016/06/17 11:46:45 [DEBUG] plugin: terraform: <RequestId>b1fd69b7-34a2-11e6-8475-e72dce1261cc</RequestId>
2016/06/17 11:46:45 [DEBUG] plugin: terraform: </ResponseMetadata>
2016/06/17 11:46:45 [DEBUG] plugin: terraform: </GetUserResponse>
2016/06/17 11:46:45 [DEBUG] plugin: terraform:
2016/06/17 11:46:45 [DEBUG] plugin: terraform: -----------------------------------------------------
2016/06/17 11:46:45 [DEBUG] plugin: terraform: aws-provider (internal) 2016/06/17 11:46:45 [DEBUG] Trying to get account ID via iam:GetUser
2016/06/17 11:46:45 [DEBUG] plugin: terraform: aws-provider (internal) 2016/06/17 11:46:45 [DEBUG] [aws-sdk-go] DEBUG: Request iam/GetUser Details:
2016/06/17 11:46:45 [DEBUG] plugin: terraform: ---[ REQUEST POST-SIGN ]-----------------------------
2016/06/17 11:46:45 [DEBUG] plugin: terraform: POST / HTTP/1.1
2016/06/17 11:46:45 [DEBUG] plugin: terraform: Host: iam.amazonaws.com
2016/06/17 11:46:45 [DEBUG] plugin: terraform: User-Agent: terraform/0.7.0 (rc2) aws-sdk-go/1.1.23 (go1.6.2; darwin; amd64)
2016/06/17 11:46:45 [DEBUG] plugin: terraform: Content-Length: 33
2016/06/17 11:46:45 [DEBUG] plugin: terraform: Authorization: AWS4-HMAC-SHA256 Credential=blahhhhhhh/20160617/us-east-1/iam/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=5fdd9b00b9729e26a3bcbe3948895f60ef72a913cb6eee4f8f016fd4ba8b4b5c
2016/06/17 11:46:45 [DEBUG] plugin: terraform: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2016/06/17 11:46:45 [DEBUG] plugin: terraform: X-Amz-Content-Sha256: 63cdc6da6b76dfdbbd82fe53059afd80e08926740ab5436bd2d4196da1af20db
2016/06/17 11:46:45 [DEBUG] plugin: terraform: X-Amz-Date: 20160617T154645Z
2016/06/17 11:46:45 [DEBUG] plugin: terraform: Accept-Encoding: gzip
2016/06/17 11:46:45 [DEBUG] plugin: terraform:
2016/06/17 11:46:45 [DEBUG] plugin: terraform: Action=GetUser&Version=2010-05-08
2016/06/17 11:46:45 [DEBUG] plugin: terraform: -----------------------------------------------------
2016/06/17 11:46:50 [DEBUG] vertex aws_vpc.vpc, waiting for: provider.aws
2016/06/17 11:46:50 [DEBUG] vertex provider.null (close), waiting for: null_resource.test
2016/06/17 11:46:50 [DEBUG] vertex root, waiting for: provider.null (close)
2016/06/17 11:46:50 [DEBUG] vertex provisioner.local-exec (close), waiting for: null_resource.test
2016/06/17 11:46:50 [DEBUG] vertex provider.aws (close), waiting for: provider.aws
2016/06/17 11:46:50 [DEBUG] vertex null_resource.test, waiting for: aws_vpc.vpc
2016/06/17 11:46:50 [DEBUG] plugin: terraform: aws-provider (internal) 2016/06/17 11:46:50 [DEBUG] [aws-sdk-go] DEBUG: Response iam/GetUser Details:
2016/06/17 11:46:50 [DEBUG] plugin: terraform: ---[ RESPONSE ]--------------------------------------
2016/06/17 11:46:50 [DEBUG] plugin: terraform: HTTP/1.1 200 OK
2016/06/17 11:46:50 [DEBUG] plugin: terraform: Connection: close
2016/06/17 11:46:50 [DEBUG] plugin: terraform: Content-Length: 525
2016/06/17 11:46:50 [DEBUG] plugin: terraform: Content-Type: text/xml
2016/06/17 11:46:50 [DEBUG] plugin: terraform: Date: Fri, 17 Jun 2016 15:46:50 GMT
2016/06/17 11:46:50 [DEBUG] plugin: terraform: X-Amzn-Requestid: b5124b3a-34a2-11e6-8872-ed8f6533bc45
2016/06/17 11:46:50 [DEBUG] plugin: terraform:
2016/06/17 11:46:50 [DEBUG] plugin: terraform: <GetUserResponse xmlns="https://iam.amazonaws.com/doc/2010-05-08/">
2016/06/17 11:46:50 [DEBUG] plugin: terraform: <GetUserResult>
2016/06/17 11:46:50 [DEBUG] plugin: terraform: <User>
2016/06/17 11:46:50 [DEBUG] plugin: terraform: <Path>/</Path>
2016/06/17 11:46:50 [DEBUG] plugin: terraform: <PasswordLastUsed>2016-04-20T14:57:58Z</PasswordLastUsed>
2016/06/17 11:46:50 [DEBUG] plugin: terraform: <UserName>cryingjordan</UserName>
2016/06/17 11:46:50 [DEBUG] plugin: terraform: <Arn>arn:aws:iam::blahhhhhhh:user/cryingjordan</Arn>
2016/06/17 11:46:50 [DEBUG] plugin: terraform: <UserId>blahhhhhhh</UserId>
2016/06/17 11:46:50 [DEBUG] plugin: terraform: <CreateDate>2015-11-17T19:39:05Z</CreateDate>
2016/06/17 11:46:50 [DEBUG] plugin: terraform: </User>
2016/06/17 11:46:50 [DEBUG] plugin: terraform: </GetUserResult>
2016/06/17 11:46:50 [DEBUG] plugin: terraform: <ResponseMetadata>
2016/06/17 11:46:50 [DEBUG] plugin: terraform: <RequestId>b5124b3a-34a2-11e6-8872-ed8f6533bc45</RequestId>
2016/06/17 11:46:50 [DEBUG] plugin: terraform: </ResponseMetadata>
2016/06/17 11:46:50 [DEBUG] plugin: terraform: </GetUserResponse>
2016/06/17 11:46:50 [DEBUG] plugin: terraform:
2016/06/17 11:46:50 [DEBUG] plugin: terraform: -----------------------------------------------------
2016/06/17 11:46:50 [DEBUG] plugin: terraform: aws-provider (internal) 2016/06/17 11:46:50 [INFO] Initializing DynamoDB connection
2016/06/17 11:46:50 [DEBUG] plugin: terraform: aws-provider (internal) 2016/06/17 11:46:50 [INFO] Initializing Cloudfront connection
2016/06/17 11:46:50 [DEBUG] plugin: terraform: aws-provider (internal) 2016/06/17 11:46:50 [INFO] Initializing ELB connection
2016/06/17 11:46:50 [DEBUG] plugin: terraform: aws-provider (internal) 2016/06/17 11:46:50 [INFO] Initializing S3 connection
2016/06/17 11:46:50 [DEBUG] plugin: terraform: aws-provider (internal) 2016/06/17 11:46:50 [INFO] Initializing SQS connection
2016/06/17 11:46:50 [DEBUG] plugin: terraform: aws-provider (internal) 2016/06/17 11:46:50 [INFO] Initializing SNS connection
2016/06/17 11:46:50 [DEBUG] plugin: terraform: aws-provider (internal) 2016/06/17 11:46:50 [INFO] Initializing RDS Connection
2016/06/17 11:46:50 [DEBUG] plugin: terraform: aws-provider (internal) 2016/06/17 11:46:50 [INFO] Initializing Kinesis Connection
2016/06/17 11:46:50 [DEBUG] plugin: terraform: aws-provider (internal) 2016/06/17 11:46:50 [INFO] Initializing Elastic Beanstalk Connection
2016/06/17 11:46:50 [DEBUG] plugin: terraform: aws-provider (internal) 2016/06/17 11:46:50 [INFO] Initializing Elastic Transcoder Connection
2016/06/17 11:46:50 [DEBUG] plugin: terraform: aws-provider (internal) 2016/06/17 11:46:50 [INFO] Initializing Kinesis Firehose Connection
2016/06/17 11:46:50 [DEBUG] plugin: terraform: aws-provider (internal) 2016/06/17 11:46:50 [INFO] Initializing AutoScaling connection
2016/06/17 11:46:50 [DEBUG] plugin: terraform: aws-provider (internal) 2016/06/17 11:46:50 [INFO] Initializing EC2 Connection
2016/06/17 11:46:50 [DEBUG] plugin: terraform: aws-provider (internal) 2016/06/17 11:46:50 [INFO] Initializing ECR Connection
2016/06/17 11:46:50 [DEBUG] plugin: terraform: aws-provider (internal) 2016/06/17 11:46:50 [INFO] Initializing API Gateway
2016/06/17 11:46:50 [DEBUG] plugin: terraform: aws-provider (internal) 2016/06/17 11:46:50 [INFO] Initializing ECS Connection
2016/06/17 11:46:50 [DEBUG] plugin: terraform: aws-provider (internal) 2016/06/17 11:46:50 [INFO] Initializing EFS Connection
2016/06/17 11:46:50 [DEBUG] plugin: terraform: aws-provider (internal) 2016/06/17 11:46:50 [INFO] Initializing ElasticSearch Connection
2016/06/17 11:46:50 [DEBUG] plugin: terraform: aws-provider (internal) 2016/06/17 11:46:50 [INFO] Initializing EMR Connection
2016/06/17 11:46:50 [DEBUG] plugin: terraform: aws-provider (internal) 2016/06/17 11:46:50 [INFO] Initializing Route 53 connection
2016/06/17 11:46:50 [DEBUG] plugin: terraform: aws-provider (internal) 2016/06/17 11:46:50 [INFO] Initializing Elasticache Connection
2016/06/17 11:46:50 [DEBUG] plugin: terraform: aws-provider (internal) 2016/06/17 11:46:50 [INFO] Initializing Lambda Connection
2016/06/17 11:46:50 [DEBUG] plugin: terraform: aws-provider (internal) 2016/06/17 11:46:50 [INFO] Initializing Cloudformation Connection
2016/06/17 11:46:50 [DEBUG] plugin: terraform: aws-provider (internal) 2016/06/17 11:46:50 [INFO] Initializing CloudWatch SDK connection
2016/06/17 11:46:50 [DEBUG] plugin: terraform: aws-provider (internal) 2016/06/17 11:46:50 [INFO] Initializing CloudWatch Events connection
2016/06/17 11:46:50 [DEBUG] plugin: terraform: aws-provider (internal) 2016/06/17 11:46:50 [INFO] Initializing CloudTrail connection
2016/06/17 11:46:50 [DEBUG] plugin: terraform: aws-provider (internal) 2016/06/17 11:46:50 [INFO] Initializing CloudWatch Logs connection
2016/06/17 11:46:50 [DEBUG] plugin: terraform: aws-provider (internal) 2016/06/17 11:46:50 [INFO] Initializing OpsWorks Connection
2016/06/17 11:46:50 [DEBUG] plugin: terraform: aws-provider (internal) 2016/06/17 11:46:50 [INFO] Initializing Directory Service connection
2016/06/17 11:46:50 [DEBUG] plugin: terraform: aws-provider (internal) 2016/06/17 11:46:50 [INFO] Initializing Glacier connection
2016/06/17 11:46:50 [DEBUG] plugin: terraform: aws-provider (internal) 2016/06/17 11:46:50 [INFO] Initializing CodeDeploy Connection
2016/06/17 11:46:50 [DEBUG] plugin: terraform: aws-provider (internal) 2016/06/17 11:46:50 [INFO] Initializing CodeCommit SDK connection
2016/06/17 11:46:50 [DEBUG] plugin: terraform: aws-provider (internal) 2016/06/17 11:46:50 [INFO] Initializing Redshift SDK connection
2016/06/17 11:46:50 [DEBUG] plugin: terraform: aws-provider (internal) 2016/06/17 11:46:50 [INFO] Initializing KMS connection
2016/06/17 11:46:50 [DEBUG] vertex provider.aws (close), got dep: provider.aws
2016/06/17 11:46:50 [DEBUG] vertex aws_vpc.vpc, got dep: provider.aws
2016/06/17 11:46:50 [DEBUG] vertex aws_vpc.vpc, got dep: var.cidr
2016/06/17 11:46:50 [DEBUG] vertex aws_vpc.vpc, got dep: var.name
2016/06/17 11:46:50 [DEBUG] vertex root.aws_vpc.vpc: walking
2016/06/17 11:46:50 [DEBUG] vertex root.aws_vpc.vpc: evaluating
2016/06/17 11:46:50 [TRACE] [walkRefresh] Entering eval tree: aws_vpc.vpc
2016/06/17 11:46:50 [DEBUG] root: eval: *terraform.EvalSequence
2016/06/17 11:46:50 [DEBUG] root: eval: *terraform.EvalInterpolate
2016/06/17 11:46:50 [DEBUG] root: eval: terraform.EvalNoop
2016/06/17 11:46:50 [DEBUG] root: eval: *terraform.EvalCountFixZeroOneBoundary
2016/06/17 11:46:50 [TRACE] [walkRefresh] Exiting eval tree: aws_vpc.vpc
2016/06/17 11:46:50 [DEBUG] vertex root.aws_vpc.vpc: expanding/walking dynamic subgraph
2016/06/17 11:46:50 [DEBUG] vertex root.aws_vpc.vpc: walking
2016/06/17 11:46:50 [DEBUG] vertex root.aws_vpc.vpc: evaluating
2016/06/17 11:46:50 [TRACE] [walkRefresh] Entering eval tree: aws_vpc.vpc
2016/06/17 11:46:50 [DEBUG] root: eval: *terraform.EvalSequence
2016/06/17 11:46:50 [DEBUG] root: eval: terraform.EvalNoop
2016/06/17 11:46:50 [DEBUG] root: eval: *terraform.EvalInstanceInfo
2016/06/17 11:46:50 [DEBUG] root: eval: *terraform.EvalOpFilter
2016/06/17 11:46:50 [DEBUG] root: eval: *terraform.EvalSequence
2016/06/17 11:46:50 [DEBUG] root: eval: *terraform.EvalGetProvider
2016/06/17 11:46:50 [DEBUG] root: eval: *terraform.EvalReadState
2016/06/17 11:46:50 [DEBUG] root: eval: *terraform.EvalRefresh
2016/06/17 11:46:50 [DEBUG] refresh: aws_vpc.vpc: no state, not refreshing
2016/06/17 11:46:50 [DEBUG] root: eval: *terraform.EvalWriteState
2016/06/17 11:46:50 [DEBUG] root: eval: terraform.EvalNoop
2016/06/17 11:46:50 [DEBUG] root: eval: terraform.EvalNoop
2016/06/17 11:46:50 [DEBUG] root: eval: terraform.EvalNoop
2016/06/17 11:46:50 [DEBUG] vertex provider.aws (close), got dep: aws_vpc.vpc
2016/06/17 11:46:50 [DEBUG] vertex null_resource.test, got dep: aws_vpc.vpc
2016/06/17 11:46:50 [DEBUG] vertex root.provider.aws (close): walking
2016/06/17 11:46:50 [DEBUG] vertex null_resource.test, got dep: provider.null
2016/06/17 11:46:50 [DEBUG] vertex null_resource.test, got dep: provisioner.local-exec
2016/06/17 11:46:50 [DEBUG] vertex root.null_resource.test: walking
2016/06/17 11:46:50 [DEBUG] vertex root.null_resource.test: evaluating
2016/06/17 11:46:50 [DEBUG] root: eval: *terraform.EvalSequence
2016/06/17 11:46:50 [DEBUG] root: eval: *terraform.EvalInterpolate
2016/06/17 11:46:50 [DEBUG] vertex root.provider.aws (close): evaluating
2016/06/17 11:46:50 [DEBUG] root: eval: *terraform.EvalCloseProvider
2016/06/17 11:46:50 [DEBUG] root: eval: terraform.EvalNoop
2016/06/17 11:46:50 [DEBUG] root: eval: *terraform.EvalCountFixZeroOneBoundary
2016/06/17 11:46:50 [DEBUG] vertex root.null_resource.test: expanding/walking dynamic subgraph
2016/06/17 11:46:50 [DEBUG] vertex root.null_resource.test: walking
2016/06/17 11:46:50 [DEBUG] vertex root.null_resource.test: evaluating
2016/06/17 11:46:50 [TRACE] [walkRefresh] Entering eval tree: null_resource.test
2016/06/17 11:46:50 [DEBUG] root: eval: *terraform.EvalSequence
2016/06/17 11:46:50 [DEBUG] root: eval: terraform.EvalNoop
2016/06/17 11:46:50 [DEBUG] root: eval: *terraform.EvalInstanceInfo
2016/06/17 11:46:50 [DEBUG] root: eval: *terraform.EvalOpFilter
2016/06/17 11:46:50 [DEBUG] root: eval: *terraform.EvalSequence
2016/06/17 11:46:50 [DEBUG] root: eval: *terraform.EvalGetProvider
2016/06/17 11:46:50 [DEBUG] root: eval: *terraform.EvalReadState
2016/06/17 11:46:50 [DEBUG] root: eval: *terraform.EvalRefresh
2016/06/17 11:46:50 [DEBUG] refresh: null_resource.test: no state, not refreshing
2016/06/17 11:46:50 [DEBUG] root: eval: *terraform.EvalWriteState
2016/06/17 11:46:50 [DEBUG] root: eval: terraform.EvalNoop
2016/06/17 11:46:50 [DEBUG] root: eval: terraform.EvalNoop
2016/06/17 11:46:50 [DEBUG] root: eval: terraform.EvalNoop
2016/06/17 11:46:50 [TRACE] [walkRefresh] Exiting eval tree: null_resource.test
2016/06/17 11:46:50 [DEBUG] vertex provisioner.local-exec (close), got dep: null_resource.test
2016/06/17 11:46:50 [DEBUG] vertex root.provisioner.local-exec (close): walking
2016/06/17 11:46:50 [DEBUG] vertex root.provisioner.local-exec (close): evaluating
2016/06/17 11:46:50 [DEBUG] vertex provider.null (close), got dep: null_resource.test
2016/06/17 11:46:50 [DEBUG] vertex root.provider.null (close): walking
2016/06/17 11:46:50 [DEBUG] vertex root.provider.null (close): evaluating
2016/06/17 11:46:50 [DEBUG] root: eval: *terraform.EvalCloseProvider
2016/06/17 11:46:50 [DEBUG] vertex root, got dep: provider.null (close)
2016/06/17 11:46:50 [DEBUG] vertex root, got dep: provider.aws (close)
2016/06/17 11:46:50 [DEBUG] vertex root, got dep: provisioner.local-exec (close)
2016/06/17 11:46:50 [DEBUG] vertex root.root: walking
2016/06/17 11:46:50 [DEBUG] DestroyEdgeInclude: Checking: aws_vpc.vpc
2016/06/17 11:46:50 [DEBUG] DestroyEdgeInclude: Checking: aws_vpc.vpc
2016/06/17 11:46:50 [DEBUG] Checking variable noop: var.cidr
2016/06/17 11:46:50 [DEBUG] No diff, not a noop
2016/06/17 11:46:50 [DEBUG] Checking resource noop: aws_vpc.vpc
2016/06/17 11:46:50 [DEBUG] No diff, not a noop
2016/06/17 11:46:50 [DEBUG] Checking variable noop: var.profile
2016/06/17 11:46:50 [DEBUG] No diff, not a noop
2016/06/17 11:46:50 [DEBUG] Checking variable noop: var.region
2016/06/17 11:46:50 [DEBUG] No diff, not a noop
2016/06/17 11:46:50 [DEBUG] Checking variable noop: var.name
2016/06/17 11:46:50 [DEBUG] No diff, not a noop
2016/06/17 11:46:50 [DEBUG] Starting graph walk: walkPlan
2016/06/17 11:46:50 [DEBUG] vertex root.var.name: walking
2016/06/17 11:46:50 [DEBUG] vertex root.var.name: evaluating
2016/06/17 11:46:50 [DEBUG] root: eval: *terraform.EvalNoop
2016/06/17 11:46:50 [TRACE] [walkPlan] Exiting eval tree: var.name
2016/06/17 11:46:50 [DEBUG] vertex root.provisioner.local-exec: walking
2016/06/17 11:46:50 [DEBUG] vertex root.provisioner.local-exec: evaluating
2016/06/17 11:46:50 [DEBUG] root: eval: *terraform.EvalInitProvisioner
2016/06/17 11:46:50 [DEBUG] vertex root.var.profile: walking
2016/06/17 11:46:50 [DEBUG] vertex root.var.profile: evaluating
2016/06/17 11:46:50 [DEBUG] vertex root.var.region: walking
2016/06/17 11:46:50 [DEBUG] vertex root.var.cidr: walking
2016/06/17 11:46:50 [DEBUG] vertex root.var.cidr: evaluating
2016/06/17 11:46:50 [DEBUG] vertex root.provider.null: walking
2016/06/17 11:46:50 [DEBUG] vertex root.provider.null: evaluating
2016/06/17 11:46:50 [DEBUG] vertex aws_vpc.vpc, got dep: var.cidr
2016/06/17 11:46:50 [DEBUG] vertex aws_vpc.vpc, got dep: var.name
2016/06/17 11:46:50 [DEBUG] vertex root.var.region: evaluating
2016/06/17 11:46:50 [DEBUG] vertex provider.aws, got dep: var.region
2016/06/17 11:46:50 [DEBUG] vertex provider.aws, got dep: var.profile
2016/06/17 11:46:50 [DEBUG] vertex root.provider.aws: walking
2016/06/17 11:46:50 [DEBUG] vertex root.provider.aws: evaluating
2016/06/17 11:46:50 [DEBUG] root: eval: terraform.EvalNoop
2016/06/17 11:46:50 [DEBUG] root: eval: terraform.EvalNoop
2016/06/17 11:46:50 [DEBUG] root: eval: *terraform.EvalOpFilter
2016/06/17 11:46:50 [DEBUG] root: eval: *terraform.EvalSequence
2016/06/17 11:46:50 [DEBUG] root: eval: *terraform.EvalGetProvider
2016/06/17 11:46:50 [DEBUG] root: eval: *terraform.EvalInterpolate
2016/06/17 11:46:50 [DEBUG] root: eval: *terraform.EvalBuildProviderConfig
2016/06/17 11:46:50 [DEBUG] root: eval: *terraform.EvalSetProviderConfig
2016/06/17 11:46:50 [DEBUG] root: eval: *terraform.EvalOpFilter
2016/06/17 11:46:50 [DEBUG] root: eval: *terraform.EvalSequence
2016/06/17 11:46:50 [DEBUG] root: eval: *terraform.EvalConfigProvider
2016/06/17 11:46:50 [DEBUG] vertex provider.null (close), got dep: provider.null
2016/06/17 11:46:50 [DEBUG] root: eval: terraform.EvalNoop
2016/06/17 11:46:50 [DEBUG] root: eval: terraform.EvalNoop
2016/06/17 11:46:50 [DEBUG] root: eval: *terraform.EvalOpFilter
2016/06/17 11:46:50 [DEBUG] root: eval: *terraform.EvalSequence
2016/06/17 11:46:50 [DEBUG] root: eval: *terraform.EvalGetProvider
2016/06/17 11:46:50 [DEBUG] root: eval: *terraform.EvalInterpolate
2016/06/17 11:46:50 [DEBUG] root: eval: *terraform.EvalBuildProviderConfig
2016/06/17 11:46:50 [DEBUG] root: eval: *terraform.EvalSetProviderConfig
2016/06/17 11:46:50 [DEBUG] root: eval: *terraform.EvalOpFilter
2016/06/17 11:46:50 [DEBUG] root: eval: *terraform.EvalSequence
2016/06/17 11:46:50 [DEBUG] root: eval: *terraform.EvalConfigProvider
2016/06/17 11:46:50 [DEBUG] plugin: terraform: aws-provider (internal) 2016/06/17 11:46:50 [INFO] Building AWS region structure
2016/06/17 11:46:50 [DEBUG] plugin: terraform: aws-provider (internal) 2016/06/17 11:46:50 [INFO] Building AWS auth structure
2016/06/17 11:46:51 [DEBUG] plugin: terraform: aws-provider (internal) 2016/06/17 11:46:51 [WARN] Ignoring AWS metadata API endpoint at default location as it doesn't return any instance-id
2016/06/17 11:46:51 [DEBUG] plugin: terraform: aws-provider (internal) 2016/06/17 11:46:51 [INFO] AWS Auth provider used: "SharedCredentialsProvider"
2016/06/17 11:46:51 [DEBUG] plugin: terraform: aws-provider (internal) 2016/06/17 11:46:51 [INFO] Initializing IAM Connection
2016/06/17 11:46:51 [DEBUG] plugin: terraform: aws-provider (internal) 2016/06/17 11:46:51 [INFO] Initializing STS connection
2016/06/17 11:46:51 [DEBUG] plugin: terraform: aws-provider (internal) 2016/06/17 11:46:51 [DEBUG] [aws-sdk-go] DEBUG: Request iam/GetUser Details:
2016/06/17 11:46:51 [DEBUG] plugin: terraform: ---[ REQUEST POST-SIGN ]-----------------------------
2016/06/17 11:46:51 [DEBUG] plugin: terraform: POST / HTTP/1.1
2016/06/17 11:46:51 [DEBUG] plugin: terraform: Host: iam.amazonaws.com
2016/06/17 11:46:51 [DEBUG] plugin: terraform: User-Agent: terraform/0.7.0 (rc2) aws-sdk-go/1.1.23 (go1.6.2; darwin; amd64)
2016/06/17 11:46:51 [DEBUG] plugin: terraform: Content-Length: 33
2016/06/17 11:46:51 [DEBUG] plugin: terraform: Authorization: AWS4-HMAC-SHA256 Credential=blahhhhhhh/20160617/us-east-1/iam/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=4f3896f06b7fba6c6f72bd1a9b1bf0e7c4f044d829ac8d10660bce94f88dddea
2016/06/17 11:46:51 [DEBUG] plugin: terraform: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2016/06/17 11:46:51 [DEBUG] plugin: terraform: X-Amz-Content-Sha256: 63cdc6da6b76dfdbbd82fe53059afd80e08926740ab5436bd2d4196da1af20db
2016/06/17 11:46:51 [DEBUG] plugin: terraform: X-Amz-Date: 20160617T154651Z
2016/06/17 11:46:51 [DEBUG] plugin: terraform: Accept-Encoding: gzip
2016/06/17 11:46:51 [DEBUG] plugin: terraform:
2016/06/17 11:46:51 [DEBUG] plugin: terraform: Action=GetUser&Version=2010-05-08
2016/06/17 11:46:51 [DEBUG] plugin: terraform: -----------------------------------------------------
2016/06/17 11:46:55 [DEBUG] vertex null_resource.test, waiting for: aws_vpc.vpc
2016/06/17 11:46:55 [DEBUG] vertex provider.aws (close), waiting for: aws_vpc.vpc
2016/06/17 11:46:55 [DEBUG] vertex root, waiting for: provider.null (close)
2016/06/17 11:46:55 [DEBUG] vertex provisioner.local-exec (close), waiting for: null_resource.test
2016/06/17 11:46:55 [DEBUG] vertex aws_vpc.vpc, waiting for: provider.aws
2016/06/17 11:46:55 [DEBUG] vertex provider.null (close), waiting for: null_resource.test
2016/06/17 11:46:56 [DEBUG] plugin: terraform: aws-provider (internal) 2016/06/17 11:46:56 [DEBUG] [aws-sdk-go] DEBUG: Response iam/GetUser Details:
2016/06/17 11:46:56 [DEBUG] plugin: terraform: ---[ RESPONSE ]--------------------------------------
2016/06/17 11:46:56 [DEBUG] plugin: terraform: HTTP/1.1 200 OK
2016/06/17 11:46:56 [DEBUG] plugin: terraform: Connection: close
2016/06/17 11:46:56 [DEBUG] plugin: terraform: Content-Length: 525
2016/06/17 11:46:56 [DEBUG] plugin: terraform: Content-Type: text/xml
2016/06/17 11:46:56 [DEBUG] plugin: terraform: Date: Fri, 17 Jun 2016 15:46:56 GMT
2016/06/17 11:46:56 [DEBUG] plugin: terraform: X-Amzn-Requestid: b8536c7a-34a2-11e6-ba67-69f7766ec929
2016/06/17 11:46:56 [DEBUG] plugin: terraform:
2016/06/17 11:46:56 [DEBUG] plugin: terraform: <GetUserResponse xmlns="https://iam.amazonaws.com/doc/2010-05-08/">
2016/06/17 11:46:56 [DEBUG] plugin: terraform: <GetUserResult>
2016/06/17 11:46:56 [DEBUG] plugin: terraform: <User>
2016/06/17 11:46:56 [DEBUG] plugin: terraform: <Path>/</Path>
2016/06/17 11:46:56 [DEBUG] plugin: terraform: <PasswordLastUsed>2016-04-20T14:57:58Z</PasswordLastUsed>
2016/06/17 11:46:56 [DEBUG] plugin: terraform: <UserName>cryingjordan</UserName>
2016/06/17 11:46:56 [DEBUG] plugin: terraform: <Arn>arn:aws:iam::blahhhhhhh:user/cryingjordan</Arn>
2016/06/17 11:46:56 [DEBUG] plugin: terraform: <UserId>blahhhhhhh</UserId>
2016/06/17 11:46:56 [DEBUG] plugin: terraform: <CreateDate>2015-11-17T19:39:05Z</CreateDate>
2016/06/17 11:46:56 [DEBUG] plugin: terraform: </User>
2016/06/17 11:46:56 [DEBUG] plugin: terraform: </GetUserResult>
2016/06/17 11:46:56 [DEBUG] plugin: terraform: <ResponseMetadata>
2016/06/17 11:46:56 [DEBUG] plugin: terraform: <RequestId>b8536c7a-34a2-11e6-ba67-69f7766ec929</RequestId>
2016/06/17 11:46:56 [DEBUG] plugin: terraform: </ResponseMetadata>
2016/06/17 11:46:56 [DEBUG] plugin: terraform: </GetUserResponse>
2016/06/17 11:46:56 [DEBUG] plugin: terraform:
2016/06/17 11:46:56 [DEBUG] plugin: terraform: -----------------------------------------------------
2016/06/17 11:46:56 [DEBUG] plugin: terraform: aws-provider (internal) 2016/06/17 11:46:56 [DEBUG] Trying to get account ID via iam:GetUser
2016/06/17 11:46:56 [DEBUG] plugin: terraform: aws-provider (internal) 2016/06/17 11:46:56 [DEBUG] [aws-sdk-go] DEBUG: Request iam/GetUser Details:
2016/06/17 11:46:56 [DEBUG] plugin: terraform: ---[ REQUEST POST-SIGN ]-----------------------------
2016/06/17 11:46:56 [DEBUG] plugin: terraform: POST / HTTP/1.1
2016/06/17 11:46:56 [DEBUG] plugin: terraform: Host: iam.amazonaws.com
2016/06/17 11:46:56 [DEBUG] plugin: terraform: User-Agent: terraform/0.7.0 (rc2) aws-sdk-go/1.1.23 (go1.6.2; darwin; amd64)
2016/06/17 11:46:56 [DEBUG] plugin: terraform: Content-Length: 33
2016/06/17 11:46:56 [DEBUG] plugin: terraform: Authorization: AWS4-HMAC-SHA256 Credential=blahhhhhhh/20160617/us-east-1/iam/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=4c82697eb509a532ff2435f0e2627662b47bfa0bbe24d05db575ea1b71e204b6
2016/06/17 11:46:56 [DEBUG] plugin: terraform: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2016/06/17 11:46:56 [DEBUG] plugin: terraform: X-Amz-Content-Sha256: 63cdc6da6b76dfdbbd82fe53059afd80e08926740ab5436bd2d4196da1af20db
2016/06/17 11:46:56 [DEBUG] plugin: terraform: X-Amz-Date: 20160617T154656Z
2016/06/17 11:46:56 [DEBUG] plugin: terraform: Accept-Encoding: gzip
2016/06/17 11:46:56 [DEBUG] plugin: terraform:
2016/06/17 11:46:56 [DEBUG] plugin: terraform: Action=GetUser&Version=2010-05-08
2016/06/17 11:46:56 [DEBUG] plugin: terraform: -----------------------------------------------------
2016/06/17 11:47:00 [DEBUG] vertex root, waiting for: provider.null (close)
2016/06/17 11:47:00 [DEBUG] vertex null_resource.test, waiting for: aws_vpc.vpc
2016/06/17 11:47:00 [DEBUG] vertex provider.aws (close), waiting for: aws_vpc.vpc
2016/06/17 11:47:00 [DEBUG] vertex aws_vpc.vpc, waiting for: provider.aws
2016/06/17 11:47:00 [DEBUG] vertex provider.null (close), waiting for: null_resource.test
2016/06/17 11:47:00 [DEBUG] vertex provisioner.local-exec (close), waiting for: null_resource.test
2016/06/17 11:47:01 [DEBUG] plugin: terraform: aws-provider (internal) 2016/06/17 11:47:01 [DEBUG] [aws-sdk-go] DEBUG: Response iam/GetUser Details:
2016/06/17 11:47:01 [DEBUG] plugin: terraform: ---[ RESPONSE ]--------------------------------------
2016/06/17 11:47:01 [DEBUG] plugin: terraform: HTTP/1.1 200 OK
2016/06/17 11:47:01 [DEBUG] plugin: terraform: Connection: close
2016/06/17 11:47:01 [DEBUG] plugin: terraform: Content-Length: 525
2016/06/17 11:47:01 [DEBUG] plugin: terraform: Content-Type: text/xml
2016/06/17 11:47:01 [DEBUG] plugin: terraform: Date: Fri, 17 Jun 2016 15:47:00 GMT
2016/06/17 11:47:01 [DEBUG] plugin: terraform: X-Amzn-Requestid: bb67b1ad-34a2-11e6-87b4-09995618983d
2016/06/17 11:47:01 [DEBUG] plugin: terraform:
2016/06/17 11:47:01 [DEBUG] plugin: terraform: <GetUserResponse xmlns="https://iam.amazonaws.com/doc/2010-05-08/">
2016/06/17 11:47:01 [DEBUG] plugin: terraform: <GetUserResult>
2016/06/17 11:47:01 [DEBUG] plugin: terraform: <User>
2016/06/17 11:47:01 [DEBUG] plugin: terraform: <Path>/</Path>
2016/06/17 11:47:01 [DEBUG] plugin: terraform: <PasswordLastUsed>2016-04-20T14:57:58Z</PasswordLastUsed>
2016/06/17 11:47:01 [DEBUG] plugin: terraform: <UserName>cryingjordan</UserName>
2016/06/17 11:47:01 [DEBUG] plugin: terraform: <Arn>arn:aws:iam::blahhhhhhh:user/cryingjordan</Arn>
2016/06/17 11:47:01 [DEBUG] plugin: terraform: <UserId>blahhhhhhh</UserId>
2016/06/17 11:47:01 [DEBUG] plugin: terraform: <CreateDate>2015-11-17T19:39:05Z</CreateDate>
2016/06/17 11:47:01 [DEBUG] plugin: terraform: </User>
2016/06/17 11:47:01 [DEBUG] plugin: terraform: </GetUserResult>
2016/06/17 11:47:01 [DEBUG] plugin: terraform: <ResponseMetadata>
2016/06/17 11:47:01 [DEBUG] plugin: terraform: <RequestId>bb67b1ad-34a2-11e6-87b4-09995618983d</RequestId>
2016/06/17 11:47:01 [DEBUG] plugin: terraform: </ResponseMetadata>
2016/06/17 11:47:01 [DEBUG] plugin: terraform: </GetUserResponse>
2016/06/17 11:47:01 [DEBUG] plugin: terraform:
2016/06/17 11:47:01 [DEBUG] plugin: terraform: -----------------------------------------------------
2016/06/17 11:47:01 [DEBUG] plugin: terraform: aws-provider (internal) 2016/06/17 11:47:01 [INFO] Initializing DynamoDB connection
2016/06/17 11:47:01 [DEBUG] plugin: terraform: aws-provider (internal) 2016/06/17 11:47:01 [INFO] Initializing Cloudfront connection
2016/06/17 11:47:01 [DEBUG] plugin: terraform: aws-provider (internal) 2016/06/17 11:47:01 [INFO] Initializing ELB connection
2016/06/17 11:47:01 [DEBUG] plugin: terraform: aws-provider (internal) 2016/06/17 11:47:01 [INFO] Initializing S3 connection
2016/06/17 11:47:01 [DEBUG] plugin: terraform: aws-provider (internal) 2016/06/17 11:47:01 [INFO] Initializing SQS connection
2016/06/17 11:47:01 [DEBUG] plugin: terraform: aws-provider (internal) 2016/06/17 11:47:01 [INFO] Initializing SNS connection
2016/06/17 11:47:01 [DEBUG] plugin: terraform: aws-provider (internal) 2016/06/17 11:47:01 [INFO] Initializing RDS Connection
2016/06/17 11:47:01 [DEBUG] plugin: terraform: aws-provider (internal) 2016/06/17 11:47:01 [INFO] Initializing Kinesis Connection
2016/06/17 11:47:01 [DEBUG] plugin: terraform: aws-provider (internal) 2016/06/17 11:47:01 [INFO] Initializing Elastic Beanstalk Connection
2016/06/17 11:47:01 [DEBUG] plugin: terraform: aws-provider (internal) 2016/06/17 11:47:01 [INFO] Initializing Elastic Transcoder Connection
2016/06/17 11:47:01 [DEBUG] plugin: terraform: aws-provider (internal) 2016/06/17 11:47:01 [INFO] Initializing Kinesis Firehose Connection
2016/06/17 11:47:01 [DEBUG] plugin: terraform: aws-provider (internal) 2016/06/17 11:47:01 [INFO] Initializing AutoScaling connection
2016/06/17 11:47:01 [DEBUG] plugin: terraform: aws-provider (internal) 2016/06/17 11:47:01 [INFO] Initializing EC2 Connection
2016/06/17 11:47:01 [DEBUG] plugin: terraform: aws-provider (internal) 2016/06/17 11:47:01 [INFO] Initializing ECR Connection
2016/06/17 11:47:01 [DEBUG] plugin: terraform: aws-provider (internal) 2016/06/17 11:47:01 [INFO] Initializing API Gateway
2016/06/17 11:47:01 [DEBUG] plugin: terraform: aws-provider (internal) 2016/06/17 11:47:01 [INFO] Initializing ECS Connection
2016/06/17 11:47:01 [DEBUG] plugin: terraform: aws-provider (internal) 2016/06/17 11:47:01 [INFO] Initializing EFS Connection
2016/06/17 11:47:01 [DEBUG] plugin: terraform: aws-provider (internal) 2016/06/17 11:47:01 [INFO] Initializing ElasticSearch Connection
2016/06/17 11:47:01 [DEBUG] plugin: terraform: aws-provider (internal) 2016/06/17 11:47:01 [INFO] Initializing EMR Connection
2016/06/17 11:47:01 [DEBUG] plugin: terraform: aws-provider (internal) 2016/06/17 11:47:01 [INFO] Initializing Route 53 connection
2016/06/17 11:47:01 [DEBUG] plugin: terraform: aws-provider (internal) 2016/06/17 11:47:01 [INFO] Initializing Elasticache Connection
2016/06/17 11:47:01 [DEBUG] plugin: terraform: aws-provider (internal) 2016/06/17 11:47:01 [INFO] Initializing Lambda Connection
2016/06/17 11:47:01 [DEBUG] plugin: terraform: aws-provider (internal) 2016/06/17 11:47:01 [INFO] Initializing Cloudformation Connection
2016/06/17 11:47:01 [DEBUG] plugin: terraform: aws-provider (internal) 2016/06/17 11:47:01 [INFO] Initializing CloudWatch SDK connection
2016/06/17 11:47:01 [DEBUG] plugin: terraform: aws-provider (internal) 2016/06/17 11:47:01 [INFO] Initializing CloudWatch Events connection
2016/06/17 11:47:01 [DEBUG] plugin: terraform: aws-provider (internal) 2016/06/17 11:47:01 [INFO] Initializing CloudTrail connection
2016/06/17 11:47:01 [DEBUG] plugin: terraform: aws-provider (internal) 2016/06/17 11:47:01 [INFO] Initializing CloudWatch Logs connection
2016/06/17 11:47:01 [DEBUG] plugin: terraform: aws-provider (internal) 2016/06/17 11:47:01 [INFO] Initializing OpsWorks Connection
2016/06/17 11:47:01 [DEBUG] plugin: terraform: aws-provider (internal) 2016/06/17 11:47:01 [INFO] Initializing Directory Service connection
2016/06/17 11:47:01 [DEBUG] plugin: terraform: aws-provider (internal) 2016/06/17 11:47:01 [INFO] Initializing Glacier connection
2016/06/17 11:47:01 [DEBUG] plugin: terraform: aws-provider (internal) 2016/06/17 11:47:01 [INFO] Initializing CodeDeploy Connection
2016/06/17 11:47:01 [DEBUG] plugin: terraform: aws-provider (internal) 2016/06/17 11:47:01 [INFO] Initializing CodeCommit SDK connection
2016/06/17 11:47:01 [DEBUG] plugin: terraform: aws-provider (internal) 2016/06/17 11:47:01 [INFO] Initializing Redshift SDK connection
2016/06/17 11:47:01 [DEBUG] plugin: terraform: aws-provider (internal) 2016/06/17 11:47:01 [INFO] Initializing KMS connection
2016/06/17 11:47:01 [DEBUG] vertex aws_vpc.vpc, got dep: provider.aws
2016/06/17 11:47:01 [DEBUG] vertex root.aws_vpc.vpc: walking
2016/06/17 11:47:01 [DEBUG] vertex root.aws_vpc.vpc: evaluating
2016/06/17 11:47:01 [DEBUG] root: eval: *terraform.EvalInterpolate
2016/06/17 11:47:01 [DEBUG] root: eval: terraform.EvalNoop
2016/06/17 11:47:01 [DEBUG] root: eval: *terraform.EvalCountFixZeroOneBoundary
2016/06/17 11:47:01 [DEBUG] vertex root.aws_vpc.vpc: walking
2016/06/17 11:47:01 [DEBUG] vertex root.aws_vpc.vpc: evaluating
2016/06/17 11:47:01 [TRACE] [walkPlan] Entering eval tree: aws_vpc.vpc
2016/06/17 11:47:01 [DEBUG] root: eval: *terraform.EvalSequence
2016/06/17 11:47:01 [DEBUG] root: eval: terraform.EvalNoop
2016/06/17 11:47:01 [DEBUG] root: eval: *terraform.EvalInstanceInfo
2016/06/17 11:47:01 [DEBUG] root: eval: terraform.EvalNoop
2016/06/17 11:47:01 [DEBUG] root: eval: *terraform.EvalOpFilter
2016/06/17 11:47:01 [DEBUG] root: eval: *terraform.EvalSequence
2016/06/17 11:47:01 [DEBUG] root: eval: *terraform.EvalInterpolate
2016/06/17 11:47:01 [DEBUG] root: eval: *terraform.EvalGetProvider
2016/06/17 11:47:01 [DEBUG] root: eval: *terraform.EvalReadState
2016/06/17 11:47:01 [DEBUG] root: eval: *terraform.EvalDiff
2016/06/17 11:47:01 [DEBUG] root: eval: *terraform.EvalCheckPreventDestroy
2016/06/17 11:47:01 [DEBUG] root: eval: *terraform.EvalIgnoreChanges
2016/06/17 11:47:01 [DEBUG] root: eval: *terraform.EvalWriteState
2016/06/17 11:47:01 [DEBUG] root: eval: *terraform.EvalWriteDiff
2016/06/17 11:47:01 [DEBUG] root: eval: terraform.EvalNoop
2016/06/17 11:47:01 [DEBUG] root: eval: terraform.EvalNoop
2016/06/17 11:47:01 [TRACE] [walkPlan] Exiting eval tree: aws_vpc.vpc
2016/06/17 11:47:01 [DEBUG] vertex provider.aws (close), got dep: aws_vpc.vpc
2016/06/17 11:47:01 [DEBUG] vertex provider.aws (close), got dep: provider.aws
2016/06/17 11:47:01 [DEBUG] vertex root.provider.aws (close): walking
2016/06/17 11:47:01 [DEBUG] vertex root.provider.aws (close): evaluating
2016/06/17 11:47:01 [DEBUG] vertex null_resource.test, got dep: aws_vpc.vpc
2016/06/17 11:47:01 [DEBUG] vertex null_resource.test, got dep: provider.null
2016/06/17 11:47:01 [TRACE] [walkPlan] Entering eval tree: provider.aws (close)
2016/06/17 11:47:01 [DEBUG] vertex null_resource.test, got dep: provisioner.local-exec
2016/06/17 11:47:01 [DEBUG] root: eval: *terraform.EvalCloseProvider
2016/06/17 11:47:01 [DEBUG] vertex root.null_resource.test: walking
2016/06/17 11:47:01 [DEBUG] vertex root.null_resource.test: evaluating
2016/06/17 11:47:01 [DEBUG] root: eval: *terraform.EvalSequence
2016/06/17 11:47:01 [DEBUG] root: eval: *terraform.EvalInterpolate
2016/06/17 11:47:01 [DEBUG] root: eval: terraform.EvalNoop
2016/06/17 11:47:01 [DEBUG] root: eval: *terraform.EvalCountFixZeroOneBoundary
2016/06/17 11:47:01 [DEBUG] vertex root.null_resource.test: walking
2016/06/17 11:47:01 [DEBUG] vertex root.null_resource.test: evaluating
2016/06/17 11:47:01 [TRACE] [walkPlan] Entering eval tree: null_resource.test
2016/06/17 11:47:01 [DEBUG] root: eval: *terraform.EvalSequence
2016/06/17 11:47:01 [DEBUG] root: eval: terraform.EvalNoop
2016/06/17 11:47:01 [DEBUG] root: eval: *terraform.EvalInstanceInfo
2016/06/17 11:47:01 [DEBUG] root: eval: terraform.EvalNoop
2016/06/17 11:47:01 [DEBUG] root: eval: *terraform.EvalOpFilter
2016/06/17 11:47:01 [DEBUG] root: eval: *terraform.EvalSequence
2016/06/17 11:47:01 [DEBUG] root: eval: *terraform.EvalInterpolate
2016/06/17 11:47:01 [DEBUG] root: eval: *terraform.EvalGetProvider
2016/06/17 11:47:01 [DEBUG] root: eval: *terraform.EvalReadState
2016/06/17 11:47:01 [DEBUG] root: eval: *terraform.EvalDiff
2016/06/17 11:47:01 [DEBUG] root: eval: *terraform.EvalCheckPreventDestroy
2016/06/17 11:47:01 [DEBUG] root: eval: *terraform.EvalIgnoreChanges
2016/06/17 11:47:01 [DEBUG] root: eval: *terraform.EvalWriteState
2016/06/17 11:47:01 [DEBUG] root: eval: *terraform.EvalWriteDiff
2016/06/17 11:47:01 [DEBUG] root: eval: terraform.EvalNoop
2016/06/17 11:47:01 [DEBUG] root: eval: terraform.EvalNoop
2016/06/17 11:47:01 [TRACE] [walkPlan] Exiting eval tree: null_resource.test
2016/06/17 11:47:01 [DEBUG] vertex provisioner.local-exec (close), got dep: null_resource.test
2016/06/17 11:47:01 [DEBUG] vertex root.provisioner.local-exec (close): walking
2016/06/17 11:47:01 [DEBUG] vertex root.provisioner.local-exec (close): evaluating
2016/06/17 11:47:01 [DEBUG] vertex provider.null (close), got dep: null_resource.test
2016/06/17 11:47:01 [DEBUG] vertex root.provider.null (close): walking
2016/06/17 11:47:01 [DEBUG] vertex root.provider.null (close): evaluating
2016/06/17 11:47:01 [DEBUG] root: eval: *terraform.EvalCloseProvider
2016/06/17 11:47:01 [DEBUG] vertex root, got dep: provider.null (close)
2016/06/17 11:47:01 [DEBUG] vertex root, got dep: provisioner.local-exec (close)
2016/06/17 11:47:01 [DEBUG] vertex root, got dep: provider.aws (close)
2016/06/17 11:47:01 [DEBUG] vertex root.root: walking
2016/06/17 11:47:01 [DEBUG] DestroyEdgeInclude: Checking: aws_vpc.vpc
2016/06/17 11:47:01 [DEBUG] DestroyEdgeInclude: Checking: aws_vpc.vpc
2016/06/17 11:47:01 [DEBUG] Diff has null_resource.test, resource is not a noop
2016/06/17 11:47:01 [DEBUG] Final noop value: false
2016/06/17 11:47:01 [DEBUG] Checking variable noop: var.profile
2016/06/17 11:47:01 [DEBUG] Found up edge to provider.aws, var is not noop
2016/06/17 11:47:01 [DEBUG] Checking resource noop: aws_vpc.vpc
2016/06/17 11:47:01 [DEBUG] Diff has aws_vpc.vpc, resource is not a noop
2016/06/17 11:47:01 [DEBUG] Final noop value: false
2016/06/17 11:47:01 [DEBUG] Checking variable noop: var.region
2016/06/17 11:47:01 [DEBUG] Found up edge to provider.aws, var is not noop
2016/06/17 11:47:01 [DEBUG] Checking variable noop: var.cidr
2016/06/17 11:47:01 [DEBUG] Found up edge to aws_vpc.vpc, var is not noop
2016/06/17 11:47:01 [DEBUG] Checking variable noop: var.name
2016/06/17 11:47:01 [DEBUG] Found up edge to aws_vpc.vpc, var is not noop
2016/06/17 11:47:01 [DEBUG] DestroyEdgeInclude: Checking: aws_vpc.vpc
2016/06/17 11:47:01 [DEBUG] DestroyEdgeInclude: Checking: aws_vpc.vpc
2016/06/17 11:47:01 [DEBUG] Checking variable noop: var.profile
2016/06/17 11:47:01 [DEBUG] Found up edge to provider.aws, var is not noop
2016/06/17 11:47:01 [DEBUG] Checking resource noop: aws_vpc.vpc
2016/06/17 11:47:01 [DEBUG] Diff has aws_vpc.vpc, resource is not a noop
2016/06/17 11:47:01 [DEBUG] Final noop value: false
2016/06/17 11:47:01 [DEBUG] Checking resource noop: null_resource.test
2016/06/17 11:47:01 [DEBUG] Diff has null_resource.test, resource is not a noop
2016/06/17 11:47:01 [DEBUG] Final noop value: false
2016/06/17 11:47:01 [DEBUG] Checking variable noop: var.region
2016/06/17 11:47:01 [DEBUG] Found up edge to provider.aws, var is not noop
2016/06/17 11:47:01 [DEBUG] Checking variable noop: var.cidr
2016/06/17 11:47:01 [DEBUG] Found up edge to aws_vpc.vpc, var is not noop
2016/06/17 11:47:01 [DEBUG] Checking variable noop: var.name
2016/06/17 11:47:01 [DEBUG] Found up edge to aws_vpc.vpc, var is not noop
2016/06/17 11:47:01 [DEBUG] Starting graph walk: walkApply
2016/06/17 11:47:01 [DEBUG] vertex root.var.profile: walking
2016/06/17 11:47:01 [DEBUG] vertex root.var.profile: evaluating
2016/06/17 11:47:01 [DEBUG] vertex root.var.cidr: walking
2016/06/17 11:47:01 [DEBUG] vertex root.var.cidr: evaluating
2016/06/17 11:47:01 [DEBUG] root: eval: *terraform.EvalNoop
2016/06/17 11:47:01 [DEBUG] vertex root.provider.null: walking
2016/06/17 11:47:01 [DEBUG] vertex root.provisioner.local-exec: walking
2016/06/17 11:47:01 [DEBUG] vertex root.var.name: walking
2016/06/17 11:47:01 [DEBUG] vertex root.var.name: evaluating
2016/06/17 11:47:01 [DEBUG] vertex aws_vpc.vpc, got dep: var.cidr
2016/06/17 11:47:01 [DEBUG] vertex aws_vpc.vpc, got dep: var.name
2016/06/17 11:47:01 [DEBUG] vertex root.provisioner.local-exec: evaluating
2016/06/17 11:47:01 [DEBUG] vertex root.var.region: walking
2016/06/17 11:47:01 [DEBUG] vertex root.var.region: evaluating
2016/06/17 11:47:01 [DEBUG] vertex root.provider.aws: walking
2016/06/17 11:47:01 [DEBUG] vertex root.provider.aws: evaluating
2016/06/17 11:47:01 [DEBUG] vertex root.provider.null: evaluating
2016/06/17 11:47:01 [TRACE] [walkApply] Entering eval tree: provider.aws
2016/06/17 11:47:01 [DEBUG] root: eval: *terraform.EvalSequence
2016/06/17 11:47:01 [DEBUG] root: eval: *terraform.EvalInitProvider
2016/06/17 11:47:01 [DEBUG] root: eval: *terraform.EvalInitProvider
2016/06/17 11:47:01 [DEBUG] root: eval: terraform.EvalNoop
2016/06/17 11:47:01 [DEBUG] root: eval: terraform.EvalNoop
2016/06/17 11:47:01 [DEBUG] root: eval: *terraform.EvalOpFilter
2016/06/17 11:47:01 [DEBUG] root: eval: *terraform.EvalSequence
2016/06/17 11:47:01 [DEBUG] root: eval: *terraform.EvalGetProvider
2016/06/17 11:47:01 [DEBUG] root: eval: *terraform.EvalInterpolate
2016/06/17 11:47:01 [DEBUG] root: eval: *terraform.EvalBuildProviderConfig
2016/06/17 11:47:01 [DEBUG] root: eval: terraform.EvalNoop
2016/06/17 11:47:01 [DEBUG] root: eval: terraform.EvalNoop
2016/06/17 11:47:01 [DEBUG] root: eval: *terraform.EvalOpFilter
2016/06/17 11:47:01 [DEBUG] root: eval: *terraform.EvalSequence
2016/06/17 11:47:01 [DEBUG] root: eval: *terraform.EvalGetProvider
2016/06/17 11:47:01 [DEBUG] root: eval: *terraform.EvalInterpolate
2016/06/17 11:47:01 [DEBUG] root: eval: *terraform.EvalBuildProviderConfig
2016/06/17 11:47:01 [DEBUG] root: eval: *terraform.EvalSetProviderConfig
2016/06/17 11:47:01 [DEBUG] root: eval: *terraform.EvalOpFilter
2016/06/17 11:47:01 [DEBUG] root: eval: *terraform.EvalSequence
2016/06/17 11:47:01 [DEBUG] root: eval: *terraform.EvalConfigProvider
2016/06/17 11:47:01 [DEBUG] root: eval: *terraform.EvalSetProviderConfig
2016/06/17 11:47:01 [DEBUG] root: eval: *terraform.EvalOpFilter
2016/06/17 11:47:01 [DEBUG] root: eval: *terraform.EvalSequence
2016/06/17 11:47:01 [DEBUG] root: eval: *terraform.EvalConfigProvider
2016/06/17 11:47:01 [DEBUG] vertex provider.null (close), got dep: provider.null
2016/06/17 11:47:01 [DEBUG] plugin: terraform: aws-provider (internal) 2016/06/17 11:47:01 [INFO] Building AWS region structure
2016/06/17 11:47:01 [DEBUG] plugin: terraform: aws-provider (internal) 2016/06/17 11:47:01 [INFO] Building AWS auth structure
2016/06/17 11:47:01 [DEBUG] plugin: terraform: aws-provider (internal) 2016/06/17 11:47:01 [WARN] Ignoring AWS metadata API endpoint at default location as it doesn't return any instance-id
2016/06/17 11:47:01 [DEBUG] plugin: terraform: aws-provider (internal) 2016/06/17 11:47:01 [INFO] AWS Auth provider used: "SharedCredentialsProvider"
2016/06/17 11:47:01 [DEBUG] plugin: terraform: aws-provider (internal) 2016/06/17 11:47:01 [INFO] Initializing IAM Connection
2016/06/17 11:47:01 [DEBUG] plugin: terraform: aws-provider (internal) 2016/06/17 11:47:01 [INFO] Initializing STS connection
2016/06/17 11:47:01 [DEBUG] plugin: terraform: aws-provider (internal) 2016/06/17 11:47:01 [DEBUG] [aws-sdk-go] DEBUG: Request iam/GetUser Details:
2016/06/17 11:47:01 [DEBUG] plugin: terraform: ---[ REQUEST POST-SIGN ]-----------------------------
2016/06/17 11:47:01 [DEBUG] plugin: terraform: POST / HTTP/1.1
2016/06/17 11:47:01 [DEBUG] plugin: terraform: Host: iam.amazonaws.com
2016/06/17 11:47:01 [DEBUG] plugin: terraform: User-Agent: terraform/0.7.0 (rc2) aws-sdk-go/1.1.23 (go1.6.2; darwin; amd64)
2016/06/17 11:47:01 [DEBUG] plugin: terraform: Content-Length: 33
2016/06/17 11:47:01 [DEBUG] plugin: terraform: Authorization: AWS4-HMAC-SHA256 Credential=blahhhhhhh/20160617/us-east-1/iam/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=6edb40972ac24298b80b2645c7637c6d9e24ac4221184e3e370fbe61b31b6199
2016/06/17 11:47:01 [DEBUG] plugin: terraform: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2016/06/17 11:47:01 [DEBUG] plugin: terraform: X-Amz-Content-Sha256: 63cdc6da6b76dfdbbd82fe53059afd80e08926740ab5436bd2d4196da1af20db
2016/06/17 11:47:01 [DEBUG] plugin: terraform: X-Amz-Date: 20160617T154701Z
2016/06/17 11:47:01 [DEBUG] plugin: terraform: Accept-Encoding: gzip
2016/06/17 11:47:01 [DEBUG] plugin: terraform:
2016/06/17 11:47:01 [DEBUG] plugin: terraform: Action=GetUser&Version=2010-05-08
2016/06/17 11:47:01 [DEBUG] plugin: terraform: -----------------------------------------------------
2016/06/17 11:47:06 [DEBUG] vertex aws_vpc.vpc, waiting for: provider.aws
2016/06/17 11:47:06 [DEBUG] vertex null_resource.test, waiting for: aws_vpc.vpc
2016/06/17 11:47:06 [DEBUG] vertex root, waiting for: provisioner.local-exec (close)
2016/06/17 11:47:06 [DEBUG] vertex provider.aws (close), waiting for: provider.aws
2016/06/17 11:47:06 [DEBUG] vertex provisioner.local-exec (close), waiting for: null_resource.test
2016/06/17 11:47:06 [DEBUG] vertex provider.null (close), waiting for: null_resource.test
2016/06/17 11:47:07 [DEBUG] plugin: terraform: aws-provider (internal) 2016/06/17 11:47:07 [DEBUG] [aws-sdk-go] DEBUG: Response iam/GetUser Details:
2016/06/17 11:47:07 [DEBUG] plugin: terraform: ---[ RESPONSE ]--------------------------------------
2016/06/17 11:47:07 [DEBUG] plugin: terraform: HTTP/1.1 200 OK
2016/06/17 11:47:07 [DEBUG] plugin: terraform: Connection: close
2016/06/17 11:47:07 [DEBUG] plugin: terraform: Content-Length: 525
2016/06/17 11:47:07 [DEBUG] plugin: terraform: Content-Type: text/xml
2016/06/17 11:47:07 [DEBUG] plugin: terraform: Date: Fri, 17 Jun 2016 15:47:06 GMT
2016/06/17 11:47:07 [DEBUG] plugin: terraform: X-Amzn-Requestid: beaaa702-34a2-11e6-ab00-75c9f23f19cc
2016/06/17 11:47:07 [DEBUG] plugin: terraform:
2016/06/17 11:47:07 [DEBUG] plugin: terraform: <GetUserResponse xmlns="https://iam.amazonaws.com/doc/2010-05-08/">
2016/06/17 11:47:07 [DEBUG] plugin: terraform: <GetUserResult>
2016/06/17 11:47:07 [DEBUG] plugin: terraform: <User>
2016/06/17 11:47:07 [DEBUG] plugin: terraform: <Path>/</Path>
2016/06/17 11:47:07 [DEBUG] plugin: terraform: <PasswordLastUsed>2016-04-20T14:57:58Z</PasswordLastUsed>
2016/06/17 11:47:07 [DEBUG] plugin: terraform: <UserName>cryingjordan</UserName>
2016/06/17 11:47:07 [DEBUG] plugin: terraform: <Arn>arn:aws:iam::blahhhhhhh:user/cryingjordan</Arn>
2016/06/17 11:47:07 [DEBUG] plugin: terraform: <UserId>blahhhhhhh</UserId>
2016/06/17 11:47:07 [DEBUG] plugin: terraform: <CreateDate>2015-11-17T19:39:05Z</CreateDate>
2016/06/17 11:47:07 [DEBUG] plugin: terraform: </User>
2016/06/17 11:47:07 [DEBUG] plugin: terraform: </GetUserResult>
2016/06/17 11:47:07 [DEBUG] plugin: terraform: <ResponseMetadata>
2016/06/17 11:47:07 [DEBUG] plugin: terraform: <RequestId>beaaa702-34a2-11e6-ab00-75c9f23f19cc</RequestId>
2016/06/17 11:47:07 [DEBUG] plugin: terraform: </ResponseMetadata>
2016/06/17 11:47:07 [DEBUG] plugin: terraform: </GetUserResponse>
2016/06/17 11:47:07 [DEBUG] plugin: terraform:
2016/06/17 11:47:07 [DEBUG] plugin: terraform: -----------------------------------------------------
2016/06/17 11:47:07 [DEBUG] plugin: terraform: aws-provider (internal) 2016/06/17 11:47:07 [DEBUG] Trying to get account ID via iam:GetUser
2016/06/17 11:47:07 [DEBUG] plugin: terraform: aws-provider (internal) 2016/06/17 11:47:07 [DEBUG] [aws-sdk-go] DEBUG: Request iam/GetUser Details:
2016/06/17 11:47:07 [DEBUG] plugin: terraform: ---[ REQUEST POST-SIGN ]-----------------------------
2016/06/17 11:47:07 [DEBUG] plugin: terraform: POST / HTTP/1.1
2016/06/17 11:47:07 [DEBUG] plugin: terraform: Host: iam.amazonaws.com
2016/06/17 11:47:07 [DEBUG] plugin: terraform: User-Agent: terraform/0.7.0 (rc2) aws-sdk-go/1.1.23 (go1.6.2; darwin; amd64)
2016/06/17 11:47:07 [DEBUG] plugin: terraform: Content-Length: 33
2016/06/17 11:47:07 [DEBUG] plugin: terraform: Authorization: AWS4-HMAC-SHA256 Credential=blahhhhhhh/20160617/us-east-1/iam/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=0917cc056e2e8ad292da46300c319457b1de7951713088765e717a085093bcdb
2016/06/17 11:47:07 [DEBUG] plugin: terraform: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2016/06/17 11:47:07 [DEBUG] plugin: terraform: X-Amz-Content-Sha256: 63cdc6da6b76dfdbbd82fe53059afd80e08926740ab5436bd2d4196da1af20db
2016/06/17 11:47:07 [DEBUG] plugin: terraform: X-Amz-Date: 20160617T154707Z
2016/06/17 11:47:07 [DEBUG] plugin: terraform: Accept-Encoding: gzip
2016/06/17 11:47:07 [DEBUG] plugin: terraform:
2016/06/17 11:47:07 [DEBUG] plugin: terraform: Action=GetUser&Version=2010-05-08
2016/06/17 11:47:07 [DEBUG] plugin: terraform: -----------------------------------------------------
2016/06/17 11:47:11 [DEBUG] vertex provisioner.local-exec (close), waiting for: null_resource.test
2016/06/17 11:47:11 [DEBUG] vertex aws_vpc.vpc, waiting for: provider.aws
2016/06/17 11:47:11 [DEBUG] vertex root, waiting for: provisioner.local-exec (close)
2016/06/17 11:47:11 [DEBUG] vertex provider.aws (close), waiting for: provider.aws
2016/06/17 11:47:11 [DEBUG] vertex null_resource.test, waiting for: aws_vpc.vpc
2016/06/17 11:47:11 [DEBUG] vertex provider.null (close), waiting for: null_resource.test
2016/06/17 11:47:12 [DEBUG] plugin: terraform: aws-provider (internal) 2016/06/17 11:47:12 [DEBUG] [aws-sdk-go] DEBUG: Response iam/GetUser Details:
2016/06/17 11:47:12 [DEBUG] plugin: terraform: ---[ RESPONSE ]--------------------------------------
2016/06/17 11:47:12 [DEBUG] plugin: terraform: HTTP/1.1 200 OK
2016/06/17 11:47:12 [DEBUG] plugin: terraform: Connection: close
2016/06/17 11:47:12 [DEBUG] plugin: terraform: Content-Length: 525
2016/06/17 11:47:12 [DEBUG] plugin: terraform: Content-Type: text/xml
2016/06/17 11:47:12 [DEBUG] plugin: terraform: Date: Fri, 17 Jun 2016 15:47:12 GMT
2016/06/17 11:47:12 [DEBUG] plugin: terraform: X-Amzn-Requestid: c1bf3a0f-34a2-11e6-a680-05ad3ea1056c
2016/06/17 11:47:12 [DEBUG] plugin: terraform:
2016/06/17 11:47:12 [DEBUG] plugin: terraform: <GetUserResponse xmlns="https://iam.amazonaws.com/doc/2010-05-08/">
2016/06/17 11:47:12 [DEBUG] plugin: terraform: <GetUserResult>
2016/06/17 11:47:12 [DEBUG] plugin: terraform: <User>
2016/06/17 11:47:12 [DEBUG] plugin: terraform: <Path>/</Path>
2016/06/17 11:47:12 [DEBUG] plugin: terraform: <PasswordLastUsed>2016-04-20T14:57:58Z</PasswordLastUsed>
2016/06/17 11:47:12 [DEBUG] plugin: terraform: <UserName>cryingjordan</UserName>
2016/06/17 11:47:12 [DEBUG] plugin: terraform: <Arn>arn:aws:iam::blahhhhhhh:user/cryingjordan</Arn>
2016/06/17 11:47:12 [DEBUG] plugin: terraform: <UserId>blahhhhhhh</UserId>
2016/06/17 11:47:12 [DEBUG] plugin: terraform: <CreateDate>2015-11-17T19:39:05Z</CreateDate>
2016/06/17 11:47:12 [DEBUG] plugin: terraform: </User>
2016/06/17 11:47:12 [DEBUG] plugin: terraform: </GetUserResult>
2016/06/17 11:47:12 [DEBUG] plugin: terraform: <ResponseMetadata>
2016/06/17 11:47:12 [DEBUG] plugin: terraform: <RequestId>c1bf3a0f-34a2-11e6-a680-05ad3ea1056c</RequestId>
2016/06/17 11:47:12 [DEBUG] plugin: terraform: </ResponseMetadata>
2016/06/17 11:47:12 [DEBUG] plugin: terraform: </GetUserResponse>
2016/06/17 11:47:12 [DEBUG] plugin: terraform:
2016/06/17 11:47:12 [DEBUG] plugin: terraform: -----------------------------------------------------
2016/06/17 11:47:12 [DEBUG] plugin: terraform: aws-provider (internal) 2016/06/17 11:47:12 [INFO] Initializing DynamoDB connection
2016/06/17 11:47:12 [DEBUG] plugin: terraform: aws-provider (internal) 2016/06/17 11:47:12 [INFO] Initializing Cloudfront connection
2016/06/17 11:47:12 [DEBUG] plugin: terraform: aws-provider (internal) 2016/06/17 11:47:12 [INFO] Initializing ELB connection
2016/06/17 11:47:12 [DEBUG] plugin: terraform: aws-provider (internal) 2016/06/17 11:47:12 [INFO] Initializing S3 connection
2016/06/17 11:47:12 [DEBUG] plugin: terraform: aws-provider (internal) 2016/06/17 11:47:12 [INFO] Initializing SQS connection
2016/06/17 11:47:12 [DEBUG] plugin: terraform: aws-provider (internal) 2016/06/17 11:47:12 [INFO] Initializing SNS connection
2016/06/17 11:47:12 [DEBUG] plugin: terraform: aws-provider (internal) 2016/06/17 11:47:12 [INFO] Initializing RDS Connection
2016/06/17 11:47:12 [DEBUG] plugin: terraform: aws-provider (internal) 2016/06/17 11:47:12 [INFO] Initializing Kinesis Connection
2016/06/17 11:47:12 [DEBUG] plugin: terraform: aws-provider (internal) 2016/06/17 11:47:12 [INFO] Initializing Elastic Beanstalk Connection
2016/06/17 11:47:12 [DEBUG] plugin: terraform: aws-provider (internal) 2016/06/17 11:47:12 [INFO] Initializing Elastic Transcoder Connection
2016/06/17 11:47:12 [DEBUG] plugin: terraform: aws-provider (internal) 2016/06/17 11:47:12 [INFO] Initializing Kinesis Firehose Connection
2016/06/17 11:47:12 [DEBUG] plugin: terraform: aws-provider (internal) 2016/06/17 11:47:12 [INFO] Initializing AutoScaling connection
2016/06/17 11:47:12 [DEBUG] plugin: terraform: aws-provider (internal) 2016/06/17 11:47:12 [INFO] Initializing EC2 Connection
2016/06/17 11:47:12 [DEBUG] plugin: terraform: aws-provider (internal) 2016/06/17 11:47:12 [INFO] Initializing ECR Connection
2016/06/17 11:47:12 [DEBUG] plugin: terraform: aws-provider (internal) 2016/06/17 11:47:12 [INFO] Initializing API Gateway
2016/06/17 11:47:12 [DEBUG] plugin: terraform: aws-provider (internal) 2016/06/17 11:47:12 [INFO] Initializing ECS Connection
2016/06/17 11:47:12 [DEBUG] plugin: terraform: aws-provider (internal) 2016/06/17 11:47:12 [INFO] Initializing EFS Connection
2016/06/17 11:47:12 [DEBUG] plugin: terraform: aws-provider (internal) 2016/06/17 11:47:12 [INFO] Initializing ElasticSearch Connection
2016/06/17 11:47:12 [DEBUG] plugin: terraform: aws-provider (internal) 2016/06/17 11:47:12 [INFO] Initializing EMR Connection
2016/06/17 11:47:12 [DEBUG] plugin: terraform: aws-provider (internal) 2016/06/17 11:47:12 [INFO] Initializing Route 53 connection
2016/06/17 11:47:12 [DEBUG] plugin: terraform: aws-provider (internal) 2016/06/17 11:47:12 [INFO] Initializing Elasticache Connection
2016/06/17 11:47:12 [DEBUG] plugin: terraform: aws-provider (internal) 2016/06/17 11:47:12 [INFO] Initializing Lambda Connection
2016/06/17 11:47:12 [DEBUG] plugin: terraform: aws-provider (internal) 2016/06/17 11:47:12 [INFO] Initializing Cloudformation Connection
2016/06/17 11:47:12 [DEBUG] plugin: terraform: aws-provider (internal) 2016/06/17 11:47:12 [INFO] Initializing CloudWatch SDK connection
2016/06/17 11:47:12 [DEBUG] plugin: terraform: aws-provider (internal) 2016/06/17 11:47:12 [INFO] Initializing CloudWatch Events connection
2016/06/17 11:47:12 [DEBUG] plugin: terraform: aws-provider (internal) 2016/06/17 11:47:12 [INFO] Initializing CloudTrail connection
2016/06/17 11:47:12 [DEBUG] plugin: terraform: aws-provider (internal) 2016/06/17 11:47:12 [INFO] Initializing CloudWatch Logs connection
2016/06/17 11:47:12 [DEBUG] plugin: terraform: aws-provider (internal) 2016/06/17 11:47:12 [INFO] Initializing OpsWorks Connection
2016/06/17 11:47:12 [DEBUG] plugin: terraform: aws-provider (internal) 2016/06/17 11:47:12 [INFO] Initializing Directory Service connection
2016/06/17 11:47:12 [DEBUG] plugin: terraform: aws-provider (internal) 2016/06/17 11:47:12 [INFO] Initializing Glacier connection
2016/06/17 11:47:12 [DEBUG] plugin: terraform: aws-provider (internal) 2016/06/17 11:47:12 [INFO] Initializing CodeDeploy Connection
2016/06/17 11:47:12 [DEBUG] plugin: terraform: aws-provider (internal) 2016/06/17 11:47:12 [INFO] Initializing CodeCommit SDK connection
2016/06/17 11:47:12 [DEBUG] plugin: terraform: aws-provider (internal) 2016/06/17 11:47:12 [INFO] Initializing Redshift SDK connection
2016/06/17 11:47:12 [DEBUG] plugin: terraform: aws-provider (internal) 2016/06/17 11:47:12 [INFO] Initializing KMS connection
2016/06/17 11:47:12 [DEBUG] vertex provider.aws (close), got dep: provider.aws
2016/06/17 11:47:12 [DEBUG] vertex aws_vpc.vpc, got dep: provider.aws
2016/06/17 11:47:12 [DEBUG] vertex root.aws_vpc.vpc: walking
2016/06/17 11:47:12 [DEBUG] vertex root.aws_vpc.vpc: evaluating
2016/06/17 11:47:12 [DEBUG] root: eval: *terraform.EvalSequence
2016/06/17 11:47:12 [DEBUG] root: eval: *terraform.EvalInterpolate
2016/06/17 11:47:12 [DEBUG] root: eval: terraform.EvalNoop
2016/06/17 11:47:12 [DEBUG] root: eval: *terraform.EvalCountFixZeroOneBoundary
2016/06/17 11:47:12 [DEBUG] vertex root.aws_vpc.vpc: walking
2016/06/17 11:47:12 [DEBUG] vertex root.aws_vpc.vpc: evaluating
2016/06/17 11:47:12 [DEBUG] root: eval: *terraform.EvalOpFilter
2016/06/17 11:47:12 [DEBUG] root: eval: *terraform.EvalSequence
2016/06/17 11:47:12 [DEBUG] root: eval: *terraform.EvalReadDiff
2016/06/17 11:47:12 [DEBUG] root: eval: *terraform.EvalIf
2016/06/17 11:47:12 [DEBUG] root: eval: terraform.EvalNoop
2016/06/17 11:47:12 [DEBUG] root: eval: *terraform.EvalIf
2016/06/17 11:47:12 [DEBUG] root: eval: *terraform.EvalDeposeState
2016/06/17 11:47:12 [DEBUG] root: eval: *terraform.EvalInterpolate
2016/06/17 11:47:12 [DEBUG] root: eval: *terraform.EvalGetProvider
2016/06/17 11:47:12 [DEBUG] root: eval: *terraform.EvalReadState
2016/06/17 11:47:12 [DEBUG] root: eval: *terraform.EvalDiff
2016/06/17 11:47:12 [DEBUG] root: eval: *terraform.EvalIgnoreChanges
2016/06/17 11:47:12 [DEBUG] root: eval: *terraform.EvalReadDiff
2016/06/17 11:47:12 [DEBUG] root: eval: *terraform.EvalCompareDiff
2016/06/17 11:47:12 [DEBUG] root: eval: *terraform.EvalGetProvider
2016/06/17 11:47:12 [DEBUG] root: eval: *terraform.EvalReadState
2016/06/17 11:47:12 [DEBUG] root: eval: *terraform.EvalApply
2016/06/17 11:47:12 [DEBUG] apply: aws_vpc.vpc: executing Apply
aws_vpc.vpc: Creating...
cidr_block: "" => "10.130.0.0/16"
default_network_acl_id: "" => "<computed>"
default_security_group_id: "" => "<computed>"
dhcp_options_id: "" => "<computed>"
2016/06/17 11:47:12 [DEBUG] plugin: terraform: aws-provider (internal) 2016/06/17 11:47:12 [DEBUG] VPC create config: {
2016/06/17 11:47:12 [DEBUG] plugin: terraform: CidrBlock: "10.130.0.0/16",
2016/06/17 11:47:12 [DEBUG] plugin: terraform: InstanceTenancy: "default"
2016/06/17 11:47:12 [DEBUG] plugin: terraform: }
enable_classiclink: "" => "<computed>"
enable_dns_hostnames: "" => "true"
enable_dns_support: "" => "true"
instance_tenancy: "" => "<computed>"
main_route_table_id: "" => "<computed>"
tags.%: "" => "1"
2016/06/17 11:47:12 [DEBUG] plugin: terraform: aws-provider (internal) 2016/06/17 11:47:12 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/CreateVpc Details:
2016/06/17 11:47:12 [DEBUG] plugin: terraform: ---[ REQUEST POST-SIGN ]-----------------------------
tags.Name: "" => "nulltest"
2016/06/17 11:47:12 [DEBUG] plugin: terraform: POST / HTTP/1.1
2016/06/17 11:47:12 [DEBUG] plugin: terraform: Host: ec2.us-west-2.amazonaws.com
2016/06/17 11:47:12 [DEBUG] plugin: terraform: User-Agent: terraform/0.7.0 (rc2) aws-sdk-go/1.1.23 (go1.6.2; darwin; amd64)
2016/06/17 11:47:12 [DEBUG] plugin: terraform: Content-Length: 85
2016/06/17 11:47:12 [DEBUG] plugin: terraform: Authorization: AWS4-HMAC-SHA256 Credential=blahhhhhhh/20160617/us-west-2/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=108791b33dbd8a5da0c4220eaac6a3dc3ccf629823039586e87c7df137b4f533
2016/06/17 11:47:12 [DEBUG] plugin: terraform: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2016/06/17 11:47:12 [DEBUG] plugin: terraform: X-Amz-Content-Sha256: 605e5a81043fafb77c0dc5640f7829a8117593d722de0e8ae2e52da07aa1a9bd
2016/06/17 11:47:12 [DEBUG] plugin: terraform: X-Amz-Date: 20160617T154712Z
2016/06/17 11:47:12 [DEBUG] plugin: terraform: Accept-Encoding: gzip
2016/06/17 11:47:12 [DEBUG] plugin: terraform:
2016/06/17 11:47:12 [DEBUG] plugin: terraform: Action=CreateVpc&CidrBlock=10.130.0.0%2F16&InstanceTenancy=default&Version=2015-10-01
2016/06/17 11:47:12 [DEBUG] plugin: terraform: -----------------------------------------------------
2016/06/17 11:47:16 [DEBUG] vertex provisioner.local-exec (close), waiting for: null_resource.test
2016/06/17 11:47:16 [DEBUG] vertex root, waiting for: provisioner.local-exec (close)
2016/06/17 11:47:16 [DEBUG] vertex null_resource.test, waiting for: aws_vpc.vpc
2016/06/17 11:47:16 [DEBUG] vertex provider.null (close), waiting for: null_resource.test
2016/06/17 11:47:17 [DEBUG] vertex provider.aws (close), waiting for: aws_vpc.vpc
2016/06/17 11:47:17 [DEBUG] plugin: terraform: aws-provider (internal) 2016/06/17 11:47:17 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/CreateVpc Details:
2016/06/17 11:47:17 [DEBUG] plugin: terraform: ---[ RESPONSE ]--------------------------------------
2016/06/17 11:47:17 [DEBUG] plugin: terraform: HTTP/1.1 200 OK
2016/06/17 11:47:17 [DEBUG] plugin: terraform: Connection: close
2016/06/17 11:47:17 [DEBUG] plugin: terraform: Transfer-Encoding: chunked
2016/06/17 11:47:17 [DEBUG] plugin: terraform: Content-Type: text/xml;charset=UTF-8
2016/06/17 11:47:17 [DEBUG] plugin: terraform: Date: Fri, 17 Jun 2016 15:47:17 GMT
2016/06/17 11:47:17 [DEBUG] plugin: terraform: Server: AmazonEC2
2016/06/17 11:47:17 [DEBUG] plugin: terraform: Vary: Accept-Encoding
2016/06/17 11:47:17 [DEBUG] plugin: terraform:
2016/06/17 11:47:17 [DEBUG] plugin: terraform: 1d2
2016/06/17 11:47:17 [DEBUG] plugin: terraform: <?xml version="1.0" encoding="UTF-8"?>
2016/06/17 11:47:17 [DEBUG] plugin: terraform: <CreateVpcResponse xmlns="http://ec2.amazonaws.com/doc/2015-10-01/">
2016/06/17 11:47:17 [DEBUG] plugin: terraform: <requestId>35aaa08c-6dd9-4ecb-8acf-1cfdc157c955</requestId>
2016/06/17 11:47:17 [DEBUG] plugin: terraform: <vpc>
2016/06/17 11:47:17 [DEBUG] plugin: terraform: <vpcId>vpc-28f7934c</vpcId>
2016/06/17 11:47:17 [DEBUG] plugin: terraform: <state>pending</state>
2016/06/17 11:47:17 [DEBUG] plugin: terraform: <cidrBlock>10.130.0.0/16</cidrBlock>
2016/06/17 11:47:17 [DEBUG] plugin: terraform: <dhcpOptionsId>dopt-5c31cc39</dhcpOptionsId>
2016/06/17 11:47:17 [DEBUG] plugin: terraform: <instanceTenancy>default</instanceTenancy>
2016/06/17 11:47:17 [DEBUG] plugin: terraform: <isDefault>false</isDefault>
2016/06/17 11:47:17 [DEBUG] plugin: terraform: </vpc>
2016/06/17 11:47:17 [DEBUG] plugin: terraform: </CreateVpcResponse>
2016/06/17 11:47:17 [DEBUG] plugin: terraform: 0
2016/06/17 11:47:17 [DEBUG] plugin: terraform:
2016/06/17 11:47:17 [DEBUG] plugin: terraform:
2016/06/17 11:47:17 [DEBUG] plugin: terraform: -----------------------------------------------------
2016/06/17 11:47:17 [DEBUG] plugin: terraform: aws-provider (internal) 2016/06/17 11:47:17 [INFO] VPC ID: vpc-28f7934c
2016/06/17 11:47:17 [DEBUG] plugin: terraform: aws-provider (internal) 2016/06/17 11:47:17 [DEBUG] Waiting for VPC (vpc-28f7934c) to become available
2016/06/17 11:47:17 [DEBUG] plugin: terraform: aws-provider (internal) 2016/06/17 11:47:17 [DEBUG] Waiting for state to become: [available]
2016/06/17 11:47:17 [DEBUG] plugin: terraform: aws-provider (internal) 2016/06/17 11:47:17 [TRACE] Waiting 100ms before next try
2016/06/17 11:47:17 [DEBUG] plugin: terraform: aws-provider (internal) 2016/06/17 11:47:17 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeVpcs Details:
2016/06/17 11:47:17 [DEBUG] plugin: terraform: ---[ REQUEST POST-SIGN ]-----------------------------
2016/06/17 11:47:17 [DEBUG] plugin: terraform: POST / HTTP/1.1
2016/06/17 11:47:17 [DEBUG] plugin: terraform: Host: ec2.us-west-2.amazonaws.com
2016/06/17 11:47:17 [DEBUG] plugin: terraform: User-Agent: terraform/0.7.0 (rc2) aws-sdk-go/1.1.23 (go1.6.2; darwin; amd64)
2016/06/17 11:47:17 [DEBUG] plugin: terraform: Content-Length: 59
2016/06/17 11:47:17 [DEBUG] plugin: terraform: Authorization: AWS4-HMAC-SHA256 Credential=blahhhhhhh/20160617/us-west-2/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=b463f7425b77e5b48523171f302c50505a885d4623a0cf8db97a8d3a655dc07d
2016/06/17 11:47:17 [DEBUG] plugin: terraform: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2016/06/17 11:47:17 [DEBUG] plugin: terraform: X-Amz-Content-Sha256: 9e4b5e02bd793e155e68959cd5a6d60cd05d2dcedc821024b8aafc829aa97c2b
2016/06/17 11:47:17 [DEBUG] plugin: terraform: X-Amz-Date: 20160617T154717Z
2016/06/17 11:47:17 [DEBUG] plugin: terraform: Accept-Encoding: gzip
2016/06/17 11:47:17 [DEBUG] plugin: terraform:
2016/06/17 11:47:17 [DEBUG] plugin: terraform: Action=DescribeVpcs&Version=2015-10-01&VpcId.1=vpc-28f7934c
2016/06/17 11:47:17 [DEBUG] plugin: terraform: -----------------------------------------------------
2016/06/17 11:47:21 [DEBUG] vertex provisioner.local-exec (close), waiting for: null_resource.test
2016/06/17 11:47:21 [DEBUG] vertex null_resource.test, waiting for: aws_vpc.vpc
2016/06/17 11:47:21 [DEBUG] vertex root, waiting for: provisioner.local-exec (close)
2016/06/17 11:47:21 [DEBUG] vertex provider.null (close), waiting for: null_resource.test
2016/06/17 11:47:22 [DEBUG] vertex provider.aws (close), waiting for: aws_vpc.vpc
aws_vpc.vpc: Still creating... (10s elapsed)
2016/06/17 11:47:23 [DEBUG] plugin: terraform: aws-provider (internal) 2016/06/17 11:47:23 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeVpcs Details:
2016/06/17 11:47:23 [DEBUG] plugin: terraform: ---[ RESPONSE ]--------------------------------------
2016/06/17 11:47:23 [DEBUG] plugin: terraform: HTTP/1.1 200 OK
2016/06/17 11:47:23 [DEBUG] plugin: terraform: Connection: close
2016/06/17 11:47:23 [DEBUG] plugin: terraform: Transfer-Encoding: chunked
2016/06/17 11:47:23 [DEBUG] plugin: terraform: Content-Type: text/xml;charset=UTF-8
2016/06/17 11:47:23 [DEBUG] plugin: terraform: Date: Fri, 17 Jun 2016 15:47:22 GMT
2016/06/17 11:47:23 [DEBUG] plugin: terraform: Server: AmazonEC2
2016/06/17 11:47:23 [DEBUG] plugin: terraform: Vary: Accept-Encoding
2016/06/17 11:47:23 [DEBUG] plugin: terraform:
2016/06/17 11:47:23 [DEBUG] plugin: terraform: 217
2016/06/17 11:47:23 [DEBUG] plugin: terraform: <?xml version="1.0" encoding="UTF-8"?>
2016/06/17 11:47:23 [DEBUG] plugin: terraform: <DescribeVpcsResponse xmlns="http://ec2.amazonaws.com/doc/2015-10-01/">
2016/06/17 11:47:23 [DEBUG] plugin: terraform: <requestId>ef8f73cc-9305-44d3-bde4-3e020f749cca</requestId>
2016/06/17 11:47:23 [DEBUG] plugin: terraform: <vpcSet>
2016/06/17 11:47:23 [DEBUG] plugin: terraform: <item>
2016/06/17 11:47:23 [DEBUG] plugin: terraform: <vpcId>vpc-28f7934c</vpcId>
2016/06/17 11:47:23 [DEBUG] plugin: terraform: <state>available</state>
2016/06/17 11:47:23 [DEBUG] plugin: terraform: <cidrBlock>10.130.0.0/16</cidrBlock>
2016/06/17 11:47:23 [DEBUG] plugin: terraform: <dhcpOptionsId>dopt-5c31cc39</dhcpOptionsId>
2016/06/17 11:47:23 [DEBUG] plugin: terraform: <instanceTenancy>default</instanceTenancy>
2016/06/17 11:47:23 [DEBUG] plugin: terraform: <isDefault>false</isDefault>
2016/06/17 11:47:23 [DEBUG] plugin: terraform: </item>
2016/06/17 11:47:23 [DEBUG] plugin: terraform: </vpcSet>
2016/06/17 11:47:23 [DEBUG] plugin: terraform: </DescribeVpcsResponse>
2016/06/17 11:47:23 [DEBUG] plugin: terraform: 0
2016/06/17 11:47:23 [DEBUG] plugin: terraform:
2016/06/17 11:47:23 [DEBUG] plugin: terraform:
2016/06/17 11:47:23 [DEBUG] plugin: terraform: -----------------------------------------------------
2016/06/17 11:47:23 [DEBUG] plugin: terraform: aws-provider (internal) 2016/06/17 11:47:23 [INFO] Modifying enable_dns_support vpc attribute for vpc-28f7934c: {
2016/06/17 11:47:23 [DEBUG] plugin: terraform: EnableDnsHostnames: {
2016/06/17 11:47:23 [DEBUG] plugin: terraform: Value: true
2016/06/17 11:47:23 [DEBUG] plugin: terraform: },
2016/06/17 11:47:23 [DEBUG] plugin: terraform: VpcId: "vpc-28f7934c"
2016/06/17 11:47:23 [DEBUG] plugin: terraform: }
2016/06/17 11:47:23 [DEBUG] plugin: terraform: aws-provider (internal) 2016/06/17 11:47:23 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/ModifyVpcAttribute Details:
2016/06/17 11:47:23 [DEBUG] plugin: terraform: ---[ REQUEST POST-SIGN ]-----------------------------
2016/06/17 11:47:23 [DEBUG] plugin: terraform: POST / HTTP/1.1
2016/06/17 11:47:23 [DEBUG] plugin: terraform: Host: ec2.us-west-2.amazonaws.com
2016/06/17 11:47:23 [DEBUG] plugin: terraform: User-Agent: terraform/0.7.0 (rc2) aws-sdk-go/1.1.23 (go1.6.2; darwin; amd64)
2016/06/17 11:47:23 [DEBUG] plugin: terraform: Content-Length: 93
2016/06/17 11:47:23 [DEBUG] plugin: terraform: Authorization: AWS4-HMAC-SHA256 Credential=blahhhhhhh/20160617/us-west-2/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=f9fe66c3a78705553fcd06414d7f120f11b663b6a73df53bcea50e458725843d
2016/06/17 11:47:23 [DEBUG] plugin: terraform: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2016/06/17 11:47:23 [DEBUG] plugin: terraform: X-Amz-Content-Sha256: 836bfc2157198dee0ce7574c8b03c7247bb3a4c26db04cdf8ed24e76d0068974
2016/06/17 11:47:23 [DEBUG] plugin: terraform: X-Amz-Date: 20160617T154723Z
2016/06/17 11:47:23 [DEBUG] plugin: terraform: Accept-Encoding: gzip
2016/06/17 11:47:23 [DEBUG] plugin: terraform:
2016/06/17 11:47:23 [DEBUG] plugin: terraform: Action=ModifyVpcAttribute&EnableDnsHostnames.Value=true&Version=2015-10-01&VpcId=vpc-28f7934c
2016/06/17 11:47:23 [DEBUG] plugin: terraform: -----------------------------------------------------
2016/06/17 11:47:26 [DEBUG] vertex null_resource.test, waiting for: aws_vpc.vpc
2016/06/17 11:47:26 [DEBUG] vertex provider.null (close), waiting for: null_resource.test
2016/06/17 11:47:26 [DEBUG] vertex root, waiting for: provisioner.local-exec (close)
2016/06/17 11:47:26 [DEBUG] vertex provisioner.local-exec (close), waiting for: null_resource.test
2016/06/17 11:47:27 [DEBUG] vertex provider.aws (close), waiting for: aws_vpc.vpc
2016/06/17 11:47:28 [DEBUG] plugin: terraform: aws-provider (internal) 2016/06/17 11:47:28 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/ModifyVpcAttribute Details:
2016/06/17 11:47:28 [DEBUG] plugin: terraform: ---[ RESPONSE ]--------------------------------------
2016/06/17 11:47:28 [DEBUG] plugin: terraform: HTTP/1.1 200 OK
2016/06/17 11:47:28 [DEBUG] plugin: terraform: Connection: close
2016/06/17 11:47:28 [DEBUG] plugin: terraform: Transfer-Encoding: chunked
2016/06/17 11:47:28 [DEBUG] plugin: terraform: Content-Type: text/xml;charset=UTF-8
2016/06/17 11:47:28 [DEBUG] plugin: terraform: Date: Fri, 17 Jun 2016 15:47:28 GMT
2016/06/17 11:47:28 [DEBUG] plugin: terraform: Server: AmazonEC2
2016/06/17 11:47:28 [DEBUG] plugin: terraform: Vary: Accept-Encoding
2016/06/17 11:47:28 [DEBUG] plugin: terraform:
2016/06/17 11:47:28 [DEBUG] plugin: terraform: ec
2016/06/17 11:47:28 [DEBUG] plugin: terraform: <?xml version="1.0" encoding="UTF-8"?>
2016/06/17 11:47:28 [DEBUG] plugin: terraform: <ModifyVpcAttributeResponse xmlns="http://ec2.amazonaws.com/doc/2015-10-01/">
2016/06/17 11:47:28 [DEBUG] plugin: terraform: <requestId>ecb8dfaa-214f-4118-b154-a9985fbce7cf</requestId>
2016/06/17 11:47:28 [DEBUG] plugin: terraform: <return>true</return>
2016/06/17 11:47:28 [DEBUG] plugin: terraform: </ModifyVpcAttributeResponse>
2016/06/17 11:47:28 [DEBUG] plugin: terraform: 0
2016/06/17 11:47:28 [DEBUG] plugin: terraform:
2016/06/17 11:47:28 [DEBUG] plugin: terraform:
2016/06/17 11:47:28 [DEBUG] plugin: terraform: -----------------------------------------------------
2016/06/17 11:47:28 [DEBUG] plugin: terraform: aws-provider (internal) 2016/06/17 11:47:28 [INFO] Modifying enable_dns_support vpc attribute for vpc-28f7934c: {
2016/06/17 11:47:28 [DEBUG] plugin: terraform: EnableDnsSupport: {
2016/06/17 11:47:28 [DEBUG] plugin: terraform: Value: true
2016/06/17 11:47:28 [DEBUG] plugin: terraform: },
2016/06/17 11:47:28 [DEBUG] plugin: terraform: VpcId: "vpc-28f7934c"
2016/06/17 11:47:28 [DEBUG] plugin: terraform: }
2016/06/17 11:47:28 [DEBUG] plugin: terraform: aws-provider (internal) 2016/06/17 11:47:28 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/ModifyVpcAttribute Details:
2016/06/17 11:47:28 [DEBUG] plugin: terraform: ---[ REQUEST POST-SIGN ]-----------------------------
2016/06/17 11:47:28 [DEBUG] plugin: terraform: POST / HTTP/1.1
2016/06/17 11:47:28 [DEBUG] plugin: terraform: Host: ec2.us-west-2.amazonaws.com
2016/06/17 11:47:28 [DEBUG] plugin: terraform: User-Agent: terraform/0.7.0 (rc2) aws-sdk-go/1.1.23 (go1.6.2; darwin; amd64)
2016/06/17 11:47:28 [DEBUG] plugin: terraform: Content-Length: 91
2016/06/17 11:47:28 [DEBUG] plugin: terraform: Authorization: AWS4-HMAC-SHA256 Credential=blahhhhhhh/20160617/us-west-2/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=01251e906ab71a427de1b0a0beddc17d180e15a81394d89446840694296e3acf
2016/06/17 11:47:28 [DEBUG] plugin: terraform: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2016/06/17 11:47:28 [DEBUG] plugin: terraform: X-Amz-Content-Sha256: 644c3fb691811faa32a597e736cc062143f1d187a91ef4d4ece6013c476b67dd
2016/06/17 11:47:28 [DEBUG] plugin: terraform: X-Amz-Date: 20160617T154728Z
2016/06/17 11:47:28 [DEBUG] plugin: terraform: Accept-Encoding: gzip
2016/06/17 11:47:28 [DEBUG] plugin: terraform:
2016/06/17 11:47:28 [DEBUG] plugin: terraform: Action=ModifyVpcAttribute&EnableDnsSupport.Value=true&Version=2015-10-01&VpcId=vpc-28f7934c
2016/06/17 11:47:28 [DEBUG] plugin: terraform: -----------------------------------------------------
2016/06/17 11:47:31 [DEBUG] vertex provider.null (close), waiting for: null_resource.test
2016/06/17 11:47:31 [DEBUG] vertex root, waiting for: provisioner.local-exec (close)
2016/06/17 11:47:31 [DEBUG] vertex null_resource.test, waiting for: aws_vpc.vpc
2016/06/17 11:47:31 [DEBUG] vertex provisioner.local-exec (close), waiting for: null_resource.test
2016/06/17 11:47:32 [DEBUG] vertex provider.aws (close), waiting for: aws_vpc.vpc
aws_vpc.vpc: Still creating... (20s elapsed)
2016/06/17 11:47:34 [DEBUG] plugin: terraform: aws-provider (internal) 2016/06/17 11:47:34 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/ModifyVpcAttribute Details:
2016/06/17 11:47:34 [DEBUG] plugin: terraform: ---[ RESPONSE ]--------------------------------------
2016/06/17 11:47:34 [DEBUG] plugin: terraform: HTTP/1.1 200 OK
2016/06/17 11:47:34 [DEBUG] plugin: terraform: Connection: close
2016/06/17 11:47:34 [DEBUG] plugin: terraform: Transfer-Encoding: chunked
2016/06/17 11:47:34 [DEBUG] plugin: terraform: Content-Type: text/xml;charset=UTF-8
2016/06/17 11:47:34 [DEBUG] plugin: terraform: Date: Fri, 17 Jun 2016 15:47:33 GMT
2016/06/17 11:47:34 [DEBUG] plugin: terraform: Server: AmazonEC2
2016/06/17 11:47:34 [DEBUG] plugin: terraform: Vary: Accept-Encoding
2016/06/17 11:47:34 [DEBUG] plugin: terraform:
2016/06/17 11:47:34 [DEBUG] plugin: terraform: ec
2016/06/17 11:47:34 [DEBUG] plugin: terraform: <?xml version="1.0" encoding="UTF-8"?>
2016/06/17 11:47:34 [DEBUG] plugin: terraform: <ModifyVpcAttributeResponse xmlns="http://ec2.amazonaws.com/doc/2015-10-01/">
2016/06/17 11:47:34 [DEBUG] plugin: terraform: <requestId>63709f61-65a8-4392-8d23-d0f2e991d806</requestId>
2016/06/17 11:47:34 [DEBUG] plugin: terraform: <return>true</return>
2016/06/17 11:47:34 [DEBUG] plugin: terraform: </ModifyVpcAttributeResponse>
2016/06/17 11:47:34 [DEBUG] plugin: terraform: 0
2016/06/17 11:47:34 [DEBUG] plugin: terraform:
2016/06/17 11:47:34 [DEBUG] plugin: terraform:
2016/06/17 11:47:34 [DEBUG] plugin: terraform: -----------------------------------------------------
2016/06/17 11:47:34 [DEBUG] plugin: terraform: aws-provider (internal) 2016/06/17 11:47:34 [DEBUG] Creating tags: [{
2016/06/17 11:47:34 [DEBUG] plugin: terraform: Key: "Name",
2016/06/17 11:47:34 [DEBUG] plugin: terraform: Value: "nulltest"
2016/06/17 11:47:34 [DEBUG] plugin: terraform: }] for vpc-28f7934c
2016/06/17 11:47:34 [DEBUG] plugin: terraform: aws-provider (internal) 2016/06/17 11:47:34 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/CreateTags Details:
2016/06/17 11:47:34 [DEBUG] plugin: terraform: ---[ REQUEST POST-SIGN ]-----------------------------
2016/06/17 11:47:34 [DEBUG] plugin: terraform: POST / HTTP/1.1
2016/06/17 11:47:34 [DEBUG] plugin: terraform: Host: ec2.us-west-2.amazonaws.com
2016/06/17 11:47:34 [DEBUG] plugin: terraform: User-Agent: terraform/0.7.0 (rc2) aws-sdk-go/1.1.23 (go1.6.2; darwin; amd64)
2016/06/17 11:47:34 [DEBUG] plugin: terraform: Content-Length: 98
2016/06/17 11:47:34 [DEBUG] plugin: terraform: Authorization: AWS4-HMAC-SHA256 Credential=blahhhhhhh/20160617/us-west-2/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=625ff764fa1d933e61c21d8d525e26e139c8d486acac7514a55ee260c844c5e8
2016/06/17 11:47:34 [DEBUG] plugin: terraform: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2016/06/17 11:47:34 [DEBUG] plugin: terraform: X-Amz-Content-Sha256: 84bc72f5b0842e35391a3b1331a10de3e1f6af0fd6fc683db8f2089985c4b0f8
2016/06/17 11:47:34 [DEBUG] plugin: terraform: X-Amz-Date: 20160617T154734Z
2016/06/17 11:47:34 [DEBUG] plugin: terraform: Accept-Encoding: gzip
2016/06/17 11:47:34 [DEBUG] plugin: terraform:
2016/06/17 11:47:34 [DEBUG] plugin: terraform: Action=CreateTags&ResourceId.1=vpc-28f7934c&Tag.1.Key=Name&Tag.1.Value=nulltest&Version=2015-10-01
2016/06/17 11:47:34 [DEBUG] plugin: terraform: -----------------------------------------------------
2016/06/17 11:47:36 [DEBUG] vertex provider.null (close), waiting for: null_resource.test
2016/06/17 11:47:36 [DEBUG] vertex provisioner.local-exec (close), waiting for: null_resource.test
2016/06/17 11:47:36 [DEBUG] vertex root, waiting for: provisioner.local-exec (close)
2016/06/17 11:47:36 [DEBUG] vertex null_resource.test, waiting for: aws_vpc.vpc
2016/06/17 11:47:37 [DEBUG] vertex provider.aws (close), waiting for: aws_vpc.vpc
2016/06/17 11:47:39 [DEBUG] plugin: terraform: aws-provider (internal) 2016/06/17 11:47:39 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/CreateTags Details:
2016/06/17 11:47:39 [DEBUG] plugin: terraform: ---[ RESPONSE ]--------------------------------------
2016/06/17 11:47:39 [DEBUG] plugin: terraform: HTTP/1.1 200 OK
2016/06/17 11:47:39 [DEBUG] plugin: terraform: Connection: close
2016/06/17 11:47:39 [DEBUG] plugin: terraform: Transfer-Encoding: chunked
2016/06/17 11:47:39 [DEBUG] plugin: terraform: Content-Type: text/xml;charset=UTF-8
2016/06/17 11:47:39 [DEBUG] plugin: terraform: Date: Fri, 17 Jun 2016 15:47:38 GMT
2016/06/17 11:47:39 [DEBUG] plugin: terraform: Server: AmazonEC2
2016/06/17 11:47:39 [DEBUG] plugin: terraform: Vary: Accept-Encoding
2016/06/17 11:47:39 [DEBUG] plugin: terraform:
2016/06/17 11:47:39 [DEBUG] plugin: terraform: dc
2016/06/17 11:47:39 [DEBUG] plugin: terraform: <?xml version="1.0" encoding="UTF-8"?>
2016/06/17 11:47:39 [DEBUG] plugin: terraform: <CreateTagsResponse xmlns="http://ec2.amazonaws.com/doc/2015-10-01/">
2016/06/17 11:47:39 [DEBUG] plugin: terraform: <requestId>510851ac-77f3-449c-9265-63ed449a5640</requestId>
2016/06/17 11:47:39 [DEBUG] plugin: terraform: <return>true</return>
2016/06/17 11:47:39 [DEBUG] plugin: terraform: </CreateTagsResponse>
2016/06/17 11:47:39 [DEBUG] plugin: terraform: 0
2016/06/17 11:47:39 [DEBUG] plugin: terraform:
2016/06/17 11:47:39 [DEBUG] plugin: terraform:
2016/06/17 11:47:39 [DEBUG] plugin: terraform: -----------------------------------------------------
2016/06/17 11:47:39 [DEBUG] plugin: terraform: aws-provider (internal) 2016/06/17 11:47:39 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeVpcs Details:
2016/06/17 11:47:39 [DEBUG] plugin: terraform: ---[ REQUEST POST-SIGN ]-----------------------------
2016/06/17 11:47:39 [DEBUG] plugin: terraform: POST / HTTP/1.1
2016/06/17 11:47:39 [DEBUG] plugin: terraform: Host: ec2.us-west-2.amazonaws.com
2016/06/17 11:47:39 [DEBUG] plugin: terraform: User-Agent: terraform/0.7.0 (rc2) aws-sdk-go/1.1.23 (go1.6.2; darwin; amd64)
2016/06/17 11:47:39 [DEBUG] plugin: terraform: Content-Length: 59
2016/06/17 11:47:39 [DEBUG] plugin: terraform: Authorization: AWS4-HMAC-SHA256 Credential=blahhhhhhh/20160617/us-west-2/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=baa5cf963a6f9aa9ec378578f779eb23035c6c4c4b37677061ed210ad54a161c
2016/06/17 11:47:39 [DEBUG] plugin: terraform: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2016/06/17 11:47:39 [DEBUG] plugin: terraform: X-Amz-Content-Sha256: 9e4b5e02bd793e155e68959cd5a6d60cd05d2dcedc821024b8aafc829aa97c2b
2016/06/17 11:47:39 [DEBUG] plugin: terraform: X-Amz-Date: 20160617T154739Z
2016/06/17 11:47:39 [DEBUG] plugin: terraform: Accept-Encoding: gzip
2016/06/17 11:47:39 [DEBUG] plugin: terraform:
2016/06/17 11:47:39 [DEBUG] plugin: terraform: Action=DescribeVpcs&Version=2015-10-01&VpcId.1=vpc-28f7934c
2016/06/17 11:47:39 [DEBUG] plugin: terraform: -----------------------------------------------------
2016/06/17 11:47:41 [DEBUG] vertex null_resource.test, waiting for: aws_vpc.vpc
2016/06/17 11:47:41 [DEBUG] vertex provider.null (close), waiting for: null_resource.test
2016/06/17 11:47:41 [DEBUG] vertex root, waiting for: provisioner.local-exec (close)
2016/06/17 11:47:41 [DEBUG] vertex provisioner.local-exec (close), waiting for: null_resource.test
2016/06/17 11:47:42 [DEBUG] vertex provider.aws (close), waiting for: aws_vpc.vpc
aws_vpc.vpc: Still creating... (30s elapsed)
2016/06/17 11:47:45 [DEBUG] plugin: terraform: aws-provider (internal) 2016/06/17 11:47:45 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeVpcs Details:
2016/06/17 11:47:45 [DEBUG] plugin: terraform: ---[ RESPONSE ]--------------------------------------
2016/06/17 11:47:45 [DEBUG] plugin: terraform: HTTP/1.1 200 OK
2016/06/17 11:47:45 [DEBUG] plugin: terraform: Connection: close
2016/06/17 11:47:45 [DEBUG] plugin: terraform: Transfer-Encoding: chunked
2016/06/17 11:47:45 [DEBUG] plugin: terraform: Content-Type: text/xml;charset=UTF-8
2016/06/17 11:47:45 [DEBUG] plugin: terraform: Date: Fri, 17 Jun 2016 15:47:45 GMT
2016/06/17 11:47:45 [DEBUG] plugin: terraform: Server: AmazonEC2
2016/06/17 11:47:45 [DEBUG] plugin: terraform: Vary: Accept-Encoding
2016/06/17 11:47:45 [DEBUG] plugin: terraform:
2016/06/17 11:47:45 [DEBUG] plugin: terraform: 2c1
2016/06/17 11:47:45 [DEBUG] plugin: terraform: <?xml version="1.0" encoding="UTF-8"?>
2016/06/17 11:47:45 [DEBUG] plugin: terraform: <DescribeVpcsResponse xmlns="http://ec2.amazonaws.com/doc/2015-10-01/">
2016/06/17 11:47:45 [DEBUG] plugin: terraform: <requestId>0b0eb748-baa5-4b8d-8c86-62434af3779b</requestId>
2016/06/17 11:47:45 [DEBUG] plugin: terraform: <vpcSet>
2016/06/17 11:47:45 [DEBUG] plugin: terraform: <item>
2016/06/17 11:47:45 [DEBUG] plugin: terraform: <vpcId>vpc-28f7934c</vpcId>
2016/06/17 11:47:45 [DEBUG] plugin: terraform: <state>available</state>
2016/06/17 11:47:45 [DEBUG] plugin: terraform: <cidrBlock>10.130.0.0/16</cidrBlock>
2016/06/17 11:47:45 [DEBUG] plugin: terraform: <dhcpOptionsId>dopt-5c31cc39</dhcpOptionsId>
2016/06/17 11:47:45 [DEBUG] plugin: terraform: <tagSet>
2016/06/17 11:47:45 [DEBUG] plugin: terraform: <item>
2016/06/17 11:47:45 [DEBUG] plugin: terraform: <key>Name</key>
2016/06/17 11:47:45 [DEBUG] plugin: terraform: <value>nulltest</value>
2016/06/17 11:47:45 [DEBUG] plugin: terraform: </item>
2016/06/17 11:47:45 [DEBUG] plugin: terraform: </tagSet>
2016/06/17 11:47:45 [DEBUG] plugin: terraform: <instanceTenancy>default</instanceTenancy>
2016/06/17 11:47:45 [DEBUG] plugin: terraform: <isDefault>false</isDefault>
2016/06/17 11:47:45 [DEBUG] plugin: terraform: </item>
2016/06/17 11:47:45 [DEBUG] plugin: terraform: </vpcSet>
2016/06/17 11:47:45 [DEBUG] plugin: terraform: </DescribeVpcsResponse>
2016/06/17 11:47:45 [DEBUG] plugin: terraform: 0
2016/06/17 11:47:45 [DEBUG] plugin: terraform:
2016/06/17 11:47:45 [DEBUG] plugin: terraform:
2016/06/17 11:47:45 [DEBUG] plugin: terraform: -----------------------------------------------------
2016/06/17 11:47:45 [DEBUG] plugin: terraform: aws-provider (internal) 2016/06/17 11:47:45 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeVpcAttribute Details:
2016/06/17 11:47:45 [DEBUG] plugin: terraform: ---[ REQUEST POST-SIGN ]-----------------------------
2016/06/17 11:47:45 [DEBUG] plugin: terraform: POST / HTTP/1.1
2016/06/17 11:47:45 [DEBUG] plugin: terraform: Host: ec2.us-west-2.amazonaws.com
2016/06/17 11:47:45 [DEBUG] plugin: terraform: User-Agent: terraform/0.7.0 (rc2) aws-sdk-go/1.1.23 (go1.6.2; darwin; amd64)
2016/06/17 11:47:45 [DEBUG] plugin: terraform: Content-Length: 92
2016/06/17 11:47:45 [DEBUG] plugin: terraform: Authorization: AWS4-HMAC-SHA256 Credential=blahhhhhhh/20160617/us-west-2/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=01c7a12750ed7223e5dab18212cb988c7c74cd22ee37c0ced6aeb4a537b23df3
2016/06/17 11:47:45 [DEBUG] plugin: terraform: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2016/06/17 11:47:45 [DEBUG] plugin: terraform: X-Amz-Content-Sha256: 2a8a5e6357090a91ac5708376a5ff579e8d35810b4d578087969fa875c945137
2016/06/17 11:47:45 [DEBUG] plugin: terraform: X-Amz-Date: 20160617T154745Z
2016/06/17 11:47:45 [DEBUG] plugin: terraform: Accept-Encoding: gzip
2016/06/17 11:47:45 [DEBUG] plugin: terraform:
2016/06/17 11:47:45 [DEBUG] plugin: terraform: Action=DescribeVpcAttribute&Attribute=enableDnsSupport&Version=2015-10-01&VpcId=vpc-28f7934c
2016/06/17 11:47:45 [DEBUG] plugin: terraform: -----------------------------------------------------
2016/06/17 11:47:46 [DEBUG] vertex root, waiting for: provisioner.local-exec (close)
2016/06/17 11:47:46 [DEBUG] vertex null_resource.test, waiting for: aws_vpc.vpc
2016/06/17 11:47:46 [DEBUG] vertex provider.null (close), waiting for: null_resource.test
2016/06/17 11:47:46 [DEBUG] vertex provisioner.local-exec (close), waiting for: null_resource.test
2016/06/17 11:47:47 [DEBUG] vertex provider.aws (close), waiting for: aws_vpc.vpc
2016/06/17 11:47:50 [DEBUG] plugin: terraform: aws-provider (internal) 2016/06/17 11:47:50 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeVpcAttribute Details:
2016/06/17 11:47:50 [DEBUG] plugin: terraform: ---[ RESPONSE ]--------------------------------------
2016/06/17 11:47:50 [DEBUG] plugin: terraform: HTTP/1.1 200 OK
2016/06/17 11:47:50 [DEBUG] plugin: terraform: Connection: close
2016/06/17 11:47:50 [DEBUG] plugin: terraform: Transfer-Encoding: chunked
2016/06/17 11:47:50 [DEBUG] plugin: terraform: Content-Type: text/xml;charset=UTF-8
2016/06/17 11:47:50 [DEBUG] plugin: terraform: Date: Fri, 17 Jun 2016 15:47:50 GMT
2016/06/17 11:47:50 [DEBUG] plugin: terraform: Server: AmazonEC2
2016/06/17 11:47:50 [DEBUG] plugin: terraform: Vary: Accept-Encoding
2016/06/17 11:47:50 [DEBUG] plugin: terraform:
2016/06/17 11:47:50 [DEBUG] plugin: terraform: 141
2016/06/17 11:47:50 [DEBUG] plugin: terraform: <?xml version="1.0" encoding="UTF-8"?>
2016/06/17 11:47:50 [DEBUG] plugin: terraform: <DescribeVpcAttributeResponse xmlns="http://ec2.amazonaws.com/doc/2015-10-01/">
2016/06/17 11:47:50 [DEBUG] plugin: terraform: <requestId>27011a29-3c53-47a7-a05a-39334028f372</requestId>
2016/06/17 11:47:50 [DEBUG] plugin: terraform: <vpcId>vpc-28f7934c</vpcId>
2016/06/17 11:47:50 [DEBUG] plugin: terraform: <enableDnsSupport>
2016/06/17 11:47:50 [DEBUG] plugin: terraform: <value>true</value>
2016/06/17 11:47:50 [DEBUG] plugin: terraform: </enableDnsSupport>
2016/06/17 11:47:50 [DEBUG] plugin: terraform: </DescribeVpcAttributeResponse>
2016/06/17 11:47:50 [DEBUG] plugin: terraform: 0
2016/06/17 11:47:50 [DEBUG] plugin: terraform:
2016/06/17 11:47:50 [DEBUG] plugin: terraform:
2016/06/17 11:47:50 [DEBUG] plugin: terraform: -----------------------------------------------------
2016/06/17 11:47:50 [DEBUG] plugin: terraform: aws-provider (internal) 2016/06/17 11:47:50 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeVpcAttribute Details:
2016/06/17 11:47:50 [DEBUG] plugin: terraform: ---[ REQUEST POST-SIGN ]-----------------------------
2016/06/17 11:47:50 [DEBUG] plugin: terraform: POST / HTTP/1.1
2016/06/17 11:47:50 [DEBUG] plugin: terraform: Host: ec2.us-west-2.amazonaws.com
2016/06/17 11:47:50 [DEBUG] plugin: terraform: User-Agent: terraform/0.7.0 (rc2) aws-sdk-go/1.1.23 (go1.6.2; darwin; amd64)
2016/06/17 11:47:50 [DEBUG] plugin: terraform: Content-Length: 94
2016/06/17 11:47:50 [DEBUG] plugin: terraform: Authorization: AWS4-HMAC-SHA256 Credential=blahhhhhhh/20160617/us-west-2/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=331ef2bedec63dc139a3280e25eb502745e038b0e4ba41f1f90d2f86d49aa174
2016/06/17 11:47:50 [DEBUG] plugin: terraform: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2016/06/17 11:47:50 [DEBUG] plugin: terraform: X-Amz-Content-Sha256: e8bc6540d8878c8881501f1a5e40847dfd1297bf0f4c29f114e2576e080a2e8e
2016/06/17 11:47:50 [DEBUG] plugin: terraform: X-Amz-Date: 20160617T154750Z
2016/06/17 11:47:50 [DEBUG] plugin: terraform: Accept-Encoding: gzip
2016/06/17 11:47:50 [DEBUG] plugin: terraform:
2016/06/17 11:47:50 [DEBUG] plugin: terraform: Action=DescribeVpcAttribute&Attribute=enableDnsHostnames&Version=2015-10-01&VpcId=vpc-28f7934c
2016/06/17 11:47:50 [DEBUG] plugin: terraform: -----------------------------------------------------
2016/06/17 11:47:51 [DEBUG] vertex null_resource.test, waiting for: aws_vpc.vpc
2016/06/17 11:47:51 [DEBUG] vertex provisioner.local-exec (close), waiting for: null_resource.test
2016/06/17 11:47:51 [DEBUG] vertex provider.null (close), waiting for: null_resource.test
2016/06/17 11:47:51 [DEBUG] vertex root, waiting for: provisioner.local-exec (close)
2016/06/17 11:47:52 [DEBUG] vertex provider.aws (close), waiting for: aws_vpc.vpc
aws_vpc.vpc: Still creating... (40s elapsed)
2016/06/17 11:47:56 [DEBUG] plugin: terraform: aws-provider (internal) 2016/06/17 11:47:56 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeVpcAttribute Details:
2016/06/17 11:47:56 [DEBUG] plugin: terraform: ---[ RESPONSE ]--------------------------------------
2016/06/17 11:47:56 [DEBUG] plugin: terraform: HTTP/1.1 200 OK
2016/06/17 11:47:56 [DEBUG] plugin: terraform: Connection: close
2016/06/17 11:47:56 [DEBUG] plugin: terraform: Transfer-Encoding: chunked
2016/06/17 11:47:56 [DEBUG] plugin: terraform: Content-Type: text/xml;charset=UTF-8
2016/06/17 11:47:56 [DEBUG] plugin: terraform: Date: Fri, 17 Jun 2016 15:47:55 GMT
2016/06/17 11:47:56 [DEBUG] plugin: terraform: Server: AmazonEC2
2016/06/17 11:47:56 [DEBUG] plugin: terraform: Vary: Accept-Encoding
2016/06/17 11:47:56 [DEBUG] plugin: terraform:
2016/06/17 11:47:56 [DEBUG] plugin: terraform: 145
2016/06/17 11:47:56 [DEBUG] plugin: terraform: <?xml version="1.0" encoding="UTF-8"?>
2016/06/17 11:47:56 [DEBUG] plugin: terraform: <DescribeVpcAttributeResponse xmlns="http://ec2.amazonaws.com/doc/2015-10-01/">
2016/06/17 11:47:56 [DEBUG] plugin: terraform: <requestId>faac83cd-186a-4b8f-9d3e-ec94e5e31f88</requestId>
2016/06/17 11:47:56 [DEBUG] plugin: terraform: <vpcId>vpc-28f7934c</vpcId>
2016/06/17 11:47:56 [DEBUG] plugin: terraform: <enableDnsHostnames>
2016/06/17 11:47:56 [DEBUG] plugin: terraform: <value>true</value>
2016/06/17 11:47:56 [DEBUG] plugin: terraform: </enableDnsHostnames>
2016/06/17 11:47:56 [DEBUG] plugin: terraform: </DescribeVpcAttributeResponse>
2016/06/17 11:47:56 [DEBUG] plugin: terraform: 0
2016/06/17 11:47:56 [DEBUG] plugin: terraform:
2016/06/17 11:47:56 [DEBUG] plugin: terraform:
2016/06/17 11:47:56 [DEBUG] plugin: terraform: -----------------------------------------------------
2016/06/17 11:47:56 [DEBUG] plugin: terraform: aws-provider (internal) 2016/06/17 11:47:56 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeVpcClassicLink Details:
2016/06/17 11:47:56 [DEBUG] plugin: terraform: ---[ REQUEST POST-SIGN ]-----------------------------
2016/06/17 11:47:56 [DEBUG] plugin: terraform: POST / HTTP/1.1
2016/06/17 11:47:56 [DEBUG] plugin: terraform: Host: ec2.us-west-2.amazonaws.com
2016/06/17 11:47:56 [DEBUG] plugin: terraform: User-Agent: terraform/0.7.0 (rc2) aws-sdk-go/1.1.23 (go1.6.2; darwin; amd64)
2016/06/17 11:47:56 [DEBUG] plugin: terraform: Content-Length: 69
2016/06/17 11:47:56 [DEBUG] plugin: terraform: Authorization: AWS4-HMAC-SHA256 Credential=blahhhhhhh/20160617/us-west-2/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=317b99bc3ef11ca00464a2e0d692de1ce648ffad77cb6d49207331c75802a435
2016/06/17 11:47:56 [DEBUG] plugin: terraform: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2016/06/17 11:47:56 [DEBUG] plugin: terraform: X-Amz-Content-Sha256: 463f812a0874cdfd1973d9df6e892f2c46074bda36a3b1f52e0d8b9a54eed9c8
2016/06/17 11:47:56 [DEBUG] plugin: terraform: X-Amz-Date: 20160617T154756Z
2016/06/17 11:47:56 [DEBUG] plugin: terraform: Accept-Encoding: gzip
2016/06/17 11:47:56 [DEBUG] plugin: terraform:
2016/06/17 11:47:56 [DEBUG] plugin: terraform: Action=DescribeVpcClassicLink&Version=2015-10-01&VpcId.1=vpc-28f7934c
2016/06/17 11:47:56 [DEBUG] plugin: terraform: -----------------------------------------------------
2016/06/17 11:47:56 [DEBUG] vertex root, waiting for: provisioner.local-exec (close)
2016/06/17 11:47:56 [DEBUG] vertex provider.null (close), waiting for: null_resource.test
2016/06/17 11:47:56 [DEBUG] vertex provisioner.local-exec (close), waiting for: null_resource.test
2016/06/17 11:47:56 [DEBUG] vertex null_resource.test, waiting for: aws_vpc.vpc
2016/06/17 11:47:57 [DEBUG] vertex provider.aws (close), waiting for: aws_vpc.vpc
2016/06/17 11:48:01 [DEBUG] plugin: terraform: aws-provider (internal) 2016/06/17 11:48:01 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeVpcClassicLink Details:
2016/06/17 11:48:01 [DEBUG] plugin: terraform: ---[ RESPONSE ]--------------------------------------
2016/06/17 11:48:01 [DEBUG] plugin: terraform: HTTP/1.1 200 OK
2016/06/17 11:48:01 [DEBUG] plugin: terraform: Connection: close
2016/06/17 11:48:01 [DEBUG] plugin: terraform: Transfer-Encoding: chunked
2016/06/17 11:48:01 [DEBUG] plugin: terraform: Content-Type: text/xml;charset=UTF-8
2016/06/17 11:48:01 [DEBUG] plugin: terraform: Date: Fri, 17 Jun 2016 15:48:00 GMT
2016/06/17 11:48:01 [DEBUG] plugin: terraform: Server: AmazonEC2
2016/06/17 11:48:01 [DEBUG] plugin: terraform: Vary: Accept-Encoding
2016/06/17 11:48:01 [DEBUG] plugin: terraform:
2016/06/17 11:48:01 [DEBUG] plugin: terraform: 221
2016/06/17 11:48:01 [DEBUG] plugin: terraform: <?xml version="1.0" encoding="UTF-8"?>
2016/06/17 11:48:01 [DEBUG] plugin: terraform: <DescribeVpcClassicLinkResponse xmlns="http://ec2.amazonaws.com/doc/2015-10-01/">
2016/06/17 11:48:01 [DEBUG] plugin: terraform: <requestId>674660d3-81e7-4d11-9aa2-554e12fc4c95</requestId>
2016/06/17 11:48:01 [DEBUG] plugin: terraform: <vpcSet>
2016/06/17 11:48:01 [DEBUG] plugin: terraform: <item>
2016/06/17 11:48:01 [DEBUG] plugin: terraform: <vpcId>vpc-28f7934c</vpcId>
2016/06/17 11:48:01 [DEBUG] plugin: terraform: <classicLinkEnabled>false</classicLinkEnabled>
2016/06/17 11:48:01 [DEBUG] plugin: terraform: <tagSet>
2016/06/17 11:48:01 [DEBUG] plugin: terraform: <item>
2016/06/17 11:48:01 [DEBUG] plugin: terraform: <key>Name</key>
2016/06/17 11:48:01 [DEBUG] plugin: terraform: <value>nulltest</value>
2016/06/17 11:48:01 [DEBUG] plugin: terraform: </item>
2016/06/17 11:48:01 [DEBUG] plugin: terraform: </tagSet>
2016/06/17 11:48:01 [DEBUG] plugin: terraform: </item>
2016/06/17 11:48:01 [DEBUG] plugin: terraform: </vpcSet>
2016/06/17 11:48:01 [DEBUG] plugin: terraform: </DescribeVpcClassicLinkResponse>
2016/06/17 11:48:01 [DEBUG] plugin: terraform: 0
2016/06/17 11:48:01 [DEBUG] plugin: terraform:
2016/06/17 11:48:01 [DEBUG] plugin: terraform:
2016/06/17 11:48:01 [DEBUG] plugin: terraform: -----------------------------------------------------
2016/06/17 11:48:01 [DEBUG] plugin: terraform: aws-provider (internal) 2016/06/17 11:48:01 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeRouteTables Details:
2016/06/17 11:48:01 [DEBUG] plugin: terraform: ---[ REQUEST POST-SIGN ]-----------------------------
2016/06/17 11:48:01 [DEBUG] plugin: terraform: POST / HTTP/1.1
2016/06/17 11:48:01 [DEBUG] plugin: terraform: Host: ec2.us-west-2.amazonaws.com
2016/06/17 11:48:01 [DEBUG] plugin: terraform: User-Agent: terraform/0.7.0 (rc2) aws-sdk-go/1.1.23 (go1.6.2; darwin; amd64)
2016/06/17 11:48:01 [DEBUG] plugin: terraform: Content-Length: 149
2016/06/17 11:48:01 [DEBUG] plugin: terraform: Authorization: AWS4-HMAC-SHA256 Credential=blahhhhhhh/20160617/us-west-2/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=df9aa00da35e8490db25ebc6a9ee3c67374890113fe6ae52b3fa9d253394b6cc
2016/06/17 11:48:01 [DEBUG] plugin: terraform: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2016/06/17 11:48:01 [DEBUG] plugin: terraform: X-Amz-Content-Sha256: 6ae56c073d50c9a3b7b859d00938a03ce0636b7ca20be5320f35573ddeb128da
2016/06/17 11:48:01 [DEBUG] plugin: terraform: X-Amz-Date: 20160617T154801Z
2016/06/17 11:48:01 [DEBUG] plugin: terraform: Accept-Encoding: gzip
2016/06/17 11:48:01 [DEBUG] plugin: terraform:
2016/06/17 11:48:01 [DEBUG] plugin: terraform: Action=DescribeRouteTables&Filter.1.Name=association.main&Filter.1.Value.1=true&Filter.2.Name=vpc-id&Filter.2.Value.1=vpc-28f7934c&Version=2015-10-01
2016/06/17 11:48:01 [DEBUG] plugin: terraform: -----------------------------------------------------
2016/06/17 11:48:01 [DEBUG] vertex provider.null (close), waiting for: null_resource.test
2016/06/17 11:48:01 [DEBUG] vertex provisioner.local-exec (close), waiting for: null_resource.test
2016/06/17 11:48:01 [DEBUG] vertex null_resource.test, waiting for: aws_vpc.vpc
2016/06/17 11:48:01 [DEBUG] vertex root, waiting for: provisioner.local-exec (close)
2016/06/17 11:48:02 [DEBUG] vertex provider.aws (close), waiting for: aws_vpc.vpc
aws_vpc.vpc: Still creating... (50s elapsed)
2016/06/17 11:48:06 [DEBUG] vertex provider.null (close), waiting for: null_resource.test
2016/06/17 11:48:06 [DEBUG] vertex provisioner.local-exec (close), waiting for: null_resource.test
2016/06/17 11:48:06 [DEBUG] vertex root, waiting for: provisioner.local-exec (close)
2016/06/17 11:48:06 [DEBUG] vertex null_resource.test, waiting for: aws_vpc.vpc
2016/06/17 11:48:06 [DEBUG] plugin: terraform: aws-provider (internal) 2016/06/17 11:48:06 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeRouteTables Details:
2016/06/17 11:48:06 [DEBUG] plugin: terraform: ---[ RESPONSE ]--------------------------------------
2016/06/17 11:48:06 [DEBUG] plugin: terraform: HTTP/1.1 200 OK
2016/06/17 11:48:06 [DEBUG] plugin: terraform: Connection: close
2016/06/17 11:48:06 [DEBUG] plugin: terraform: Transfer-Encoding: chunked
2016/06/17 11:48:06 [DEBUG] plugin: terraform: Content-Type: text/xml;charset=UTF-8
2016/06/17 11:48:06 [DEBUG] plugin: terraform: Date: Fri, 17 Jun 2016 15:48:06 GMT
2016/06/17 11:48:06 [DEBUG] plugin: terraform: Server: AmazonEC2
2016/06/17 11:48:06 [DEBUG] plugin: terraform: Vary: Accept-Encoding
2016/06/17 11:48:06 [DEBUG] plugin: terraform:
2016/06/17 11:48:06 [DEBUG] plugin: terraform: 416
2016/06/17 11:48:06 [DEBUG] plugin: terraform: <?xml version="1.0" encoding="UTF-8"?>
2016/06/17 11:48:06 [DEBUG] plugin: terraform: <DescribeRouteTablesResponse xmlns="http://ec2.amazonaws.com/doc/2015-10-01/">
2016/06/17 11:48:06 [DEBUG] plugin: terraform: <requestId>a262072d-7ae3-40a8-8865-bc88d29a98f0</requestId>
2016/06/17 11:48:06 [DEBUG] plugin: terraform: <routeTableSet>
2016/06/17 11:48:06 [DEBUG] plugin: terraform: <item>
2016/06/17 11:48:06 [DEBUG] plugin: terraform: <routeTableId>rtb-6b04510f</routeTableId>
2016/06/17 11:48:06 [DEBUG] plugin: terraform: <vpcId>vpc-28f7934c</vpcId>
2016/06/17 11:48:06 [DEBUG] plugin: terraform: <routeSet>
2016/06/17 11:48:06 [DEBUG] plugin: terraform: <item>
2016/06/17 11:48:06 [DEBUG] plugin: terraform: <destinationCidrBlock>10.130.0.0/16</destinationCidrBlock>
2016/06/17 11:48:06 [DEBUG] plugin: terraform: <gatewayId>local</gatewayId>
2016/06/17 11:48:06 [DEBUG] plugin: terraform: <state>active</state>
2016/06/17 11:48:06 [DEBUG] plugin: terraform: <origin>CreateRouteTable</origin>
2016/06/17 11:48:06 [DEBUG] plugin: terraform: </item>
2016/06/17 11:48:06 [DEBUG] plugin: terraform: </routeSet>
2016/06/17 11:48:06 [DEBUG] plugin: terraform: <associationSet>
2016/06/17 11:48:06 [DEBUG] plugin: terraform: <item>
2016/06/17 11:48:06 [DEBUG] plugin: terraform: <routeTableAssociationId>rtbassoc-5ac40a3d</routeTableAssociationId>
2016/06/17 11:48:06 [DEBUG] plugin: terraform: <routeTableId>rtb-6b04510f</routeTableId>
2016/06/17 11:48:06 [DEBUG] plugin: terraform: <main>true</main>
2016/06/17 11:48:06 [DEBUG] plugin: terraform: </item>
2016/06/17 11:48:06 [DEBUG] plugin: terraform: </associationSet>
2016/06/17 11:48:06 [DEBUG] plugin: terraform: <propagatingVgwSet/>
2016/06/17 11:48:06 [DEBUG] plugin: terraform: <tagSet/>
2016/06/17 11:48:06 [DEBUG] plugin: terraform: </item>
2016/06/17 11:48:06 [DEBUG] plugin: terraform: </routeTableSet>
2016/06/17 11:48:06 [DEBUG] plugin: terraform: </DescribeRouteTablesResponse>
2016/06/17 11:48:06 [DEBUG] plugin: terraform: 0
2016/06/17 11:48:06 [DEBUG] plugin: terraform:
2016/06/17 11:48:06 [DEBUG] plugin: terraform:
2016/06/17 11:48:06 [DEBUG] plugin: terraform: -----------------------------------------------------
2016/06/17 11:48:06 [DEBUG] plugin: terraform: aws-provider (internal) 2016/06/17 11:48:06 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeNetworkAcls Details:
2016/06/17 11:48:06 [DEBUG] plugin: terraform: ---[ REQUEST POST-SIGN ]-----------------------------
2016/06/17 11:48:06 [DEBUG] plugin: terraform: POST / HTTP/1.1
2016/06/17 11:48:06 [DEBUG] plugin: terraform: Host: ec2.us-west-2.amazonaws.com
2016/06/17 11:48:06 [DEBUG] plugin: terraform: User-Agent: terraform/0.7.0 (rc2) aws-sdk-go/1.1.23 (go1.6.2; darwin; amd64)
2016/06/17 11:48:06 [DEBUG] plugin: terraform: Content-Length: 140
2016/06/17 11:48:06 [DEBUG] plugin: terraform: Authorization: AWS4-HMAC-SHA256 Credential=blahhhhhhh/20160617/us-west-2/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=c4ae9d93a2cb8012a2e1908d3d1bbdd081314b0fc78a7c417bc9c1571fd04453
2016/06/17 11:48:06 [DEBUG] plugin: terraform: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2016/06/17 11:48:06 [DEBUG] plugin: terraform: X-Amz-Content-Sha256: eff596e688246e53a7f9b10b9a5d83be697e6afe16f4a42bbb1ea4cbff744d46
2016/06/17 11:48:06 [DEBUG] plugin: terraform: X-Amz-Date: 20160617T154806Z
2016/06/17 11:48:06 [DEBUG] plugin: terraform: Accept-Encoding: gzip
2016/06/17 11:48:06 [DEBUG] plugin: terraform:
2016/06/17 11:48:06 [DEBUG] plugin: terraform: Action=DescribeNetworkAcls&Filter.1.Name=default&Filter.1.Value.1=true&Filter.2.Name=vpc-id&Filter.2.Value.1=vpc-28f7934c&Version=2015-10-01
2016/06/17 11:48:06 [DEBUG] plugin: terraform: -----------------------------------------------------
2016/06/17 11:48:07 [DEBUG] vertex provider.aws (close), waiting for: aws_vpc.vpc
2016/06/17 11:48:11 [DEBUG] vertex provisioner.local-exec (close), waiting for: null_resource.test
2016/06/17 11:48:11 [DEBUG] vertex root, waiting for: provisioner.local-exec (close)
2016/06/17 11:48:11 [DEBUG] vertex provider.null (close), waiting for: null_resource.test
2016/06/17 11:48:11 [DEBUG] vertex null_resource.test, waiting for: aws_vpc.vpc
2016/06/17 11:48:12 [DEBUG] vertex provider.aws (close), waiting for: aws_vpc.vpc
aws_vpc.vpc: Still creating... (1m0s elapsed)
2016/06/17 11:48:12 [DEBUG] plugin: terraform: aws-provider (internal) 2016/06/17 11:48:12 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeNetworkAcls Details:
2016/06/17 11:48:12 [DEBUG] plugin: terraform: ---[ RESPONSE ]--------------------------------------
2016/06/17 11:48:12 [DEBUG] plugin: terraform: HTTP/1.1 200 OK
2016/06/17 11:48:12 [DEBUG] plugin: terraform: Connection: close
2016/06/17 11:48:12 [DEBUG] plugin: terraform: Transfer-Encoding: chunked
2016/06/17 11:48:12 [DEBUG] plugin: terraform: Content-Type: text/xml;charset=UTF-8
2016/06/17 11:48:12 [DEBUG] plugin: terraform: Date: Fri, 17 Jun 2016 15:48:11 GMT
2016/06/17 11:48:12 [DEBUG] plugin: terraform: Server: AmazonEC2
2016/06/17 11:48:12 [DEBUG] plugin: terraform: Vary: Accept-Encoding
2016/06/17 11:48:12 [DEBUG] plugin: terraform:
2016/06/17 11:48:12 [DEBUG] plugin: terraform: 67d
2016/06/17 11:48:12 [DEBUG] plugin: terraform: <?xml version="1.0" encoding="UTF-8"?>
2016/06/17 11:48:12 [DEBUG] plugin: terraform: <DescribeNetworkAclsResponse xmlns="http://ec2.amazonaws.com/doc/2015-10-01/">
2016/06/17 11:48:12 [DEBUG] plugin: terraform: <requestId>9fe75d25-531a-4d36-bb76-ec1bb1e6b77d</requestId>
2016/06/17 11:48:12 [DEBUG] plugin: terraform: <networkAclSet>
2016/06/17 11:48:12 [DEBUG] plugin: terraform: <item>
2016/06/17 11:48:12 [DEBUG] plugin: terraform: <networkAclId>acl-199be97d</networkAclId>
2016/06/17 11:48:12 [DEBUG] plugin: terraform: <vpcId>vpc-28f7934c</vpcId>
2016/06/17 11:48:12 [DEBUG] plugin: terraform: <default>true</default>
2016/06/17 11:48:12 [DEBUG] plugin: terraform: <entrySet>
2016/06/17 11:48:12 [DEBUG] plugin: terraform: <item>
2016/06/17 11:48:12 [DEBUG] plugin: terraform: <ruleNumber>100</ruleNumber>
2016/06/17 11:48:12 [DEBUG] plugin: terraform: <protocol>-1</protocol>
2016/06/17 11:48:12 [DEBUG] plugin: terraform: <ruleAction>allow</ruleAction>
2016/06/17 11:48:12 [DEBUG] plugin: terraform: <egress>true</egress>
2016/06/17 11:48:12 [DEBUG] plugin: terraform: <cidrBlock>0.0.0.0/0</cidrBlock>
2016/06/17 11:48:12 [DEBUG] plugin: terraform: </item>
2016/06/17 11:48:12 [DEBUG] plugin: terraform: <item>
2016/06/17 11:48:12 [DEBUG] plugin: terraform: <ruleNumber>32767</ruleNumber>
2016/06/17 11:48:12 [DEBUG] plugin: terraform: <protocol>-1</protocol>
2016/06/17 11:48:12 [DEBUG] plugin: terraform: <ruleAction>deny</ruleAction>
2016/06/17 11:48:12 [DEBUG] plugin: terraform: <egress>true</egress>
2016/06/17 11:48:12 [DEBUG] plugin: terraform: <cidrBlock>0.0.0.0/0</cidrBlock>
2016/06/17 11:48:12 [DEBUG] plugin: terraform: </item>
2016/06/17 11:48:12 [DEBUG] plugin: terraform: <item>
2016/06/17 11:48:12 [DEBUG] plugin: terraform: <ruleNumber>100</ruleNumber>
2016/06/17 11:48:12 [DEBUG] plugin: terraform: <protocol>-1</protocol>
2016/06/17 11:48:12 [DEBUG] plugin: terraform: <ruleAction>allow</ruleAction>
2016/06/17 11:48:12 [DEBUG] plugin: terraform: <egress>false</egress>
2016/06/17 11:48:12 [DEBUG] plugin: terraform: <cidrBlock>0.0.0.0/0</cidrBlock>
2016/06/17 11:48:12 [DEBUG] plugin: terraform: </item>
2016/06/17 11:48:12 [DEBUG] plugin: terraform: <item>
2016/06/17 11:48:12 [DEBUG] plugin: terraform: <ruleNumber>32767</ruleNumber>
2016/06/17 11:48:12 [DEBUG] plugin: terraform: <protocol>-1</protocol>
2016/06/17 11:48:12 [DEBUG] plugin: terraform: <ruleAction>deny</ruleAction>
2016/06/17 11:48:12 [DEBUG] plugin: terraform: <egress>false</egress>
2016/06/17 11:48:12 [DEBUG] plugin: terraform: <cidrBlock>0.0.0.0/0</cidrBlock>
2016/06/17 11:48:12 [DEBUG] plugin: terraform: </item>
2016/06/17 11:48:12 [DEBUG] plugin: terraform: </entrySet>
2016/06/17 11:48:12 [DEBUG] plugin: terraform: <associationSet/>
2016/06/17 11:48:12 [DEBUG] plugin: terraform: <tagSet/>
2016/06/17 11:48:12 [DEBUG] plugin: terraform: </item>
2016/06/17 11:48:12 [DEBUG] plugin: terraform: </networkAclSet>
2016/06/17 11:48:12 [DEBUG] plugin: terraform: </DescribeNetworkAclsResponse>
2016/06/17 11:48:12 [DEBUG] plugin: terraform: 0
2016/06/17 11:48:12 [DEBUG] plugin: terraform:
2016/06/17 11:48:12 [DEBUG] plugin: terraform:
2016/06/17 11:48:12 [DEBUG] plugin: terraform: -----------------------------------------------------
2016/06/17 11:48:12 [DEBUG] plugin: terraform: aws-provider (internal) 2016/06/17 11:48:12 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeSecurityGroups Details:
2016/06/17 11:48:12 [DEBUG] plugin: terraform: ---[ REQUEST POST-SIGN ]-----------------------------
2016/06/17 11:48:12 [DEBUG] plugin: terraform: POST / HTTP/1.1
2016/06/17 11:48:12 [DEBUG] plugin: terraform: Host: ec2.us-west-2.amazonaws.com
2016/06/17 11:48:12 [DEBUG] plugin: terraform: User-Agent: terraform/0.7.0 (rc2) aws-sdk-go/1.1.23 (go1.6.2; darwin; amd64)
2016/06/17 11:48:12 [DEBUG] plugin: terraform: Content-Length: 149
2016/06/17 11:48:12 [DEBUG] plugin: terraform: Authorization: AWS4-HMAC-SHA256 Credential=blahhhhhhh/20160617/us-west-2/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=44fe0ce15e4d3ab222c979c80bc16350fd8dfe01107218e4ec31a1b0272bdab2
2016/06/17 11:48:12 [DEBUG] plugin: terraform: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2016/06/17 11:48:12 [DEBUG] plugin: terraform: X-Amz-Content-Sha256: c987eee4448a7ac4318b6e0e2a09056e1dd1a0cfe47c5b79e8a73fcc8a51aa89
2016/06/17 11:48:12 [DEBUG] plugin: terraform: X-Amz-Date: 20160617T154812Z
2016/06/17 11:48:12 [DEBUG] plugin: terraform: Accept-Encoding: gzip
2016/06/17 11:48:12 [DEBUG] plugin: terraform:
2016/06/17 11:48:12 [DEBUG] plugin: terraform: Action=DescribeSecurityGroups&Filter.1.Name=group-name&Filter.1.Value.1=default&Filter.2.Name=vpc-id&Filter.2.Value.1=vpc-28f7934c&Version=2015-10-01
2016/06/17 11:48:12 [DEBUG] plugin: terraform: -----------------------------------------------------
2016/06/17 11:48:16 [DEBUG] vertex root, waiting for: provisioner.local-exec (close)
2016/06/17 11:48:16 [DEBUG] vertex provider.null (close), waiting for: null_resource.test
2016/06/17 11:48:16 [DEBUG] vertex provisioner.local-exec (close), waiting for: null_resource.test
2016/06/17 11:48:16 [DEBUG] vertex null_resource.test, waiting for: aws_vpc.vpc
2016/06/17 11:48:17 [DEBUG] vertex provider.aws (close), waiting for: aws_vpc.vpc
2016/06/17 11:48:17 [DEBUG] plugin: terraform: aws-provider (internal) 2016/06/17 11:48:17 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeSecurityGroups Details:
2016/06/17 11:48:17 [DEBUG] plugin: terraform: ---[ RESPONSE ]--------------------------------------
2016/06/17 11:48:17 [DEBUG] plugin: terraform: HTTP/1.1 200 OK
2016/06/17 11:48:17 [DEBUG] plugin: terraform: Connection: close
2016/06/17 11:48:17 [DEBUG] plugin: terraform: Transfer-Encoding: chunked
2016/06/17 11:48:17 [DEBUG] plugin: terraform: Content-Type: text/xml;charset=UTF-8
2016/06/17 11:48:17 [DEBUG] plugin: terraform: Date: Fri, 17 Jun 2016 15:48:17 GMT
2016/06/17 11:48:17 [DEBUG] plugin: terraform: Server: AmazonEC2
2016/06/17 11:48:17 [DEBUG] plugin: terraform: Vary: Accept-Encoding
2016/06/17 11:48:17 [DEBUG] plugin: terraform:
2016/06/17 11:48:17 [DEBUG] plugin: terraform: 588
2016/06/17 11:48:17 [DEBUG] plugin: terraform: <?xml version="1.0" encoding="UTF-8"?>
2016/06/17 11:48:17 [DEBUG] plugin: terraform: <DescribeSecurityGroupsResponse xmlns="http://ec2.amazonaws.com/doc/2015-10-01/">
2016/06/17 11:48:17 [DEBUG] plugin: terraform: <requestId>ca6be8c6-82b9-487e-b3f5-d9a6b3e23c9e</requestId>
2016/06/17 11:48:17 [DEBUG] plugin: terraform: <securityGroupInfo>
2016/06/17 11:48:17 [DEBUG] plugin: terraform: <item>
2016/06/17 11:48:17 [DEBUG] plugin: terraform: <ownerId>blahhhhhhh</ownerId>
2016/06/17 11:48:17 [DEBUG] plugin: terraform: <groupId>sg-3ea50f58</groupId>
2016/06/17 11:48:17 [DEBUG] plugin: terraform: <groupName>default</groupName>
2016/06/17 11:48:17 [DEBUG] plugin: terraform: <groupDescription>default VPC security group</groupDescription>
2016/06/17 11:48:17 [DEBUG] plugin: terraform: <vpcId>vpc-28f7934c</vpcId>
2016/06/17 11:48:17 [DEBUG] plugin: terraform: <ipPermissions>
2016/06/17 11:48:17 [DEBUG] plugin: terraform: <item>
2016/06/17 11:48:17 [DEBUG] plugin: terraform: <ipProtocol>-1</ipProtocol>
2016/06/17 11:48:17 [DEBUG] plugin: terraform: <groups>
2016/06/17 11:48:17 [DEBUG] plugin: terraform: <item>
2016/06/17 11:48:17 [DEBUG] plugin: terraform: <userId>blahhhhhhh</userId>
2016/06/17 11:48:17 [DEBUG] plugin: terraform: <groupId>sg-3ea50f58</groupId>
2016/06/17 11:48:17 [DEBUG] plugin: terraform: </item>
2016/06/17 11:48:17 [DEBUG] plugin: terraform: </groups>
2016/06/17 11:48:17 [DEBUG] plugin: terraform: <ipRanges/>
2016/06/17 11:48:17 [DEBUG] plugin: terraform: <prefixListIds/>
2016/06/17 11:48:17 [DEBUG] plugin: terraform: </item>
2016/06/17 11:48:17 [DEBUG] plugin: terraform: </ipPermissions>
2016/06/17 11:48:17 [DEBUG] plugin: terraform: <ipPermissionsEgress>
2016/06/17 11:48:17 [DEBUG] plugin: terraform: <item>
2016/06/17 11:48:17 [DEBUG] plugin: terraform: <ipProtocol>-1</ipProtocol>
2016/06/17 11:48:17 [DEBUG] plugin: terraform: <groups/>
2016/06/17 11:48:17 [DEBUG] plugin: terraform: <ipRanges>
2016/06/17 11:48:17 [DEBUG] plugin: terraform: <item>
2016/06/17 11:48:17 [DEBUG] plugin: terraform: <cidrIp>0.0.0.0/0</cidrIp>
2016/06/17 11:48:17 [DEBUG] plugin: terraform: </item>
2016/06/17 11:48:17 [DEBUG] plugin: terraform: </ipRanges>
2016/06/17 11:48:17 [DEBUG] plugin: terraform: <prefixListIds/>
2016/06/17 11:48:17 [DEBUG] plugin: terraform: </item>
2016/06/17 11:48:17 [DEBUG] plugin: terraform: </ipPermissionsEgress>
2016/06/17 11:48:17 [DEBUG] plugin: terraform: </item>
2016/06/17 11:48:17 [DEBUG] plugin: terraform: </securityGroupInfo>
2016/06/17 11:48:17 [DEBUG] plugin: terraform: </DescribeSecurityGroupsResponse>
2016/06/17 11:48:17 [DEBUG] plugin: terraform: 0
2016/06/17 11:48:17 [DEBUG] plugin: terraform:
2016/06/17 11:48:17 [DEBUG] plugin: terraform:
2016/06/17 11:48:17 [DEBUG] plugin: terraform: -----------------------------------------------------
2016/06/17 11:48:17 [DEBUG] root: eval: *terraform.EvalWriteState
2016/06/17 11:48:17 [DEBUG] root: eval: *terraform.EvalApplyProvisioners
2016/06/17 11:48:17 [DEBUG] root: eval: *terraform.EvalIf
2016/06/17 11:48:17 [DEBUG] root: eval: *terraform.EvalWriteState
2016/06/17 11:48:17 [DEBUG] root: eval: *terraform.EvalWriteDiff
2016/06/17 11:48:17 [DEBUG] root: eval: *terraform.EvalApplyPost
2016/06/17 11:48:17 [DEBUG] root: eval: *terraform.EvalUpdateStateHook
aws_vpc.vpc: Creation complete
2016/06/17 11:48:17 [DEBUG] vertex provider.aws (close), got dep: aws_vpc.vpc
2016/06/17 11:48:17 [DEBUG] vertex root.provider.aws (close): walking
2016/06/17 11:48:17 [DEBUG] vertex root.provider.aws (close): evaluating
2016/06/17 11:48:17 [DEBUG] vertex null_resource.test, got dep: aws_vpc.vpc
2016/06/17 11:48:17 [DEBUG] vertex null_resource.test, got dep: provider.null
2016/06/17 11:48:17 [TRACE] [walkApply] Entering eval tree: provider.aws (close)
2016/06/17 11:48:17 [DEBUG] root: eval: *terraform.EvalCloseProvider
2016/06/17 11:48:17 [DEBUG] vertex root.null_resource.test: walking
2016/06/17 11:48:17 [DEBUG] vertex root.null_resource.test: evaluating
2016/06/17 11:48:17 [DEBUG] root: eval: terraform.EvalNoop
2016/06/17 11:48:17 [DEBUG] root: eval: *terraform.EvalCountFixZeroOneBoundary
2016/06/17 11:48:17 [DEBUG] vertex root.null_resource.test: walking
2016/06/17 11:48:17 [DEBUG] vertex root.null_resource.test: evaluating
2016/06/17 11:48:17 [TRACE] [walkApply] Entering eval tree: null_resource.test
2016/06/17 11:48:17 [DEBUG] root: eval: *terraform.EvalSequence
2016/06/17 11:48:17 [DEBUG] root: eval: terraform.EvalNoop
2016/06/17 11:48:17 [DEBUG] root: eval: *terraform.EvalInstanceInfo
2016/06/17 11:48:17 [DEBUG] root: eval: terraform.EvalNoop
2016/06/17 11:48:17 [DEBUG] root: eval: terraform.EvalNoop
2016/06/17 11:48:17 [DEBUG] root: eval: terraform.EvalNoop
2016/06/17 11:48:17 [DEBUG] root: eval: *terraform.EvalOpFilter
2016/06/17 11:48:17 [DEBUG] root: eval: *terraform.EvalSequence
2016/06/17 11:48:17 [DEBUG] root: eval: *terraform.EvalReadDiff
2016/06/17 11:48:17 [DEBUG] root: eval: *terraform.EvalIf
2016/06/17 11:48:17 [DEBUG] root: eval: terraform.EvalNoop
2016/06/17 11:48:17 [DEBUG] root: eval: *terraform.EvalIf
2016/06/17 11:48:17 [DEBUG] root: eval: *terraform.EvalInterpolate
2016/06/17 11:48:17 [DEBUG] root: eval: *terraform.EvalGetProvider
2016/06/17 11:48:17 [DEBUG] root: eval: *terraform.EvalReadState
2016/06/17 11:48:17 [DEBUG] root: eval: *terraform.EvalDiff
2016/06/17 11:48:17 [DEBUG] root: eval: *terraform.EvalIgnoreChanges
2016/06/17 11:48:17 [DEBUG] root: eval: *terraform.EvalReadDiff
2016/06/17 11:48:17 [DEBUG] root: eval: *terraform.EvalCompareDiff
2016/06/17 11:48:17 [ERROR] null_resource.test: diffs didn't match
2016/06/17 11:48:17 [ERROR] null_resource.test: reason: extra attributes: triggers.cluster_instance_ids
2016/06/17 11:48:17 [ERROR] null_resource.test: diff one: *terraform.InstanceDiff{Attributes:map[string]*terraform.ResourceAttrDiff{"triggers.%":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}}, Destroy:false, DestroyTainted:false}
2016/06/17 11:48:17 [ERROR] null_resource.test: diff two: *terraform.InstanceDiff{Attributes:map[string]*terraform.ResourceAttrDiff{"triggers.%":*terraform.ResourceAttrDiff{Old:"", New:"1", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "triggers.cluster_instance_ids":*terraform.ResourceAttrDiff{Old:"", New:"vpc-28f7934c", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}}, Destroy:false, DestroyTainted:false}
2016/06/17 11:48:17 [ERROR] root: eval: *terraform.EvalCompareDiff, err: null_resource.test: diffs didn't match during apply. This is a bug with Terraform and should be reported as a GitHub Issue.
Please include the following information in your report:
Terraform Version: 0.7.0
Resource ID: null_resource.test
Mismatch reason: extra attributes: triggers.cluster_instance_ids
Diff One (usually from plan): *terraform.InstanceDiff{Attributes:map[string]*terraform.ResourceAttrDiff{"triggers.%":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}}, Destroy:false, DestroyTainted:false}
Diff Two (usually from apply): *terraform.InstanceDiff{Attributes:map[string]*terraform.ResourceAttrDiff{"triggers.cluster_instance_ids":*terraform.ResourceAttrDiff{Old:"", New:"vpc-28f7934c", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "triggers.%":*terraform.ResourceAttrDiff{Old:"", New:"1", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}}, Destroy:false, DestroyTainted:false}
Also include as much context as you can about your config, state, and the steps you performed to trigger this error.
2016/06/17 11:48:17 [ERROR] root: eval: *terraform.EvalSequence, err: null_resource.test: diffs didn't match during apply. This is a bug with Terraform and should be reported as a GitHub Issue.
Please include the following information in your report:
Terraform Version: 0.7.0
Resource ID: null_resource.test
Mismatch reason: extra attributes: triggers.cluster_instance_ids
Diff One (usually from plan): *terraform.InstanceDiff{Attributes:map[string]*terraform.ResourceAttrDiff{"triggers.%":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}}, Destroy:false, DestroyTainted:false}
Diff Two (usually from apply): *terraform.InstanceDiff{Attributes:map[string]*terraform.ResourceAttrDiff{"triggers.cluster_instance_ids":*terraform.ResourceAttrDiff{Old:"", New:"vpc-28f7934c", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "triggers.%":*terraform.ResourceAttrDiff{Old:"", New:"1", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}}, Destroy:false, DestroyTainted:false}
Also include as much context as you can about your config, state, and the steps you performed to trigger this error.
2016/06/17 11:48:17 [ERROR] root: eval: *terraform.EvalOpFilter, err: null_resource.test: diffs didn't match during apply. This is a bug with Terraform and should be reported as a GitHub Issue.
Please include the following information in your report:
Terraform Version: 0.7.0
Resource ID: null_resource.test
Mismatch reason: extra attributes: triggers.cluster_instance_ids
Diff One (usually from plan): *terraform.InstanceDiff{Attributes:map[string]*terraform.ResourceAttrDiff{"triggers.%":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}}, Destroy:false, DestroyTainted:false}
Diff Two (usually from apply): *terraform.InstanceDiff{Attributes:map[string]*terraform.ResourceAttrDiff{"triggers.cluster_instance_ids":*terraform.ResourceAttrDiff{Old:"", New:"vpc-28f7934c", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "triggers.%":*terraform.ResourceAttrDiff{Old:"", New:"1", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}}, Destroy:false, DestroyTainted:false}
Also include as much context as you can about your config, state, and the steps you performed to trigger this error.
2016/06/17 11:48:17 [ERROR] root: eval: *terraform.EvalSequence, err: null_resource.test: diffs didn't match during apply. This is a bug with Terraform and should be reported as a GitHub Issue.
Please include the following information in your report:
Terraform Version: 0.7.0
Resource ID: null_resource.test
Mismatch reason: extra attributes: triggers.cluster_instance_ids
Diff One (usually from plan): *terraform.InstanceDiff{Attributes:map[string]*terraform.ResourceAttrDiff{"triggers.%":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}}, Destroy:false, DestroyTainted:false}
Diff Two (usually from apply): *terraform.InstanceDiff{Attributes:map[string]*terraform.ResourceAttrDiff{"triggers.cluster_instance_ids":*terraform.ResourceAttrDiff{Old:"", New:"vpc-28f7934c", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "triggers.%":*terraform.ResourceAttrDiff{Old:"", New:"1", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}}, Destroy:false, DestroyTainted:false}
Also include as much context as you can about your config, state, and the steps you performed to trigger this error.
2016/06/17 11:48:17 [DEBUG] plugin: waiting for all plugin processes to complete...
Error applying plan:
1 error(s) occurred:
* null_resource.test: diffs didn't match during apply. This is a bug with Terraform and should be reported as a GitHub Issue.
Please include the following information in your report:
Terraform Version: 0.7.0
Resource ID: null_resource.test
Mismatch reason: extra attributes: triggers.cluster_instance_ids
Diff One (usually from plan): *terraform.InstanceDiff{Attributes:map[string]*terraform.ResourceAttrDiff{"triggers.%":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}}, Destroy:false, DestroyTainted:false}
Diff Two (usually from apply): *terraform.InstanceDiff{Attributes:map[string]*terraform.ResourceAttrDiff{"triggers.cluster_instance_ids":*terraform.ResourceAttrDiff{Old:"", New:"vpc-28f7934c", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "triggers.%":*terraform.ResourceAttrDiff{Old:"", New:"1", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}}, Destroy:false, DestroyTainted:false}
Also include as much context as you can about your config, state, and the steps you performed to trigger this error.
Terraform does not automatically rollback in the face of errors.
Instead, your Terraform state file has been partially updated with
any resources that successfully completed. Please address the error
above and apply again to incrementally change your infrastructure.
2016/06/17 11:48:17 [DEBUG] plugin: /Users/cryingjordan/Developer/bin/rc2/terraform: plugin process exited
2016/06/17 11:48:17 [DEBUG] plugin: /Users/cryingjordan/Developer/bin/rc2/terraform: plugin process exited
2016/06/17 11:48:17 [DEBUG] plugin: /Users/cryingjordan/Developer/bin/rc2/terraform: plugin process exited
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment