Skip to content

Instantly share code, notes, and snippets.

@gkze
Created July 7, 2015 18:01
Show Gist options
  • Save gkze/04326793229784eb2d44 to your computer and use it in GitHub Desktop.
Save gkze/04326793229784eb2d44 to your computer and use it in GitHub Desktop.
Terraform crashing when deleting "aws_route" resource
2015/07/07 17:56:59 [INFO] Terraform version: 0.6.0 dev e19304a783bda4babd381a8459ecc5de06476e22+CHANGES
2015/07/07 17:56:59 Detected home directory from env var: /home/vagrant
2015/07/07 17:56:59 [DEBUG] Discovered plugin: atlas = /opt/gopath/src/github.com/hashicorp/terraform/bin/terraform-provider-atlas
2015/07/07 17:56:59 [DEBUG] Discovered plugin: aws = /opt/gopath/src/github.com/hashicorp/terraform/bin/terraform-provider-aws
2015/07/07 17:56:59 [DEBUG] Discovered plugin: azure = /opt/gopath/src/github.com/hashicorp/terraform/bin/terraform-provider-azure
2015/07/07 17:56:59 [DEBUG] Discovered plugin: cloudflare = /opt/gopath/src/github.com/hashicorp/terraform/bin/terraform-provider-cloudflare
2015/07/07 17:56:59 [DEBUG] Discovered plugin: cloudstack = /opt/gopath/src/github.com/hashicorp/terraform/bin/terraform-provider-cloudstack
2015/07/07 17:56:59 [DEBUG] Discovered plugin: consul = /opt/gopath/src/github.com/hashicorp/terraform/bin/terraform-provider-consul
2015/07/07 17:56:59 [DEBUG] Discovered plugin: digitalocean = /opt/gopath/src/github.com/hashicorp/terraform/bin/terraform-provider-digitalocean
2015/07/07 17:56:59 [DEBUG] Discovered plugin: dme = /opt/gopath/src/github.com/hashicorp/terraform/bin/terraform-provider-dme
2015/07/07 17:56:59 [DEBUG] Discovered plugin: dnsimple = /opt/gopath/src/github.com/hashicorp/terraform/bin/terraform-provider-dnsimple
2015/07/07 17:56:59 [DEBUG] Discovered plugin: docker = /opt/gopath/src/github.com/hashicorp/terraform/bin/terraform-provider-docker
2015/07/07 17:56:59 [DEBUG] Discovered plugin: google = /opt/gopath/src/github.com/hashicorp/terraform/bin/terraform-provider-google
2015/07/07 17:56:59 [DEBUG] Discovered plugin: heroku = /opt/gopath/src/github.com/hashicorp/terraform/bin/terraform-provider-heroku
2015/07/07 17:56:59 [DEBUG] Discovered plugin: mailgun = /opt/gopath/src/github.com/hashicorp/terraform/bin/terraform-provider-mailgun
2015/07/07 17:56:59 [DEBUG] Discovered plugin: null = /opt/gopath/src/github.com/hashicorp/terraform/bin/terraform-provider-null
2015/07/07 17:56:59 [DEBUG] Discovered plugin: openstack = /opt/gopath/src/github.com/hashicorp/terraform/bin/terraform-provider-openstack
2015/07/07 17:56:59 [DEBUG] Discovered plugin: template = /opt/gopath/src/github.com/hashicorp/terraform/bin/terraform-provider-template
2015/07/07 17:56:59 [DEBUG] Discovered plugin: terraform = /opt/gopath/src/github.com/hashicorp/terraform/bin/terraform-provider-terraform
2015/07/07 17:56:59 [DEBUG] Discovered plugin: chef = /opt/gopath/src/github.com/hashicorp/terraform/bin/terraform-provisioner-chef
2015/07/07 17:56:59 [DEBUG] Discovered plugin: file = /opt/gopath/src/github.com/hashicorp/terraform/bin/terraform-provisioner-file
2015/07/07 17:56:59 [DEBUG] Discovered plugin: local-exec = /opt/gopath/src/github.com/hashicorp/terraform/bin/terraform-provisioner-local-exec
2015/07/07 17:56:59 [DEBUG] Discovered plugin: remote-exec = /opt/gopath/src/github.com/hashicorp/terraform/bin/terraform-provisioner-remote-exec
2015/07/07 17:56:59 Detected home directory from env var: /home/vagrant
2015/07/07 17:56:59 [DEBUG] Attempting to open CLI config file: /home/vagrant/.terraformrc
2015/07/07 17:56:59 [DEBUG] File doesn't exist, but doesn't need to. Ignoring.
2015/07/07 17:56:59 Detected home directory from env var: /home/vagrant
2015/07/07 17:56:59 [TRACE] Graph after step *terraform.ConfigTransformer:
aws_internet_gateway.testing
aws_vpc.testing
aws_route.testing-util
aws_vpc_peering_connection.testing-utility
aws_route_table.testing
aws_internet_gateway.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
aws_vpc.testing
provider.aws
2015/07/07 17:56:59 [TRACE] Graph after step *terraform.OrphanTransformer:
aws_internet_gateway.testing
aws_vpc.testing
aws_route.testing-util
aws_vpc_peering_connection.testing-utility
aws_route_table.testing
aws_internet_gateway.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
aws_vpc.testing
provider.aws
2015/07/07 17:56:59 [TRACE] Graph after step *terraform.AddOutputOrphanTransformer:
aws_internet_gateway.testing
aws_vpc.testing
aws_route.testing-util
aws_vpc_peering_connection.testing-utility
aws_route_table.testing
aws_internet_gateway.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
aws_vpc.testing
provider.aws
2015/07/07 17:56:59 [TRACE] Graph after step *terraform.MissingProviderTransformer:
aws_internet_gateway.testing
aws_vpc.testing
aws_route.testing-util
aws_vpc_peering_connection.testing-utility
aws_route_table.testing
aws_internet_gateway.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
aws_vpc.testing
provider.atlas
provider.aws
provider.azure
provider.cloudflare
provider.cloudstack
provider.consul
provider.digitalocean
provider.dme
provider.dnsimple
provider.docker
provider.google
provider.heroku
provider.mailgun
provider.null
provider.openstack
provider.template
provider.terraform
2015/07/07 17:56:59 [TRACE] Graph after step *terraform.ProviderTransformer:
aws_internet_gateway.testing
aws_vpc.testing
provider.aws
aws_route.testing-util
aws_vpc_peering_connection.testing-utility
provider.aws
aws_route_table.testing
aws_internet_gateway.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
provider.aws
aws_vpc.testing
provider.aws
aws_vpc_peering_connection.testing-utility
aws_vpc.testing
provider.aws
provider.atlas
provider.aws
provider.azure
provider.cloudflare
provider.cloudstack
provider.consul
provider.digitalocean
provider.dme
provider.dnsimple
provider.docker
provider.google
provider.heroku
provider.mailgun
provider.null
provider.openstack
provider.template
provider.terraform
2015/07/07 17:56:59 [TRACE] Graph after step *terraform.CloseProviderTransformer:
aws_internet_gateway.testing
aws_vpc.testing
provider.aws
aws_route.testing-util
aws_vpc_peering_connection.testing-utility
provider.aws
aws_route_table.testing
aws_internet_gateway.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
provider.aws
aws_vpc.testing
provider.aws
aws_vpc_peering_connection.testing-utility
aws_vpc.testing
provider.aws
provider.atlas
provider.aws
provider.aws (close)
aws_internet_gateway.testing
aws_route.testing-util
aws_route_table.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
provider.azure
provider.cloudflare
provider.cloudstack
provider.consul
provider.digitalocean
provider.dme
provider.dnsimple
provider.docker
provider.google
provider.heroku
provider.mailgun
provider.null
provider.openstack
provider.template
provider.terraform
2015/07/07 17:56:59 [TRACE] Graph after step *terraform.PruneProviderTransformer:
aws_internet_gateway.testing
aws_vpc.testing
provider.aws
aws_route.testing-util
aws_vpc_peering_connection.testing-utility
provider.aws
aws_route_table.testing
aws_internet_gateway.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
provider.aws
aws_vpc.testing
provider.aws
aws_vpc_peering_connection.testing-utility
aws_vpc.testing
provider.aws
provider.aws
provider.aws (close)
aws_internet_gateway.testing
aws_route.testing-util
aws_route_table.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
2015/07/07 17:56:59 [TRACE] Graph after step *terraform.DisableProviderTransformer:
aws_internet_gateway.testing
aws_vpc.testing
provider.aws
aws_route.testing-util
aws_vpc_peering_connection.testing-utility
provider.aws
aws_route_table.testing
aws_internet_gateway.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
provider.aws
aws_vpc.testing
provider.aws
aws_vpc_peering_connection.testing-utility
aws_vpc.testing
provider.aws
provider.aws
provider.aws (close)
aws_internet_gateway.testing
aws_route.testing-util
aws_route_table.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
2015/07/07 17:56:59 [TRACE] Graph after step *terraform.MissingProvisionerTransformer:
aws_internet_gateway.testing
aws_vpc.testing
provider.aws
aws_route.testing-util
aws_vpc_peering_connection.testing-utility
provider.aws
aws_route_table.testing
aws_internet_gateway.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
provider.aws
aws_vpc.testing
provider.aws
aws_vpc_peering_connection.testing-utility
aws_vpc.testing
provider.aws
provider.aws
provider.aws (close)
aws_internet_gateway.testing
aws_route.testing-util
aws_route_table.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
provisioner.chef
provisioner.file
provisioner.local-exec
provisioner.remote-exec
2015/07/07 17:56:59 [TRACE] Graph after step *terraform.ProvisionerTransformer:
aws_internet_gateway.testing
aws_vpc.testing
provider.aws
aws_route.testing-util
aws_vpc_peering_connection.testing-utility
provider.aws
aws_route_table.testing
aws_internet_gateway.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
provider.aws
aws_vpc.testing
provider.aws
aws_vpc_peering_connection.testing-utility
aws_vpc.testing
provider.aws
provider.aws
provider.aws (close)
aws_internet_gateway.testing
aws_route.testing-util
aws_route_table.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
provisioner.chef
provisioner.file
provisioner.local-exec
provisioner.remote-exec
2015/07/07 17:56:59 [TRACE] Graph after step *terraform.CloseProvisionerTransformer:
aws_internet_gateway.testing
aws_vpc.testing
provider.aws
aws_route.testing-util
aws_vpc_peering_connection.testing-utility
provider.aws
aws_route_table.testing
aws_internet_gateway.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
provider.aws
aws_vpc.testing
provider.aws
aws_vpc_peering_connection.testing-utility
aws_vpc.testing
provider.aws
provider.aws
provider.aws (close)
aws_internet_gateway.testing
aws_route.testing-util
aws_route_table.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
provisioner.chef
provisioner.file
provisioner.local-exec
provisioner.remote-exec
2015/07/07 17:56:59 [TRACE] Graph after step *terraform.PruneProvisionerTransformer:
aws_internet_gateway.testing
aws_vpc.testing
provider.aws
aws_route.testing-util
aws_vpc_peering_connection.testing-utility
provider.aws
aws_route_table.testing
aws_internet_gateway.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
provider.aws
aws_vpc.testing
provider.aws
aws_vpc_peering_connection.testing-utility
aws_vpc.testing
provider.aws
provider.aws
provider.aws (close)
aws_internet_gateway.testing
aws_route.testing-util
aws_route_table.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
2015/07/07 17:56:59 [TRACE] Graph after step *terraform.VertexTransformer:
aws_internet_gateway.testing
aws_vpc.testing
provider.aws
aws_route.testing-util
aws_vpc_peering_connection.testing-utility
provider.aws
aws_route_table.testing
aws_internet_gateway.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
provider.aws
aws_vpc.testing
provider.aws
aws_vpc_peering_connection.testing-utility
aws_vpc.testing
provider.aws
provider.aws
provider.aws (close)
aws_internet_gateway.testing
aws_route.testing-util
aws_route_table.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
2015/07/07 17:56:59 [TRACE] Graph after step *terraform.FlattenTransformer:
aws_internet_gateway.testing
aws_vpc.testing
provider.aws
aws_route.testing-util
aws_vpc_peering_connection.testing-utility
provider.aws
aws_route_table.testing
aws_internet_gateway.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
provider.aws
aws_vpc.testing
provider.aws
aws_vpc_peering_connection.testing-utility
aws_vpc.testing
provider.aws
provider.aws
provider.aws (close)
aws_internet_gateway.testing
aws_route.testing-util
aws_route_table.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
2015/07/07 17:56:59 [TRACE] Graph after step *terraform.ProxyTransformer:
aws_internet_gateway.testing
aws_vpc.testing
provider.aws
aws_route.testing-util
aws_vpc_peering_connection.testing-utility
provider.aws
aws_route_table.testing
aws_internet_gateway.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
provider.aws
aws_vpc.testing
provider.aws
aws_vpc_peering_connection.testing-utility
aws_vpc.testing
provider.aws
provider.aws
provider.aws (close)
aws_internet_gateway.testing
aws_route.testing-util
aws_route_table.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
2015/07/07 17:56:59 [TRACE] Graph after step *terraform.TargetsTransformer:
aws_internet_gateway.testing
aws_vpc.testing
provider.aws
aws_route.testing-util
aws_vpc_peering_connection.testing-utility
provider.aws
aws_route_table.testing
aws_internet_gateway.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
provider.aws
aws_vpc.testing
provider.aws
aws_vpc_peering_connection.testing-utility
aws_vpc.testing
provider.aws
provider.aws
provider.aws (close)
aws_internet_gateway.testing
aws_route.testing-util
aws_route_table.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
2015/07/07 17:56:59 [TRACE] Graph after step *terraform.RootTransformer:
aws_internet_gateway.testing
aws_vpc.testing
provider.aws
aws_route.testing-util
aws_vpc_peering_connection.testing-utility
provider.aws
aws_route_table.testing
aws_internet_gateway.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
provider.aws
aws_vpc.testing
provider.aws
aws_vpc_peering_connection.testing-utility
aws_vpc.testing
provider.aws
provider.aws
provider.aws (close)
aws_internet_gateway.testing
aws_route.testing-util
aws_route_table.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
2015/07/07 17:56:59 [TRACE] Graph after step *terraform.DestroyTransformer:
aws_internet_gateway.testing
aws_internet_gateway.testing (destroy tainted)
aws_internet_gateway.testing (destroy)
aws_vpc.testing
provider.aws
aws_internet_gateway.testing (destroy tainted)
aws_route_table.testing (destroy tainted)
provider.aws
aws_internet_gateway.testing (destroy)
aws_route_table.testing (destroy)
provider.aws
aws_route.testing-util
aws_route.testing-util (destroy tainted)
aws_route.testing-util (destroy)
aws_vpc_peering_connection.testing-utility
provider.aws
aws_route.testing-util (destroy tainted)
provider.aws
aws_route.testing-util (destroy)
provider.aws
aws_route_table.testing
aws_internet_gateway.testing
aws_route_table.testing (destroy tainted)
aws_route_table.testing (destroy)
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
provider.aws
aws_route_table.testing (destroy tainted)
provider.aws
aws_route_table.testing (destroy)
provider.aws
aws_vpc.testing
aws_vpc.testing (destroy tainted)
aws_vpc.testing (destroy)
provider.aws
aws_vpc.testing (destroy tainted)
aws_internet_gateway.testing (destroy tainted)
aws_route_table.testing (destroy tainted)
aws_vpc_peering_connection.testing-utility (destroy tainted)
provider.aws
aws_vpc.testing (destroy)
aws_internet_gateway.testing (destroy)
aws_route_table.testing (destroy)
aws_vpc_peering_connection.testing-utility (destroy)
provider.aws
aws_vpc_peering_connection.testing-utility
aws_vpc.testing
aws_vpc_peering_connection.testing-utility (destroy tainted)
aws_vpc_peering_connection.testing-utility (destroy)
provider.aws
aws_vpc_peering_connection.testing-utility (destroy tainted)
aws_route.testing-util (destroy tainted)
aws_route_table.testing (destroy tainted)
provider.aws
aws_vpc_peering_connection.testing-utility (destroy)
aws_route.testing-util (destroy)
aws_route_table.testing (destroy)
provider.aws
provider.aws
provider.aws (close)
aws_internet_gateway.testing
aws_route.testing-util
aws_route_table.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
2015/07/07 17:56:59 [TRACE] Graph after step *terraform.CreateBeforeDestroyTransformer:
aws_internet_gateway.testing
aws_internet_gateway.testing (destroy tainted)
aws_internet_gateway.testing (destroy)
aws_vpc.testing
provider.aws
aws_internet_gateway.testing (destroy tainted)
aws_route_table.testing (destroy tainted)
provider.aws
aws_internet_gateway.testing (destroy)
aws_route_table.testing (destroy)
provider.aws
aws_route.testing-util
aws_route.testing-util (destroy tainted)
aws_route.testing-util (destroy)
aws_vpc_peering_connection.testing-utility
provider.aws
aws_route.testing-util (destroy tainted)
provider.aws
aws_route.testing-util (destroy)
provider.aws
aws_route_table.testing
aws_internet_gateway.testing
aws_route_table.testing (destroy tainted)
aws_route_table.testing (destroy)
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
provider.aws
aws_route_table.testing (destroy tainted)
provider.aws
aws_route_table.testing (destroy)
provider.aws
aws_vpc.testing
aws_vpc.testing (destroy tainted)
aws_vpc.testing (destroy)
provider.aws
aws_vpc.testing (destroy tainted)
aws_internet_gateway.testing (destroy tainted)
aws_route_table.testing (destroy tainted)
aws_vpc_peering_connection.testing-utility (destroy tainted)
provider.aws
aws_vpc.testing (destroy)
aws_internet_gateway.testing (destroy)
aws_route_table.testing (destroy)
aws_vpc_peering_connection.testing-utility (destroy)
provider.aws
aws_vpc_peering_connection.testing-utility
aws_vpc.testing
aws_vpc_peering_connection.testing-utility (destroy tainted)
aws_vpc_peering_connection.testing-utility (destroy)
provider.aws
aws_vpc_peering_connection.testing-utility (destroy tainted)
aws_route.testing-util (destroy tainted)
aws_route_table.testing (destroy tainted)
provider.aws
aws_vpc_peering_connection.testing-utility (destroy)
aws_route.testing-util (destroy)
aws_route_table.testing (destroy)
provider.aws
provider.aws
provider.aws (close)
aws_internet_gateway.testing
aws_route.testing-util
aws_route_table.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
2015/07/07 17:56:59 [TRACE] Graph after step *terraform.PruneDestroyTransformer:
aws_internet_gateway.testing
aws_vpc.testing
provider.aws
aws_route.testing-util
aws_vpc_peering_connection.testing-utility
provider.aws
aws_route_table.testing
aws_internet_gateway.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
provider.aws
aws_vpc.testing
provider.aws
aws_vpc_peering_connection.testing-utility
aws_vpc.testing
provider.aws
provider.aws
provider.aws (close)
aws_internet_gateway.testing
aws_route.testing-util
aws_route_table.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
2015/07/07 17:56:59 [TRACE] Graph after step *terraform.RootTransformer:
aws_internet_gateway.testing
aws_vpc.testing
provider.aws
aws_route.testing-util
aws_vpc_peering_connection.testing-utility
provider.aws
aws_route_table.testing
aws_internet_gateway.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
provider.aws
aws_vpc.testing
provider.aws
aws_vpc_peering_connection.testing-utility
aws_vpc.testing
provider.aws
provider.aws
provider.aws (close)
aws_internet_gateway.testing
aws_route.testing-util
aws_route_table.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
2015/07/07 17:56:59 [TRACE] Graph after step *terraform.TransitiveReductionTransformer:
aws_internet_gateway.testing
aws_vpc.testing
aws_route.testing-util
aws_vpc_peering_connection.testing-utility
aws_route_table.testing
aws_internet_gateway.testing
aws_vpc_peering_connection.testing-utility
aws_vpc.testing
provider.aws
aws_vpc_peering_connection.testing-utility
aws_vpc.testing
provider.aws
provider.aws (close)
aws_route.testing-util
aws_route_table.testing
2015/07/07 17:56:59 [INFO] Starting graph walk: walkInput
2015/07/07 17:56:59 [DEBUG] vertex root.provider.aws: walking
2015/07/07 17:56:59 [DEBUG] vertex root.provider.aws: evaluating
2015/07/07 17:56:59 [DEBUG] root: eval: *terraform.EvalSequence
2015/07/07 17:56:59 [DEBUG] root: eval: *terraform.EvalInitProvider
2015/07/07 17:56:59 [DEBUG] Starting plugin: /opt/gopath/src/github.com/hashicorp/terraform/bin/terraform-provider-aws []string{"/opt/gopath/src/github.com/hashicorp/terraform/bin/terraform-provider-aws"}
2015/07/07 17:56:59 [DEBUG] Waiting for RPC address for: /opt/gopath/src/github.com/hashicorp/terraform/bin/terraform-provider-aws
2015/07/07 17:56:59 terraform-provider-aws: 2015/07/07 17:56:59 Plugin address: unix /tmp/tf-plugin476613090
2015/07/07 17:56:59 [DEBUG] root: eval: *terraform.EvalOpFilter
2015/07/07 17:56:59 [DEBUG] root: eval: *terraform.EvalSequence
2015/07/07 17:56:59 [DEBUG] root: eval: *terraform.EvalGetProvider
2015/07/07 17:56:59 [DEBUG] root: eval: *terraform.EvalInterpolate
2015/07/07 17:56:59 [DEBUG] root: eval: *terraform.EvalBuildProviderConfig
2015/07/07 17:56:59 [DEBUG] root: eval: *terraform.EvalInputProvider
2015/07/07 17:56:59 [DEBUG] root: eval: terraform.EvalNoop
2015/07/07 17:56:59 [DEBUG] vertex root.aws_vpc.testing: walking
2015/07/07 17:56:59 [DEBUG] vertex root.aws_vpc.testing: evaluating
2015/07/07 17:56:59 [DEBUG] root: eval: *terraform.EvalSequence
2015/07/07 17:56:59 [DEBUG] root: eval: *terraform.EvalInterpolate
2015/07/07 17:56:59 [DEBUG] root: eval: terraform.EvalNoop
2015/07/07 17:56:59 [DEBUG] root: eval: *terraform.EvalCountFixZeroOneBoundary
2015/07/07 17:56:59 [DEBUG] vertex root.aws_vpc.testing: expanding/walking dynamic subgraph
2015/07/07 17:56:59 [TRACE] Graph after step *terraform.ResourceCountTransformer:
aws_vpc.testing
2015/07/07 17:56:59 [TRACE] Graph after step *terraform.RootTransformer:
aws_vpc.testing
2015/07/07 17:56:59 [DEBUG] vertex root.aws_vpc.testing: walking
2015/07/07 17:56:59 [DEBUG] vertex root.aws_vpc.testing: evaluating
2015/07/07 17:56:59 [DEBUG] root: eval: *terraform.EvalSequence
2015/07/07 17:56:59 [DEBUG] root: eval: terraform.EvalNoop
2015/07/07 17:56:59 [DEBUG] root: eval: *terraform.EvalInstanceInfo
2015/07/07 17:56:59 [DEBUG] root: eval: terraform.EvalNoop
2015/07/07 17:56:59 [DEBUG] root: eval: terraform.EvalNoop
2015/07/07 17:56:59 [DEBUG] root: eval: terraform.EvalNoop
2015/07/07 17:56:59 [DEBUG] root: eval: terraform.EvalNoop
2015/07/07 17:56:59 [DEBUG] vertex root.aws_internet_gateway.testing: walking
2015/07/07 17:56:59 [DEBUG] vertex root.aws_internet_gateway.testing: evaluating
2015/07/07 17:56:59 [DEBUG] root: eval: *terraform.EvalSequence
2015/07/07 17:56:59 [DEBUG] root: eval: *terraform.EvalInterpolate
2015/07/07 17:56:59 [DEBUG] root: eval: terraform.EvalNoop
2015/07/07 17:56:59 [DEBUG] root: eval: *terraform.EvalCountFixZeroOneBoundary
2015/07/07 17:56:59 [DEBUG] vertex root.aws_internet_gateway.testing: expanding/walking dynamic subgraph
2015/07/07 17:56:59 [TRACE] Graph after step *terraform.ResourceCountTransformer:
aws_internet_gateway.testing
2015/07/07 17:56:59 [TRACE] Graph after step *terraform.RootTransformer:
aws_internet_gateway.testing
2015/07/07 17:56:59 [DEBUG] vertex root.aws_vpc_peering_connection.testing-utility: walking
2015/07/07 17:56:59 [DEBUG] vertex root.aws_vpc_peering_connection.testing-utility: evaluating
2015/07/07 17:56:59 [DEBUG] root: eval: *terraform.EvalSequence
2015/07/07 17:56:59 [DEBUG] root: eval: *terraform.EvalInterpolate
2015/07/07 17:56:59 [DEBUG] root: eval: terraform.EvalNoop
2015/07/07 17:56:59 [DEBUG] root: eval: *terraform.EvalCountFixZeroOneBoundary
2015/07/07 17:56:59 [DEBUG] vertex root.aws_vpc_peering_connection.testing-utility: expanding/walking dynamic subgraph
2015/07/07 17:56:59 [TRACE] Graph after step *terraform.ResourceCountTransformer:
aws_vpc_peering_connection.testing-utility
2015/07/07 17:56:59 [TRACE] Graph after step *terraform.RootTransformer:
aws_vpc_peering_connection.testing-utility
2015/07/07 17:56:59 [DEBUG] vertex root.aws_internet_gateway.testing: walking
2015/07/07 17:56:59 [DEBUG] vertex root.aws_internet_gateway.testing: evaluating
2015/07/07 17:56:59 [DEBUG] root: eval: *terraform.EvalSequence
2015/07/07 17:56:59 [DEBUG] root: eval: terraform.EvalNoop
2015/07/07 17:56:59 [DEBUG] root: eval: *terraform.EvalInstanceInfo
2015/07/07 17:56:59 [DEBUG] root: eval: terraform.EvalNoop
2015/07/07 17:56:59 [DEBUG] root: eval: terraform.EvalNoop
2015/07/07 17:56:59 [DEBUG] root: eval: terraform.EvalNoop
2015/07/07 17:56:59 [DEBUG] root: eval: terraform.EvalNoop
2015/07/07 17:56:59 [DEBUG] vertex root.aws_vpc_peering_connection.testing-utility: walking
2015/07/07 17:56:59 [DEBUG] vertex root.aws_vpc_peering_connection.testing-utility: evaluating
2015/07/07 17:56:59 [DEBUG] root: eval: *terraform.EvalSequence
2015/07/07 17:56:59 [DEBUG] root: eval: terraform.EvalNoop
2015/07/07 17:56:59 [DEBUG] root: eval: *terraform.EvalInstanceInfo
2015/07/07 17:56:59 [DEBUG] root: eval: terraform.EvalNoop
2015/07/07 17:56:59 [DEBUG] root: eval: terraform.EvalNoop
2015/07/07 17:56:59 [DEBUG] root: eval: terraform.EvalNoop
2015/07/07 17:56:59 [DEBUG] root: eval: terraform.EvalNoop
2015/07/07 17:56:59 [DEBUG] vertex root.aws_route_table.testing: walking
2015/07/07 17:56:59 [DEBUG] vertex root.aws_route_table.testing: evaluating
2015/07/07 17:56:59 [DEBUG] root: eval: *terraform.EvalSequence
2015/07/07 17:56:59 [DEBUG] root: eval: *terraform.EvalInterpolate
2015/07/07 17:56:59 [DEBUG] root: eval: terraform.EvalNoop
2015/07/07 17:56:59 [DEBUG] root: eval: *terraform.EvalCountFixZeroOneBoundary
2015/07/07 17:56:59 [DEBUG] vertex root.aws_route_table.testing: expanding/walking dynamic subgraph
2015/07/07 17:56:59 [TRACE] Graph after step *terraform.ResourceCountTransformer:
aws_route_table.testing
2015/07/07 17:56:59 [TRACE] Graph after step *terraform.RootTransformer:
aws_route_table.testing
2015/07/07 17:56:59 [DEBUG] vertex root.aws_route.testing-util: walking
2015/07/07 17:56:59 [DEBUG] vertex root.aws_route.testing-util: evaluating
2015/07/07 17:56:59 [DEBUG] root: eval: *terraform.EvalSequence
2015/07/07 17:56:59 [DEBUG] root: eval: *terraform.EvalInterpolate
2015/07/07 17:56:59 [DEBUG] root: eval: terraform.EvalNoop
2015/07/07 17:56:59 [DEBUG] root: eval: *terraform.EvalCountFixZeroOneBoundary
2015/07/07 17:56:59 [DEBUG] vertex root.aws_route.testing-util: expanding/walking dynamic subgraph
2015/07/07 17:56:59 [TRACE] Graph after step *terraform.ResourceCountTransformer:
aws_route.testing-util
2015/07/07 17:56:59 [TRACE] Graph after step *terraform.RootTransformer:
aws_route.testing-util
2015/07/07 17:56:59 [DEBUG] vertex root.aws_route_table.testing: walking
2015/07/07 17:56:59 [DEBUG] vertex root.aws_route_table.testing: evaluating
2015/07/07 17:56:59 [DEBUG] root: eval: *terraform.EvalSequence
2015/07/07 17:56:59 [DEBUG] root: eval: terraform.EvalNoop
2015/07/07 17:56:59 [DEBUG] root: eval: *terraform.EvalInstanceInfo
2015/07/07 17:56:59 [DEBUG] root: eval: terraform.EvalNoop
2015/07/07 17:56:59 [DEBUG] root: eval: terraform.EvalNoop
2015/07/07 17:56:59 [DEBUG] root: eval: terraform.EvalNoop
2015/07/07 17:56:59 [DEBUG] root: eval: terraform.EvalNoop
2015/07/07 17:56:59 [DEBUG] vertex root.aws_route.testing-util: walking
2015/07/07 17:56:59 [DEBUG] vertex root.aws_route.testing-util: evaluating
2015/07/07 17:56:59 [DEBUG] root: eval: *terraform.EvalSequence
2015/07/07 17:56:59 [DEBUG] root: eval: terraform.EvalNoop
2015/07/07 17:56:59 [DEBUG] root: eval: *terraform.EvalInstanceInfo
2015/07/07 17:56:59 [DEBUG] root: eval: terraform.EvalNoop
2015/07/07 17:56:59 [DEBUG] root: eval: terraform.EvalNoop
2015/07/07 17:56:59 [DEBUG] root: eval: terraform.EvalNoop
2015/07/07 17:56:59 [DEBUG] root: eval: terraform.EvalNoop
2015/07/07 17:56:59 [DEBUG] vertex root.provider.aws (close): walking
2015/07/07 17:56:59 [DEBUG] vertex root.provider.aws (close): evaluating
2015/07/07 17:56:59 [DEBUG] root: eval: *terraform.EvalCloseProvider
2015/07/07 17:56:59 [TRACE] Graph after step *terraform.ConfigTransformer:
aws_internet_gateway.testing
aws_vpc.testing
aws_route.testing-util
aws_vpc_peering_connection.testing-utility
aws_route_table.testing
aws_internet_gateway.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
aws_vpc.testing
provider.aws
2015/07/07 17:56:59 [TRACE] Graph after step *terraform.OrphanTransformer:
aws_internet_gateway.testing
aws_vpc.testing
aws_route.testing-util
aws_vpc_peering_connection.testing-utility
aws_route_table.testing
aws_internet_gateway.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
aws_vpc.testing
provider.aws
2015/07/07 17:56:59 [TRACE] Graph after step *terraform.AddOutputOrphanTransformer:
aws_internet_gateway.testing
aws_vpc.testing
aws_route.testing-util
aws_vpc_peering_connection.testing-utility
aws_route_table.testing
aws_internet_gateway.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
aws_vpc.testing
provider.aws
2015/07/07 17:56:59 [TRACE] Graph after step *terraform.MissingProviderTransformer:
aws_internet_gateway.testing
aws_vpc.testing
aws_route.testing-util
aws_vpc_peering_connection.testing-utility
aws_route_table.testing
aws_internet_gateway.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
aws_vpc.testing
provider.atlas
provider.aws
provider.azure
provider.cloudflare
provider.cloudstack
provider.consul
provider.digitalocean
provider.dme
provider.dnsimple
provider.docker
provider.google
provider.heroku
provider.mailgun
provider.null
provider.openstack
provider.template
provider.terraform
2015/07/07 17:56:59 [TRACE] Graph after step *terraform.ProviderTransformer:
aws_internet_gateway.testing
aws_vpc.testing
provider.aws
aws_route.testing-util
aws_vpc_peering_connection.testing-utility
provider.aws
aws_route_table.testing
aws_internet_gateway.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
provider.aws
aws_vpc.testing
provider.aws
aws_vpc_peering_connection.testing-utility
aws_vpc.testing
provider.aws
provider.atlas
provider.aws
provider.azure
provider.cloudflare
provider.cloudstack
provider.consul
provider.digitalocean
provider.dme
provider.dnsimple
provider.docker
provider.google
provider.heroku
provider.mailgun
provider.null
provider.openstack
provider.template
provider.terraform
2015/07/07 17:56:59 [TRACE] Graph after step *terraform.CloseProviderTransformer:
aws_internet_gateway.testing
aws_vpc.testing
provider.aws
aws_route.testing-util
aws_vpc_peering_connection.testing-utility
provider.aws
aws_route_table.testing
aws_internet_gateway.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
provider.aws
aws_vpc.testing
provider.aws
aws_vpc_peering_connection.testing-utility
aws_vpc.testing
provider.aws
provider.atlas
provider.aws
provider.aws (close)
aws_internet_gateway.testing
aws_route.testing-util
aws_route_table.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
provider.azure
provider.cloudflare
provider.cloudstack
provider.consul
provider.digitalocean
provider.dme
provider.dnsimple
provider.docker
provider.google
provider.heroku
provider.mailgun
provider.null
provider.openstack
provider.template
provider.terraform
2015/07/07 17:56:59 [TRACE] Graph after step *terraform.PruneProviderTransformer:
aws_internet_gateway.testing
aws_vpc.testing
provider.aws
aws_route.testing-util
aws_vpc_peering_connection.testing-utility
provider.aws
aws_route_table.testing
aws_internet_gateway.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
provider.aws
aws_vpc.testing
provider.aws
aws_vpc_peering_connection.testing-utility
aws_vpc.testing
provider.aws
provider.aws
provider.aws (close)
aws_internet_gateway.testing
aws_route.testing-util
aws_route_table.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
2015/07/07 17:56:59 [TRACE] Graph after step *terraform.DisableProviderTransformer:
aws_internet_gateway.testing
aws_vpc.testing
provider.aws
aws_route.testing-util
aws_vpc_peering_connection.testing-utility
provider.aws
aws_route_table.testing
aws_internet_gateway.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
provider.aws
aws_vpc.testing
provider.aws
aws_vpc_peering_connection.testing-utility
aws_vpc.testing
provider.aws
provider.aws
provider.aws (close)
aws_internet_gateway.testing
aws_route.testing-util
aws_route_table.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
2015/07/07 17:56:59 [TRACE] Graph after step *terraform.MissingProvisionerTransformer:
aws_internet_gateway.testing
aws_vpc.testing
provider.aws
aws_route.testing-util
aws_vpc_peering_connection.testing-utility
provider.aws
aws_route_table.testing
aws_internet_gateway.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
provider.aws
aws_vpc.testing
provider.aws
aws_vpc_peering_connection.testing-utility
aws_vpc.testing
provider.aws
provider.aws
provider.aws (close)
aws_internet_gateway.testing
aws_route.testing-util
aws_route_table.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
provisioner.chef
provisioner.file
provisioner.local-exec
provisioner.remote-exec
2015/07/07 17:56:59 [TRACE] Graph after step *terraform.ProvisionerTransformer:
aws_internet_gateway.testing
aws_vpc.testing
provider.aws
aws_route.testing-util
aws_vpc_peering_connection.testing-utility
provider.aws
aws_route_table.testing
aws_internet_gateway.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
provider.aws
aws_vpc.testing
provider.aws
aws_vpc_peering_connection.testing-utility
aws_vpc.testing
provider.aws
provider.aws
provider.aws (close)
aws_internet_gateway.testing
aws_route.testing-util
aws_route_table.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
provisioner.chef
provisioner.file
provisioner.local-exec
provisioner.remote-exec
2015/07/07 17:56:59 [TRACE] Graph after step *terraform.CloseProvisionerTransformer:
aws_internet_gateway.testing
aws_vpc.testing
provider.aws
aws_route.testing-util
aws_vpc_peering_connection.testing-utility
provider.aws
aws_route_table.testing
aws_internet_gateway.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
provider.aws
aws_vpc.testing
provider.aws
aws_vpc_peering_connection.testing-utility
aws_vpc.testing
provider.aws
provider.aws
provider.aws (close)
aws_internet_gateway.testing
aws_route.testing-util
aws_route_table.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
provisioner.chef
provisioner.file
provisioner.local-exec
provisioner.remote-exec
2015/07/07 17:56:59 [TRACE] Graph after step *terraform.PruneProvisionerTransformer:
aws_internet_gateway.testing
aws_vpc.testing
provider.aws
aws_route.testing-util
aws_vpc_peering_connection.testing-utility
provider.aws
aws_route_table.testing
aws_internet_gateway.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
provider.aws
aws_vpc.testing
provider.aws
aws_vpc_peering_connection.testing-utility
aws_vpc.testing
provider.aws
provider.aws
provider.aws (close)
aws_internet_gateway.testing
aws_route.testing-util
aws_route_table.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
2015/07/07 17:56:59 [TRACE] Graph after step *terraform.VertexTransformer:
aws_internet_gateway.testing
aws_vpc.testing
provider.aws
aws_route.testing-util
aws_vpc_peering_connection.testing-utility
provider.aws
aws_route_table.testing
aws_internet_gateway.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
provider.aws
aws_vpc.testing
provider.aws
aws_vpc_peering_connection.testing-utility
aws_vpc.testing
provider.aws
provider.aws
provider.aws (close)
aws_internet_gateway.testing
aws_route.testing-util
aws_route_table.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
2015/07/07 17:56:59 [TRACE] Graph after step *terraform.FlattenTransformer:
aws_internet_gateway.testing
aws_vpc.testing
provider.aws
aws_route.testing-util
aws_vpc_peering_connection.testing-utility
provider.aws
aws_route_table.testing
aws_internet_gateway.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
provider.aws
aws_vpc.testing
provider.aws
aws_vpc_peering_connection.testing-utility
aws_vpc.testing
provider.aws
provider.aws
provider.aws (close)
aws_internet_gateway.testing
aws_route.testing-util
aws_route_table.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
2015/07/07 17:56:59 [TRACE] Graph after step *terraform.ProxyTransformer:
aws_internet_gateway.testing
aws_vpc.testing
provider.aws
aws_route.testing-util
aws_vpc_peering_connection.testing-utility
provider.aws
aws_route_table.testing
aws_internet_gateway.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
provider.aws
aws_vpc.testing
provider.aws
aws_vpc_peering_connection.testing-utility
aws_vpc.testing
provider.aws
provider.aws
provider.aws (close)
aws_internet_gateway.testing
aws_route.testing-util
aws_route_table.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
2015/07/07 17:56:59 [TRACE] Graph after step *terraform.TargetsTransformer:
aws_internet_gateway.testing
aws_vpc.testing
provider.aws
aws_route.testing-util
aws_vpc_peering_connection.testing-utility
provider.aws
aws_route_table.testing
aws_internet_gateway.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
provider.aws
aws_vpc.testing
provider.aws
aws_vpc_peering_connection.testing-utility
aws_vpc.testing
provider.aws
provider.aws
provider.aws (close)
aws_internet_gateway.testing
aws_route.testing-util
aws_route_table.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
2015/07/07 17:56:59 [TRACE] Graph after step *terraform.RootTransformer:
aws_internet_gateway.testing
aws_vpc.testing
provider.aws
aws_route.testing-util
aws_vpc_peering_connection.testing-utility
provider.aws
aws_route_table.testing
aws_internet_gateway.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
provider.aws
aws_vpc.testing
provider.aws
aws_vpc_peering_connection.testing-utility
aws_vpc.testing
provider.aws
provider.aws
provider.aws (close)
aws_internet_gateway.testing
aws_route.testing-util
aws_route_table.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
2015/07/07 17:56:59 [TRACE] Graph after step *terraform.DestroyTransformer:
aws_internet_gateway.testing
aws_internet_gateway.testing (destroy tainted)
aws_internet_gateway.testing (destroy)
aws_vpc.testing
provider.aws
aws_internet_gateway.testing (destroy tainted)
aws_route_table.testing (destroy tainted)
provider.aws
aws_internet_gateway.testing (destroy)
aws_route_table.testing (destroy)
provider.aws
aws_route.testing-util
aws_route.testing-util (destroy tainted)
aws_route.testing-util (destroy)
aws_vpc_peering_connection.testing-utility
provider.aws
aws_route.testing-util (destroy tainted)
provider.aws
aws_route.testing-util (destroy)
provider.aws
aws_route_table.testing
aws_internet_gateway.testing
aws_route_table.testing (destroy tainted)
aws_route_table.testing (destroy)
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
provider.aws
aws_route_table.testing (destroy tainted)
provider.aws
aws_route_table.testing (destroy)
provider.aws
aws_vpc.testing
aws_vpc.testing (destroy tainted)
aws_vpc.testing (destroy)
provider.aws
aws_vpc.testing (destroy tainted)
aws_internet_gateway.testing (destroy tainted)
aws_route_table.testing (destroy tainted)
aws_vpc_peering_connection.testing-utility (destroy tainted)
provider.aws
aws_vpc.testing (destroy)
aws_internet_gateway.testing (destroy)
aws_route_table.testing (destroy)
aws_vpc_peering_connection.testing-utility (destroy)
provider.aws
aws_vpc_peering_connection.testing-utility
aws_vpc.testing
aws_vpc_peering_connection.testing-utility (destroy tainted)
aws_vpc_peering_connection.testing-utility (destroy)
provider.aws
aws_vpc_peering_connection.testing-utility (destroy tainted)
aws_route.testing-util (destroy tainted)
aws_route_table.testing (destroy tainted)
provider.aws
aws_vpc_peering_connection.testing-utility (destroy)
aws_route.testing-util (destroy)
aws_route_table.testing (destroy)
provider.aws
provider.aws
provider.aws (close)
aws_internet_gateway.testing
aws_route.testing-util
aws_route_table.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
2015/07/07 17:56:59 [TRACE] Graph after step *terraform.CreateBeforeDestroyTransformer:
aws_internet_gateway.testing
aws_internet_gateway.testing (destroy tainted)
aws_internet_gateway.testing (destroy)
aws_vpc.testing
provider.aws
aws_internet_gateway.testing (destroy tainted)
aws_route_table.testing (destroy tainted)
provider.aws
aws_internet_gateway.testing (destroy)
aws_route_table.testing (destroy)
provider.aws
aws_route.testing-util
aws_route.testing-util (destroy tainted)
aws_route.testing-util (destroy)
aws_vpc_peering_connection.testing-utility
provider.aws
aws_route.testing-util (destroy tainted)
provider.aws
aws_route.testing-util (destroy)
provider.aws
aws_route_table.testing
aws_internet_gateway.testing
aws_route_table.testing (destroy tainted)
aws_route_table.testing (destroy)
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
provider.aws
aws_route_table.testing (destroy tainted)
provider.aws
aws_route_table.testing (destroy)
provider.aws
aws_vpc.testing
aws_vpc.testing (destroy tainted)
aws_vpc.testing (destroy)
provider.aws
aws_vpc.testing (destroy tainted)
aws_internet_gateway.testing (destroy tainted)
aws_route_table.testing (destroy tainted)
aws_vpc_peering_connection.testing-utility (destroy tainted)
provider.aws
aws_vpc.testing (destroy)
aws_internet_gateway.testing (destroy)
aws_route_table.testing (destroy)
aws_vpc_peering_connection.testing-utility (destroy)
provider.aws
aws_vpc_peering_connection.testing-utility
aws_vpc.testing
aws_vpc_peering_connection.testing-utility (destroy tainted)
aws_vpc_peering_connection.testing-utility (destroy)
provider.aws
aws_vpc_peering_connection.testing-utility (destroy tainted)
aws_route.testing-util (destroy tainted)
aws_route_table.testing (destroy tainted)
provider.aws
aws_vpc_peering_connection.testing-utility (destroy)
aws_route.testing-util (destroy)
aws_route_table.testing (destroy)
provider.aws
provider.aws
provider.aws (close)
aws_internet_gateway.testing
aws_route.testing-util
aws_route_table.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
2015/07/07 17:56:59 [TRACE] Graph after step *terraform.PruneDestroyTransformer:
aws_internet_gateway.testing
aws_vpc.testing
provider.aws
aws_route.testing-util
aws_vpc_peering_connection.testing-utility
provider.aws
aws_route_table.testing
aws_internet_gateway.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
provider.aws
aws_vpc.testing
provider.aws
aws_vpc_peering_connection.testing-utility
aws_vpc.testing
provider.aws
provider.aws
provider.aws (close)
aws_internet_gateway.testing
aws_route.testing-util
aws_route_table.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
2015/07/07 17:56:59 [TRACE] Graph after step *terraform.RootTransformer:
aws_internet_gateway.testing
aws_vpc.testing
provider.aws
aws_route.testing-util
aws_vpc_peering_connection.testing-utility
provider.aws
aws_route_table.testing
aws_internet_gateway.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
provider.aws
aws_vpc.testing
provider.aws
aws_vpc_peering_connection.testing-utility
aws_vpc.testing
provider.aws
provider.aws
provider.aws (close)
aws_internet_gateway.testing
aws_route.testing-util
aws_route_table.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
2015/07/07 17:56:59 [TRACE] Graph after step *terraform.TransitiveReductionTransformer:
aws_internet_gateway.testing
aws_vpc.testing
aws_route.testing-util
aws_vpc_peering_connection.testing-utility
aws_route_table.testing
aws_internet_gateway.testing
aws_vpc_peering_connection.testing-utility
aws_vpc.testing
provider.aws
aws_vpc_peering_connection.testing-utility
aws_vpc.testing
provider.aws
provider.aws (close)
aws_route.testing-util
aws_route_table.testing
2015/07/07 17:56:59 [INFO] Starting graph walk: walkValidate
2015/07/07 17:56:59 [DEBUG] vertex root.provider.aws: walking
2015/07/07 17:56:59 [DEBUG] vertex root.provider.aws: evaluating
2015/07/07 17:56:59 [DEBUG] root: eval: *terraform.EvalSequence
2015/07/07 17:56:59 [DEBUG] root: eval: *terraform.EvalInitProvider
2015/07/07 17:56:59 [DEBUG] root: eval: terraform.EvalNoop
2015/07/07 17:56:59 [DEBUG] root: eval: *terraform.EvalOpFilter
2015/07/07 17:56:59 [DEBUG] root: eval: *terraform.EvalSequence
2015/07/07 17:56:59 [DEBUG] root: eval: *terraform.EvalGetProvider
2015/07/07 17:56:59 [DEBUG] root: eval: *terraform.EvalInterpolate
2015/07/07 17:56:59 [DEBUG] root: eval: *terraform.EvalBuildProviderConfig
2015/07/07 17:56:59 [DEBUG] root: eval: *terraform.EvalValidateProvider
2015/07/07 17:56:59 [DEBUG] root: eval: *terraform.EvalConfigProvider
2015/07/07 17:56:59 terraform-provider-aws: 2015/07/07 17:56:59 [INFO] Building AWS region structure
2015/07/07 17:56:59 terraform-provider-aws: 2015/07/07 17:56:59 [INFO] Building AWS auth structure
2015/07/07 17:56:59 terraform-provider-aws: 2015/07/07 17:56:59 [INFO] Initializing DynamoDB connection
2015/07/07 17:56:59 terraform-provider-aws: 2015/07/07 17:56:59 [INFO] Initializing ELB connection
2015/07/07 17:56:59 terraform-provider-aws: 2015/07/07 17:56:59 [INFO] Initializing S3 connection
2015/07/07 17:56:59 terraform-provider-aws: 2015/07/07 17:56:59 [INFO] Initializing SQS connection
2015/07/07 17:56:59 terraform-provider-aws: 2015/07/07 17:56:59 [INFO] Initializing SNS connection
2015/07/07 17:56:59 terraform-provider-aws: 2015/07/07 17:56:59 [INFO] Initializing RDS Connection
2015/07/07 17:56:59 terraform-provider-aws: 2015/07/07 17:56:59 [INFO] Initializing IAM Connection
2015/07/07 17:56:59 terraform-provider-aws: 2015/07/07 17:56:59 [INFO] Initializing Kinesis Connection
2015/07/07 17:56:59 terraform-provider-aws: 2015/07/07 17:56:59 [INFO] Initializing AutoScaling connection
2015/07/07 17:56:59 terraform-provider-aws: 2015/07/07 17:56:59 [INFO] Initializing EC2 Connection
2015/07/07 17:56:59 terraform-provider-aws: 2015/07/07 17:56:59 [INFO] Initializing ECS Connection
2015/07/07 17:56:59 terraform-provider-aws: 2015/07/07 17:56:59 [INFO] Initializing Route 53 connection
2015/07/07 17:56:59 terraform-provider-aws: 2015/07/07 17:56:59 [INFO] Initializing Elasticache Connection
2015/07/07 17:56:59 terraform-provider-aws: 2015/07/07 17:56:59 [INFO] Initializing Lambda Connection
2015/07/07 17:56:59 terraform-provider-aws: 2015/07/07 17:56:59 [INFO] Initializing CloudWatch SDK connection
2015/07/07 17:56:59 [DEBUG] vertex root.aws_vpc.testing: walking
2015/07/07 17:56:59 [DEBUG] vertex root.aws_vpc.testing: evaluating
2015/07/07 17:56:59 [DEBUG] root: eval: *terraform.EvalSequence
2015/07/07 17:56:59 [DEBUG] root: eval: *terraform.EvalInterpolate
2015/07/07 17:56:59 [DEBUG] root: eval: *terraform.EvalOpFilter
2015/07/07 17:56:59 [DEBUG] root: eval: *terraform.EvalValidateCount
2015/07/07 17:56:59 [ERROR] root: eval: *terraform.EvalValidateCount, err: Warnings: []. Errors: []
2015/07/07 17:56:59 [ERROR] root: eval: *terraform.EvalOpFilter, err: Warnings: []. Errors: []
2015/07/07 17:56:59 [ERROR] root: eval: *terraform.EvalSequence, err: Warnings: []. Errors: []
2015/07/07 17:56:59 [DEBUG] vertex root.aws_vpc.testing: expanding/walking dynamic subgraph
2015/07/07 17:56:59 [TRACE] Graph after step *terraform.ResourceCountTransformer:
aws_vpc.testing
2015/07/07 17:56:59 [TRACE] Graph after step *terraform.RootTransformer:
aws_vpc.testing
2015/07/07 17:56:59 [DEBUG] vertex root.aws_vpc.testing: walking
2015/07/07 17:56:59 [DEBUG] vertex root.aws_vpc.testing: evaluating
2015/07/07 17:56:59 [DEBUG] root: eval: *terraform.EvalSequence
2015/07/07 17:56:59 [DEBUG] root: eval: *terraform.EvalOpFilter
2015/07/07 17:56:59 [DEBUG] root: eval: *terraform.EvalSequence
2015/07/07 17:56:59 [DEBUG] root: eval: *terraform.EvalGetProvider
2015/07/07 17:56:59 [DEBUG] root: eval: *terraform.EvalInterpolate
2015/07/07 17:56:59 [DEBUG] root: eval: *terraform.EvalValidateResource
2015/07/07 17:56:59 [DEBUG] root: eval: *terraform.EvalInstanceInfo
2015/07/07 17:56:59 [DEBUG] root: eval: terraform.EvalNoop
2015/07/07 17:56:59 [DEBUG] root: eval: terraform.EvalNoop
2015/07/07 17:56:59 [DEBUG] root: eval: terraform.EvalNoop
2015/07/07 17:56:59 [DEBUG] root: eval: terraform.EvalNoop
2015/07/07 17:56:59 [DEBUG] vertex root.aws_internet_gateway.testing: walking
2015/07/07 17:56:59 [DEBUG] vertex root.aws_internet_gateway.testing: evaluating
2015/07/07 17:56:59 [DEBUG] root: eval: *terraform.EvalSequence
2015/07/07 17:56:59 [DEBUG] root: eval: *terraform.EvalInterpolate
2015/07/07 17:56:59 [DEBUG] root: eval: *terraform.EvalOpFilter
2015/07/07 17:56:59 [DEBUG] root: eval: *terraform.EvalValidateCount
2015/07/07 17:56:59 [ERROR] root: eval: *terraform.EvalValidateCount, err: Warnings: []. Errors: []
2015/07/07 17:56:59 [ERROR] root: eval: *terraform.EvalOpFilter, err: Warnings: []. Errors: []
2015/07/07 17:56:59 [ERROR] root: eval: *terraform.EvalSequence, err: Warnings: []. Errors: []
2015/07/07 17:56:59 [DEBUG] vertex root.aws_internet_gateway.testing: expanding/walking dynamic subgraph
2015/07/07 17:56:59 [TRACE] Graph after step *terraform.ResourceCountTransformer:
aws_internet_gateway.testing
2015/07/07 17:56:59 [TRACE] Graph after step *terraform.RootTransformer:
aws_internet_gateway.testing
2015/07/07 17:56:59 [DEBUG] vertex root.aws_vpc_peering_connection.testing-utility: walking
2015/07/07 17:56:59 [DEBUG] vertex root.aws_vpc_peering_connection.testing-utility: evaluating
2015/07/07 17:56:59 [DEBUG] root: eval: *terraform.EvalSequence
2015/07/07 17:56:59 [DEBUG] root: eval: *terraform.EvalInterpolate
2015/07/07 17:56:59 [DEBUG] root: eval: *terraform.EvalOpFilter
2015/07/07 17:56:59 [DEBUG] root: eval: *terraform.EvalValidateCount
2015/07/07 17:56:59 [ERROR] root: eval: *terraform.EvalValidateCount, err: Warnings: []. Errors: []
2015/07/07 17:56:59 [ERROR] root: eval: *terraform.EvalOpFilter, err: Warnings: []. Errors: []
2015/07/07 17:56:59 [ERROR] root: eval: *terraform.EvalSequence, err: Warnings: []. Errors: []
2015/07/07 17:56:59 [DEBUG] vertex root.aws_vpc_peering_connection.testing-utility: expanding/walking dynamic subgraph
2015/07/07 17:56:59 [TRACE] Graph after step *terraform.ResourceCountTransformer:
aws_vpc_peering_connection.testing-utility
2015/07/07 17:56:59 [TRACE] Graph after step *terraform.RootTransformer:
aws_vpc_peering_connection.testing-utility
2015/07/07 17:56:59 [DEBUG] vertex root.aws_internet_gateway.testing: walking
2015/07/07 17:56:59 [DEBUG] vertex root.aws_internet_gateway.testing: evaluating
2015/07/07 17:56:59 [DEBUG] root: eval: *terraform.EvalSequence
2015/07/07 17:56:59 [DEBUG] root: eval: *terraform.EvalOpFilter
2015/07/07 17:56:59 [DEBUG] root: eval: *terraform.EvalSequence
2015/07/07 17:56:59 [DEBUG] root: eval: *terraform.EvalGetProvider
2015/07/07 17:56:59 [DEBUG] root: eval: *terraform.EvalInterpolate
2015/07/07 17:56:59 [DEBUG] root: eval: *terraform.EvalValidateResource
2015/07/07 17:56:59 [DEBUG] vertex root.aws_vpc_peering_connection.testing-utility: walking
2015/07/07 17:56:59 [DEBUG] vertex root.aws_vpc_peering_connection.testing-utility: evaluating
2015/07/07 17:56:59 [DEBUG] root: eval: *terraform.EvalSequence
2015/07/07 17:56:59 [DEBUG] root: eval: *terraform.EvalOpFilter
2015/07/07 17:56:59 [DEBUG] root: eval: *terraform.EvalSequence
2015/07/07 17:56:59 [DEBUG] root: eval: *terraform.EvalGetProvider
2015/07/07 17:56:59 [DEBUG] root: eval: *terraform.EvalInterpolate
2015/07/07 17:56:59 [DEBUG] root: eval: *terraform.EvalValidateResource
2015/07/07 17:56:59 [DEBUG] root: eval: *terraform.EvalInstanceInfo
2015/07/07 17:56:59 [DEBUG] root: eval: terraform.EvalNoop
2015/07/07 17:56:59 [DEBUG] root: eval: terraform.EvalNoop
2015/07/07 17:56:59 [DEBUG] root: eval: terraform.EvalNoop
2015/07/07 17:56:59 [DEBUG] root: eval: terraform.EvalNoop
2015/07/07 17:56:59 [DEBUG] root: eval: *terraform.EvalInstanceInfo
2015/07/07 17:56:59 [DEBUG] root: eval: terraform.EvalNoop
2015/07/07 17:56:59 [DEBUG] root: eval: terraform.EvalNoop
2015/07/07 17:56:59 [DEBUG] root: eval: terraform.EvalNoop
2015/07/07 17:56:59 [DEBUG] root: eval: terraform.EvalNoop
2015/07/07 17:56:59 [DEBUG] vertex root.aws_route.testing-util: walking
2015/07/07 17:56:59 [DEBUG] vertex root.aws_route.testing-util: evaluating
2015/07/07 17:56:59 [DEBUG] root: eval: *terraform.EvalSequence
2015/07/07 17:56:59 [DEBUG] root: eval: *terraform.EvalInterpolate
2015/07/07 17:56:59 [DEBUG] root: eval: *terraform.EvalOpFilter
2015/07/07 17:56:59 [DEBUG] root: eval: *terraform.EvalValidateCount
2015/07/07 17:56:59 [ERROR] root: eval: *terraform.EvalValidateCount, err: Warnings: []. Errors: []
2015/07/07 17:56:59 [ERROR] root: eval: *terraform.EvalOpFilter, err: Warnings: []. Errors: []
2015/07/07 17:56:59 [ERROR] root: eval: *terraform.EvalSequence, err: Warnings: []. Errors: []
2015/07/07 17:56:59 [DEBUG] vertex root.aws_route.testing-util: expanding/walking dynamic subgraph
2015/07/07 17:56:59 [TRACE] Graph after step *terraform.ResourceCountTransformer:
aws_route.testing-util
2015/07/07 17:56:59 [TRACE] Graph after step *terraform.RootTransformer:
aws_route.testing-util
2015/07/07 17:56:59 [DEBUG] vertex root.aws_route_table.testing: walking
2015/07/07 17:56:59 [DEBUG] vertex root.aws_route_table.testing: evaluating
2015/07/07 17:56:59 [DEBUG] root: eval: *terraform.EvalSequence
2015/07/07 17:56:59 [DEBUG] root: eval: *terraform.EvalInterpolate
2015/07/07 17:56:59 [DEBUG] root: eval: *terraform.EvalOpFilter
2015/07/07 17:56:59 [DEBUG] root: eval: *terraform.EvalValidateCount
2015/07/07 17:56:59 [ERROR] root: eval: *terraform.EvalValidateCount, err: Warnings: []. Errors: []
2015/07/07 17:56:59 [ERROR] root: eval: *terraform.EvalOpFilter, err: Warnings: []. Errors: []
2015/07/07 17:56:59 [ERROR] root: eval: *terraform.EvalSequence, err: Warnings: []. Errors: []
2015/07/07 17:56:59 [DEBUG] vertex root.aws_route_table.testing: expanding/walking dynamic subgraph
2015/07/07 17:56:59 [TRACE] Graph after step *terraform.ResourceCountTransformer:
aws_route_table.testing
2015/07/07 17:56:59 [TRACE] Graph after step *terraform.RootTransformer:
aws_route_table.testing
2015/07/07 17:56:59 [DEBUG] vertex root.aws_route.testing-util: walking
2015/07/07 17:56:59 [DEBUG] vertex root.aws_route.testing-util: evaluating
2015/07/07 17:56:59 [DEBUG] root: eval: *terraform.EvalSequence
2015/07/07 17:56:59 [DEBUG] root: eval: *terraform.EvalOpFilter
2015/07/07 17:56:59 [DEBUG] root: eval: *terraform.EvalSequence
2015/07/07 17:56:59 [DEBUG] root: eval: *terraform.EvalGetProvider
2015/07/07 17:56:59 [DEBUG] root: eval: *terraform.EvalInterpolate
2015/07/07 17:56:59 [DEBUG] root: eval: *terraform.EvalValidateResource
2015/07/07 17:56:59 [DEBUG] vertex root.aws_route_table.testing: walking
2015/07/07 17:56:59 [DEBUG] vertex root.aws_route_table.testing: evaluating
2015/07/07 17:56:59 [DEBUG] root: eval: *terraform.EvalSequence
2015/07/07 17:56:59 [DEBUG] root: eval: *terraform.EvalOpFilter
2015/07/07 17:56:59 [DEBUG] root: eval: *terraform.EvalSequence
2015/07/07 17:56:59 [DEBUG] root: eval: *terraform.EvalGetProvider
2015/07/07 17:56:59 [DEBUG] root: eval: *terraform.EvalInterpolate
2015/07/07 17:56:59 [DEBUG] root: eval: *terraform.EvalValidateResource
2015/07/07 17:56:59 [DEBUG] root: eval: *terraform.EvalInstanceInfo
2015/07/07 17:56:59 [DEBUG] root: eval: terraform.EvalNoop
2015/07/07 17:56:59 [DEBUG] root: eval: terraform.EvalNoop
2015/07/07 17:56:59 [DEBUG] root: eval: terraform.EvalNoop
2015/07/07 17:56:59 [DEBUG] root: eval: terraform.EvalNoop
2015/07/07 17:56:59 [DEBUG] root: eval: *terraform.EvalInstanceInfo
2015/07/07 17:56:59 [DEBUG] root: eval: terraform.EvalNoop
2015/07/07 17:56:59 [DEBUG] root: eval: terraform.EvalNoop
2015/07/07 17:56:59 [DEBUG] root: eval: terraform.EvalNoop
2015/07/07 17:56:59 [DEBUG] root: eval: terraform.EvalNoop
2015/07/07 17:56:59 [DEBUG] vertex root.provider.aws (close): walking
2015/07/07 17:56:59 [DEBUG] vertex root.provider.aws (close): evaluating
2015/07/07 17:56:59 [DEBUG] root: eval: *terraform.EvalCloseProvider
2015/07/07 17:56:59 [TRACE] Graph after step *terraform.ConfigTransformer:
aws_internet_gateway.testing
aws_vpc.testing
aws_route.testing-util
aws_vpc_peering_connection.testing-utility
aws_route_table.testing
aws_internet_gateway.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
aws_vpc.testing
provider.aws
2015/07/07 17:56:59 [TRACE] Graph after step *terraform.OrphanTransformer:
aws_internet_gateway.testing
aws_vpc.testing
aws_route.testing-util
aws_vpc_peering_connection.testing-utility
aws_route_table.testing
aws_internet_gateway.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
aws_vpc.testing
provider.aws
2015/07/07 17:56:59 [TRACE] Graph after step *terraform.AddOutputOrphanTransformer:
aws_internet_gateway.testing
aws_vpc.testing
aws_route.testing-util
aws_vpc_peering_connection.testing-utility
aws_route_table.testing
aws_internet_gateway.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
aws_vpc.testing
provider.aws
2015/07/07 17:56:59 [TRACE] Graph after step *terraform.MissingProviderTransformer:
aws_internet_gateway.testing
aws_vpc.testing
aws_route.testing-util
aws_vpc_peering_connection.testing-utility
aws_route_table.testing
aws_internet_gateway.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
aws_vpc.testing
provider.atlas
provider.aws
provider.azure
provider.cloudflare
provider.cloudstack
provider.consul
provider.digitalocean
provider.dme
provider.dnsimple
provider.docker
provider.google
provider.heroku
provider.mailgun
provider.null
provider.openstack
provider.template
provider.terraform
2015/07/07 17:56:59 [TRACE] Graph after step *terraform.ProviderTransformer:
aws_internet_gateway.testing
aws_vpc.testing
provider.aws
aws_route.testing-util
aws_vpc_peering_connection.testing-utility
provider.aws
aws_route_table.testing
aws_internet_gateway.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
provider.aws
aws_vpc.testing
provider.aws
aws_vpc_peering_connection.testing-utility
aws_vpc.testing
provider.aws
provider.atlas
provider.aws
provider.azure
provider.cloudflare
provider.cloudstack
provider.consul
provider.digitalocean
provider.dme
provider.dnsimple
provider.docker
provider.google
provider.heroku
provider.mailgun
provider.null
provider.openstack
provider.template
provider.terraform
2015/07/07 17:56:59 [TRACE] Graph after step *terraform.CloseProviderTransformer:
aws_internet_gateway.testing
aws_vpc.testing
provider.aws
aws_route.testing-util
aws_vpc_peering_connection.testing-utility
provider.aws
aws_route_table.testing
aws_internet_gateway.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
provider.aws
aws_vpc.testing
provider.aws
aws_vpc_peering_connection.testing-utility
aws_vpc.testing
provider.aws
provider.atlas
provider.aws
provider.aws (close)
aws_internet_gateway.testing
aws_route.testing-util
aws_route_table.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
provider.azure
provider.cloudflare
provider.cloudstack
provider.consul
provider.digitalocean
provider.dme
provider.dnsimple
provider.docker
provider.google
provider.heroku
provider.mailgun
provider.null
provider.openstack
provider.template
provider.terraform
2015/07/07 17:56:59 [TRACE] Graph after step *terraform.PruneProviderTransformer:
aws_internet_gateway.testing
aws_vpc.testing
provider.aws
aws_route.testing-util
aws_vpc_peering_connection.testing-utility
provider.aws
aws_route_table.testing
aws_internet_gateway.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
provider.aws
aws_vpc.testing
provider.aws
aws_vpc_peering_connection.testing-utility
aws_vpc.testing
provider.aws
provider.aws
provider.aws (close)
aws_internet_gateway.testing
aws_route.testing-util
aws_route_table.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
2015/07/07 17:56:59 [TRACE] Graph after step *terraform.DisableProviderTransformer:
aws_internet_gateway.testing
aws_vpc.testing
provider.aws
aws_route.testing-util
aws_vpc_peering_connection.testing-utility
provider.aws
aws_route_table.testing
aws_internet_gateway.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
provider.aws
aws_vpc.testing
provider.aws
aws_vpc_peering_connection.testing-utility
aws_vpc.testing
provider.aws
provider.aws
provider.aws (close)
aws_internet_gateway.testing
aws_route.testing-util
aws_route_table.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
2015/07/07 17:56:59 [TRACE] Graph after step *terraform.MissingProvisionerTransformer:
aws_internet_gateway.testing
aws_vpc.testing
provider.aws
aws_route.testing-util
aws_vpc_peering_connection.testing-utility
provider.aws
aws_route_table.testing
aws_internet_gateway.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
provider.aws
aws_vpc.testing
provider.aws
aws_vpc_peering_connection.testing-utility
aws_vpc.testing
provider.aws
provider.aws
provider.aws (close)
aws_internet_gateway.testing
aws_route.testing-util
aws_route_table.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
provisioner.chef
provisioner.file
provisioner.local-exec
provisioner.remote-exec
2015/07/07 17:56:59 [TRACE] Graph after step *terraform.ProvisionerTransformer:
aws_internet_gateway.testing
aws_vpc.testing
provider.aws
aws_route.testing-util
aws_vpc_peering_connection.testing-utility
provider.aws
aws_route_table.testing
aws_internet_gateway.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
provider.aws
aws_vpc.testing
provider.aws
aws_vpc_peering_connection.testing-utility
aws_vpc.testing
provider.aws
provider.aws
provider.aws (close)
aws_internet_gateway.testing
aws_route.testing-util
aws_route_table.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
provisioner.chef
provisioner.file
provisioner.local-exec
provisioner.remote-exec
2015/07/07 17:56:59 [TRACE] Graph after step *terraform.CloseProvisionerTransformer:
aws_internet_gateway.testing
aws_vpc.testing
provider.aws
aws_route.testing-util
aws_vpc_peering_connection.testing-utility
provider.aws
aws_route_table.testing
aws_internet_gateway.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
provider.aws
aws_vpc.testing
provider.aws
aws_vpc_peering_connection.testing-utility
aws_vpc.testing
provider.aws
provider.aws
provider.aws (close)
aws_internet_gateway.testing
aws_route.testing-util
aws_route_table.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
provisioner.chef
provisioner.file
provisioner.local-exec
provisioner.remote-exec
2015/07/07 17:56:59 [TRACE] Graph after step *terraform.PruneProvisionerTransformer:
aws_internet_gateway.testing
aws_vpc.testing
provider.aws
aws_route.testing-util
aws_vpc_peering_connection.testing-utility
provider.aws
aws_route_table.testing
aws_internet_gateway.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
provider.aws
aws_vpc.testing
provider.aws
aws_vpc_peering_connection.testing-utility
aws_vpc.testing
provider.aws
provider.aws
provider.aws (close)
aws_internet_gateway.testing
aws_route.testing-util
aws_route_table.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
2015/07/07 17:56:59 [TRACE] Graph after step *terraform.VertexTransformer:
aws_internet_gateway.testing
aws_vpc.testing
provider.aws
aws_route.testing-util
aws_vpc_peering_connection.testing-utility
provider.aws
aws_route_table.testing
aws_internet_gateway.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
provider.aws
aws_vpc.testing
provider.aws
aws_vpc_peering_connection.testing-utility
aws_vpc.testing
provider.aws
provider.aws
provider.aws (close)
aws_internet_gateway.testing
aws_route.testing-util
aws_route_table.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
2015/07/07 17:56:59 [TRACE] Graph after step *terraform.FlattenTransformer:
aws_internet_gateway.testing
aws_vpc.testing
provider.aws
aws_route.testing-util
aws_vpc_peering_connection.testing-utility
provider.aws
aws_route_table.testing
aws_internet_gateway.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
provider.aws
aws_vpc.testing
provider.aws
aws_vpc_peering_connection.testing-utility
aws_vpc.testing
provider.aws
provider.aws
provider.aws (close)
aws_internet_gateway.testing
aws_route.testing-util
aws_route_table.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
2015/07/07 17:56:59 [TRACE] Graph after step *terraform.ProxyTransformer:
aws_internet_gateway.testing
aws_vpc.testing
provider.aws
aws_route.testing-util
aws_vpc_peering_connection.testing-utility
provider.aws
aws_route_table.testing
aws_internet_gateway.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
provider.aws
aws_vpc.testing
provider.aws
aws_vpc_peering_connection.testing-utility
aws_vpc.testing
provider.aws
provider.aws
provider.aws (close)
aws_internet_gateway.testing
aws_route.testing-util
aws_route_table.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
2015/07/07 17:56:59 [TRACE] Graph after step *terraform.TargetsTransformer:
aws_internet_gateway.testing
aws_vpc.testing
provider.aws
aws_route.testing-util
aws_vpc_peering_connection.testing-utility
provider.aws
aws_route_table.testing
aws_internet_gateway.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
provider.aws
aws_vpc.testing
provider.aws
aws_vpc_peering_connection.testing-utility
aws_vpc.testing
provider.aws
provider.aws
provider.aws (close)
aws_internet_gateway.testing
aws_route.testing-util
aws_route_table.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
2015/07/07 17:56:59 [TRACE] Graph after step *terraform.RootTransformer:
aws_internet_gateway.testing
aws_vpc.testing
provider.aws
aws_route.testing-util
aws_vpc_peering_connection.testing-utility
provider.aws
aws_route_table.testing
aws_internet_gateway.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
provider.aws
aws_vpc.testing
provider.aws
aws_vpc_peering_connection.testing-utility
aws_vpc.testing
provider.aws
provider.aws
provider.aws (close)
aws_internet_gateway.testing
aws_route.testing-util
aws_route_table.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
2015/07/07 17:56:59 [TRACE] Graph after step *terraform.DestroyTransformer:
aws_internet_gateway.testing
aws_internet_gateway.testing (destroy tainted)
aws_internet_gateway.testing (destroy)
aws_vpc.testing
provider.aws
aws_internet_gateway.testing (destroy tainted)
aws_route_table.testing (destroy tainted)
provider.aws
aws_internet_gateway.testing (destroy)
aws_route_table.testing (destroy)
provider.aws
aws_route.testing-util
aws_route.testing-util (destroy tainted)
aws_route.testing-util (destroy)
aws_vpc_peering_connection.testing-utility
provider.aws
aws_route.testing-util (destroy tainted)
provider.aws
aws_route.testing-util (destroy)
provider.aws
aws_route_table.testing
aws_internet_gateway.testing
aws_route_table.testing (destroy tainted)
aws_route_table.testing (destroy)
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
provider.aws
aws_route_table.testing (destroy tainted)
provider.aws
aws_route_table.testing (destroy)
provider.aws
aws_vpc.testing
aws_vpc.testing (destroy tainted)
aws_vpc.testing (destroy)
provider.aws
aws_vpc.testing (destroy tainted)
aws_internet_gateway.testing (destroy tainted)
aws_route_table.testing (destroy tainted)
aws_vpc_peering_connection.testing-utility (destroy tainted)
provider.aws
aws_vpc.testing (destroy)
aws_internet_gateway.testing (destroy)
aws_route_table.testing (destroy)
aws_vpc_peering_connection.testing-utility (destroy)
provider.aws
aws_vpc_peering_connection.testing-utility
aws_vpc.testing
aws_vpc_peering_connection.testing-utility (destroy tainted)
aws_vpc_peering_connection.testing-utility (destroy)
provider.aws
aws_vpc_peering_connection.testing-utility (destroy tainted)
aws_route.testing-util (destroy tainted)
aws_route_table.testing (destroy tainted)
provider.aws
aws_vpc_peering_connection.testing-utility (destroy)
aws_route.testing-util (destroy)
aws_route_table.testing (destroy)
provider.aws
provider.aws
provider.aws (close)
aws_internet_gateway.testing
aws_route.testing-util
aws_route_table.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
2015/07/07 17:56:59 [TRACE] Graph after step *terraform.CreateBeforeDestroyTransformer:
aws_internet_gateway.testing
aws_internet_gateway.testing (destroy tainted)
aws_internet_gateway.testing (destroy)
aws_vpc.testing
provider.aws
aws_internet_gateway.testing (destroy tainted)
aws_route_table.testing (destroy tainted)
provider.aws
aws_internet_gateway.testing (destroy)
aws_route_table.testing (destroy)
provider.aws
aws_route.testing-util
aws_route.testing-util (destroy tainted)
aws_route.testing-util (destroy)
aws_vpc_peering_connection.testing-utility
provider.aws
aws_route.testing-util (destroy tainted)
provider.aws
aws_route.testing-util (destroy)
provider.aws
aws_route_table.testing
aws_internet_gateway.testing
aws_route_table.testing (destroy tainted)
aws_route_table.testing (destroy)
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
provider.aws
aws_route_table.testing (destroy tainted)
provider.aws
aws_route_table.testing (destroy)
provider.aws
aws_vpc.testing
aws_vpc.testing (destroy tainted)
aws_vpc.testing (destroy)
provider.aws
aws_vpc.testing (destroy tainted)
aws_internet_gateway.testing (destroy tainted)
aws_route_table.testing (destroy tainted)
aws_vpc_peering_connection.testing-utility (destroy tainted)
provider.aws
aws_vpc.testing (destroy)
aws_internet_gateway.testing (destroy)
aws_route_table.testing (destroy)
aws_vpc_peering_connection.testing-utility (destroy)
provider.aws
aws_vpc_peering_connection.testing-utility
aws_vpc.testing
aws_vpc_peering_connection.testing-utility (destroy tainted)
aws_vpc_peering_connection.testing-utility (destroy)
provider.aws
aws_vpc_peering_connection.testing-utility (destroy tainted)
aws_route.testing-util (destroy tainted)
aws_route_table.testing (destroy tainted)
provider.aws
aws_vpc_peering_connection.testing-utility (destroy)
aws_route.testing-util (destroy)
aws_route_table.testing (destroy)
provider.aws
provider.aws
provider.aws (close)
aws_internet_gateway.testing
aws_route.testing-util
aws_route_table.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
2015/07/07 17:56:59 [TRACE] Graph after step *terraform.PruneDestroyTransformer:
aws_internet_gateway.testing
aws_vpc.testing
provider.aws
aws_route.testing-util
aws_vpc_peering_connection.testing-utility
provider.aws
aws_route_table.testing
aws_internet_gateway.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
provider.aws
aws_vpc.testing
provider.aws
aws_vpc_peering_connection.testing-utility
aws_vpc.testing
provider.aws
provider.aws
provider.aws (close)
aws_internet_gateway.testing
aws_route.testing-util
aws_route_table.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
2015/07/07 17:56:59 [TRACE] Graph after step *terraform.RootTransformer:
aws_internet_gateway.testing
aws_vpc.testing
provider.aws
aws_route.testing-util
aws_vpc_peering_connection.testing-utility
provider.aws
aws_route_table.testing
aws_internet_gateway.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
provider.aws
aws_vpc.testing
provider.aws
aws_vpc_peering_connection.testing-utility
aws_vpc.testing
provider.aws
provider.aws
provider.aws (close)
aws_internet_gateway.testing
aws_route.testing-util
aws_route_table.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
2015/07/07 17:56:59 [TRACE] Graph after step *terraform.TransitiveReductionTransformer:
aws_internet_gateway.testing
aws_vpc.testing
aws_route.testing-util
aws_vpc_peering_connection.testing-utility
aws_route_table.testing
aws_internet_gateway.testing
aws_vpc_peering_connection.testing-utility
aws_vpc.testing
provider.aws
aws_vpc_peering_connection.testing-utility
aws_vpc.testing
provider.aws
provider.aws (close)
aws_route.testing-util
aws_route_table.testing
2015/07/07 17:56:59 [INFO] Starting graph walk: walkRefresh
2015/07/07 17:56:59 [DEBUG] vertex root.provider.aws: walking
2015/07/07 17:56:59 [DEBUG] vertex root.provider.aws: evaluating
2015/07/07 17:56:59 [DEBUG] root: eval: *terraform.EvalSequence
2015/07/07 17:56:59 [DEBUG] root: eval: *terraform.EvalInitProvider
2015/07/07 17:56:59 [DEBUG] root: eval: terraform.EvalNoop
2015/07/07 17:56:59 [DEBUG] root: eval: *terraform.EvalOpFilter
2015/07/07 17:56:59 [DEBUG] root: eval: *terraform.EvalSequence
2015/07/07 17:56:59 [DEBUG] root: eval: *terraform.EvalGetProvider
2015/07/07 17:56:59 [DEBUG] root: eval: *terraform.EvalInterpolate
2015/07/07 17:56:59 [DEBUG] root: eval: *terraform.EvalBuildProviderConfig
2015/07/07 17:56:59 [DEBUG] root: eval: *terraform.EvalValidateProvider
2015/07/07 17:56:59 [DEBUG] root: eval: *terraform.EvalConfigProvider
2015/07/07 17:56:59 terraform-provider-aws: 2015/07/07 17:56:59 [INFO] Building AWS region structure
2015/07/07 17:56:59 terraform-provider-aws: 2015/07/07 17:56:59 [INFO] Building AWS auth structure
2015/07/07 17:56:59 terraform-provider-aws: 2015/07/07 17:56:59 [INFO] Initializing DynamoDB connection
2015/07/07 17:56:59 terraform-provider-aws: 2015/07/07 17:56:59 [INFO] Initializing ELB connection
2015/07/07 17:56:59 terraform-provider-aws: 2015/07/07 17:56:59 [INFO] Initializing S3 connection
2015/07/07 17:56:59 terraform-provider-aws: 2015/07/07 17:56:59 [INFO] Initializing SQS connection
2015/07/07 17:56:59 terraform-provider-aws: 2015/07/07 17:56:59 [INFO] Initializing SNS connection
2015/07/07 17:56:59 terraform-provider-aws: 2015/07/07 17:56:59 [INFO] Initializing RDS Connection
2015/07/07 17:56:59 terraform-provider-aws: 2015/07/07 17:56:59 [INFO] Initializing IAM Connection
2015/07/07 17:56:59 terraform-provider-aws: 2015/07/07 17:56:59 [INFO] Initializing Kinesis Connection
2015/07/07 17:56:59 terraform-provider-aws: 2015/07/07 17:56:59 [INFO] Initializing AutoScaling connection
2015/07/07 17:56:59 terraform-provider-aws: 2015/07/07 17:56:59 [INFO] Initializing EC2 Connection
2015/07/07 17:56:59 terraform-provider-aws: 2015/07/07 17:56:59 [INFO] Initializing ECS Connection
2015/07/07 17:56:59 terraform-provider-aws: 2015/07/07 17:56:59 [INFO] Initializing Route 53 connection
2015/07/07 17:56:59 terraform-provider-aws: 2015/07/07 17:56:59 [INFO] Initializing Elasticache Connection
2015/07/07 17:56:59 terraform-provider-aws: 2015/07/07 17:56:59 [INFO] Initializing Lambda Connection
2015/07/07 17:56:59 terraform-provider-aws: 2015/07/07 17:56:59 [INFO] Initializing CloudWatch SDK connection
2015/07/07 17:56:59 [DEBUG] vertex root.aws_vpc.testing: walking
2015/07/07 17:56:59 [DEBUG] vertex root.aws_vpc.testing: evaluating
2015/07/07 17:56:59 [DEBUG] root: eval: *terraform.EvalSequence
2015/07/07 17:56:59 [DEBUG] root: eval: *terraform.EvalInterpolate
2015/07/07 17:56:59 [DEBUG] root: eval: terraform.EvalNoop
2015/07/07 17:56:59 [DEBUG] root: eval: *terraform.EvalCountFixZeroOneBoundary
2015/07/07 17:56:59 [DEBUG] vertex root.aws_vpc.testing: expanding/walking dynamic subgraph
2015/07/07 17:56:59 [TRACE] Graph after step *terraform.ResourceCountTransformer:
aws_vpc.testing
2015/07/07 17:56:59 [TRACE] Graph after step *terraform.RootTransformer:
aws_vpc.testing
2015/07/07 17:56:59 [DEBUG] vertex root.aws_vpc.testing: walking
2015/07/07 17:56:59 [DEBUG] vertex root.aws_vpc.testing: evaluating
2015/07/07 17:56:59 [DEBUG] root: eval: *terraform.EvalSequence
2015/07/07 17:56:59 [DEBUG] root: eval: terraform.EvalNoop
2015/07/07 17:56:59 [DEBUG] root: eval: *terraform.EvalInstanceInfo
2015/07/07 17:56:59 [DEBUG] root: eval: *terraform.EvalOpFilter
2015/07/07 17:56:59 [DEBUG] root: eval: *terraform.EvalSequence
2015/07/07 17:56:59 [DEBUG] root: eval: *terraform.EvalGetProvider
2015/07/07 17:56:59 [DEBUG] root: eval: *terraform.EvalReadState
2015/07/07 17:56:59 [DEBUG] root: eval: *terraform.EvalRefresh
2015/07/07 17:57:01 [DEBUG] root: eval: *terraform.EvalWriteState
2015/07/07 17:57:01 [DEBUG] root: eval: terraform.EvalNoop
2015/07/07 17:57:01 [DEBUG] root: eval: terraform.EvalNoop
2015/07/07 17:57:01 [DEBUG] root: eval: terraform.EvalNoop
2015/07/07 17:57:01 [DEBUG] vertex root.aws_internet_gateway.testing: walking
2015/07/07 17:57:01 [DEBUG] vertex root.aws_internet_gateway.testing: evaluating
2015/07/07 17:57:01 [DEBUG] root: eval: *terraform.EvalSequence
2015/07/07 17:57:01 [DEBUG] root: eval: *terraform.EvalInterpolate
2015/07/07 17:57:01 [DEBUG] root: eval: terraform.EvalNoop
2015/07/07 17:57:01 [DEBUG] root: eval: *terraform.EvalCountFixZeroOneBoundary
2015/07/07 17:57:01 [DEBUG] vertex root.aws_internet_gateway.testing: expanding/walking dynamic subgraph
2015/07/07 17:57:01 [TRACE] Graph after step *terraform.ResourceCountTransformer:
aws_internet_gateway.testing
2015/07/07 17:57:01 [TRACE] Graph after step *terraform.RootTransformer:
aws_internet_gateway.testing
2015/07/07 17:57:01 [DEBUG] vertex root.aws_vpc_peering_connection.testing-utility: walking
2015/07/07 17:57:01 [DEBUG] vertex root.aws_vpc_peering_connection.testing-utility: evaluating
2015/07/07 17:57:01 [DEBUG] root: eval: *terraform.EvalSequence
2015/07/07 17:57:01 [DEBUG] root: eval: *terraform.EvalInterpolate
2015/07/07 17:57:01 [DEBUG] root: eval: terraform.EvalNoop
2015/07/07 17:57:01 [DEBUG] root: eval: *terraform.EvalCountFixZeroOneBoundary
2015/07/07 17:57:01 [DEBUG] vertex root.aws_vpc_peering_connection.testing-utility: expanding/walking dynamic subgraph
2015/07/07 17:57:01 [TRACE] Graph after step *terraform.ResourceCountTransformer:
aws_vpc_peering_connection.testing-utility
2015/07/07 17:57:01 [TRACE] Graph after step *terraform.RootTransformer:
aws_vpc_peering_connection.testing-utility
2015/07/07 17:57:01 [DEBUG] vertex root.aws_internet_gateway.testing: walking
2015/07/07 17:57:01 [DEBUG] vertex root.aws_internet_gateway.testing: evaluating
2015/07/07 17:57:01 [DEBUG] root: eval: *terraform.EvalSequence
2015/07/07 17:57:01 [DEBUG] root: eval: terraform.EvalNoop
2015/07/07 17:57:01 [DEBUG] root: eval: *terraform.EvalInstanceInfo
2015/07/07 17:57:01 [DEBUG] root: eval: *terraform.EvalOpFilter
2015/07/07 17:57:01 [DEBUG] root: eval: *terraform.EvalSequence
2015/07/07 17:57:01 [DEBUG] root: eval: *terraform.EvalGetProvider
2015/07/07 17:57:01 [DEBUG] root: eval: *terraform.EvalReadState
2015/07/07 17:57:01 [DEBUG] root: eval: *terraform.EvalRefresh
2015/07/07 17:57:01 [DEBUG] vertex root.aws_vpc_peering_connection.testing-utility: walking
2015/07/07 17:57:01 [DEBUG] vertex root.aws_vpc_peering_connection.testing-utility: evaluating
2015/07/07 17:57:01 [DEBUG] root: eval: *terraform.EvalSequence
2015/07/07 17:57:01 [DEBUG] root: eval: terraform.EvalNoop
2015/07/07 17:57:01 [DEBUG] root: eval: *terraform.EvalInstanceInfo
2015/07/07 17:57:01 [DEBUG] root: eval: *terraform.EvalOpFilter
2015/07/07 17:57:01 [DEBUG] root: eval: *terraform.EvalSequence
2015/07/07 17:57:01 [DEBUG] root: eval: *terraform.EvalGetProvider
2015/07/07 17:57:01 [DEBUG] root: eval: *terraform.EvalReadState
2015/07/07 17:57:01 [DEBUG] root: eval: *terraform.EvalRefresh
2015/07/07 17:57:02 [DEBUG] root: eval: *terraform.EvalWriteState
2015/07/07 17:57:02 [DEBUG] root: eval: terraform.EvalNoop
2015/07/07 17:57:02 [DEBUG] root: eval: terraform.EvalNoop
2015/07/07 17:57:02 [DEBUG] root: eval: terraform.EvalNoop
2015/07/07 17:57:02 [DEBUG] root: eval: *terraform.EvalWriteState
2015/07/07 17:57:02 [DEBUG] root: eval: terraform.EvalNoop
2015/07/07 17:57:02 [DEBUG] root: eval: terraform.EvalNoop
2015/07/07 17:57:02 [DEBUG] root: eval: terraform.EvalNoop
2015/07/07 17:57:02 [DEBUG] vertex root.aws_route.testing-util: walking
2015/07/07 17:57:02 [DEBUG] vertex root.aws_route.testing-util: evaluating
2015/07/07 17:57:02 [DEBUG] root: eval: *terraform.EvalSequence
2015/07/07 17:57:02 [DEBUG] root: eval: *terraform.EvalInterpolate
2015/07/07 17:57:02 [DEBUG] root: eval: terraform.EvalNoop
2015/07/07 17:57:02 [DEBUG] root: eval: *terraform.EvalCountFixZeroOneBoundary
2015/07/07 17:57:02 [DEBUG] vertex root.aws_route.testing-util: expanding/walking dynamic subgraph
2015/07/07 17:57:02 [TRACE] Graph after step *terraform.ResourceCountTransformer:
aws_route.testing-util
2015/07/07 17:57:02 [TRACE] Graph after step *terraform.RootTransformer:
aws_route.testing-util
2015/07/07 17:57:02 [DEBUG] vertex root.aws_route_table.testing: walking
2015/07/07 17:57:02 [DEBUG] vertex root.aws_route_table.testing: evaluating
2015/07/07 17:57:02 [DEBUG] root: eval: *terraform.EvalSequence
2015/07/07 17:57:02 [DEBUG] root: eval: *terraform.EvalInterpolate
2015/07/07 17:57:02 [DEBUG] root: eval: terraform.EvalNoop
2015/07/07 17:57:02 [DEBUG] root: eval: *terraform.EvalCountFixZeroOneBoundary
2015/07/07 17:57:02 [DEBUG] vertex root.aws_route_table.testing: expanding/walking dynamic subgraph
2015/07/07 17:57:02 [TRACE] Graph after step *terraform.ResourceCountTransformer:
aws_route_table.testing
2015/07/07 17:57:02 [TRACE] Graph after step *terraform.RootTransformer:
aws_route_table.testing
2015/07/07 17:57:02 [DEBUG] vertex root.aws_route.testing-util: walking
2015/07/07 17:57:02 [DEBUG] vertex root.aws_route.testing-util: evaluating
2015/07/07 17:57:02 [DEBUG] root: eval: *terraform.EvalSequence
2015/07/07 17:57:02 [DEBUG] root: eval: terraform.EvalNoop
2015/07/07 17:57:02 [DEBUG] root: eval: *terraform.EvalInstanceInfo
2015/07/07 17:57:02 [DEBUG] root: eval: *terraform.EvalOpFilter
2015/07/07 17:57:02 [DEBUG] root: eval: *terraform.EvalSequence
2015/07/07 17:57:02 [DEBUG] root: eval: *terraform.EvalGetProvider
2015/07/07 17:57:02 [DEBUG] root: eval: *terraform.EvalReadState
2015/07/07 17:57:02 [DEBUG] root: eval: *terraform.EvalRefresh
2015/07/07 17:57:02 [DEBUG] vertex root.aws_route_table.testing: walking
2015/07/07 17:57:02 [DEBUG] vertex root.aws_route_table.testing: evaluating
2015/07/07 17:57:02 [DEBUG] root: eval: *terraform.EvalSequence
2015/07/07 17:57:02 [DEBUG] root: eval: terraform.EvalNoop
2015/07/07 17:57:02 [DEBUG] root: eval: *terraform.EvalInstanceInfo
2015/07/07 17:57:02 [DEBUG] root: eval: *terraform.EvalOpFilter
2015/07/07 17:57:02 [DEBUG] root: eval: *terraform.EvalSequence
2015/07/07 17:57:02 [DEBUG] root: eval: *terraform.EvalGetProvider
2015/07/07 17:57:02 [DEBUG] root: eval: *terraform.EvalReadState
2015/07/07 17:57:02 [DEBUG] root: eval: *terraform.EvalRefresh
2015/07/07 17:57:02 [DEBUG] root: eval: *terraform.EvalWriteState
2015/07/07 17:57:02 [DEBUG] root: eval: terraform.EvalNoop
2015/07/07 17:57:02 [DEBUG] root: eval: terraform.EvalNoop
2015/07/07 17:57:02 [DEBUG] root: eval: terraform.EvalNoop
2015/07/07 17:57:06 [DEBUG] root: eval: *terraform.EvalWriteState
2015/07/07 17:57:06 [DEBUG] root: eval: terraform.EvalNoop
2015/07/07 17:57:06 [DEBUG] root: eval: terraform.EvalNoop
2015/07/07 17:57:06 [DEBUG] root: eval: terraform.EvalNoop
2015/07/07 17:57:06 [DEBUG] vertex root.provider.aws (close): walking
2015/07/07 17:57:06 [DEBUG] vertex root.provider.aws (close): evaluating
2015/07/07 17:57:06 [DEBUG] root: eval: *terraform.EvalCloseProvider
2015/07/07 17:57:06 [TRACE] Graph after step *terraform.ConfigTransformer:
aws_internet_gateway.testing
aws_vpc.testing
aws_route.testing-util
aws_vpc_peering_connection.testing-utility
aws_route_table.testing
aws_internet_gateway.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
aws_vpc.testing
provider.aws
2015/07/07 17:57:06 [TRACE] Graph after step *terraform.OrphanTransformer:
aws_internet_gateway.testing
aws_vpc.testing
aws_route.testing-util
aws_vpc_peering_connection.testing-utility
aws_route_table.testing
aws_internet_gateway.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
aws_vpc.testing
provider.aws
2015/07/07 17:57:06 [TRACE] Graph after step *terraform.AddOutputOrphanTransformer:
aws_internet_gateway.testing
aws_vpc.testing
aws_route.testing-util
aws_vpc_peering_connection.testing-utility
aws_route_table.testing
aws_internet_gateway.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
aws_vpc.testing
provider.aws
2015/07/07 17:57:06 [TRACE] Graph after step *terraform.MissingProviderTransformer:
aws_internet_gateway.testing
aws_vpc.testing
aws_route.testing-util
aws_vpc_peering_connection.testing-utility
aws_route_table.testing
aws_internet_gateway.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
aws_vpc.testing
provider.atlas
provider.aws
provider.azure
provider.cloudflare
provider.cloudstack
provider.consul
provider.digitalocean
provider.dme
provider.dnsimple
provider.docker
provider.google
provider.heroku
provider.mailgun
provider.null
provider.openstack
provider.template
provider.terraform
2015/07/07 17:57:06 [TRACE] Graph after step *terraform.ProviderTransformer:
aws_internet_gateway.testing
aws_vpc.testing
provider.aws
aws_route.testing-util
aws_vpc_peering_connection.testing-utility
provider.aws
aws_route_table.testing
aws_internet_gateway.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
provider.aws
aws_vpc.testing
provider.aws
aws_vpc_peering_connection.testing-utility
aws_vpc.testing
provider.aws
provider.atlas
provider.aws
provider.azure
provider.cloudflare
provider.cloudstack
provider.consul
provider.digitalocean
provider.dme
provider.dnsimple
provider.docker
provider.google
provider.heroku
provider.mailgun
provider.null
provider.openstack
provider.template
provider.terraform
2015/07/07 17:57:06 [TRACE] Graph after step *terraform.CloseProviderTransformer:
aws_internet_gateway.testing
aws_vpc.testing
provider.aws
aws_route.testing-util
aws_vpc_peering_connection.testing-utility
provider.aws
aws_route_table.testing
aws_internet_gateway.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
provider.aws
aws_vpc.testing
provider.aws
aws_vpc_peering_connection.testing-utility
aws_vpc.testing
provider.aws
provider.atlas
provider.aws
provider.aws (close)
aws_internet_gateway.testing
aws_route.testing-util
aws_route_table.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
provider.azure
provider.cloudflare
provider.cloudstack
provider.consul
provider.digitalocean
provider.dme
provider.dnsimple
provider.docker
provider.google
provider.heroku
provider.mailgun
provider.null
provider.openstack
provider.template
provider.terraform
2015/07/07 17:57:06 [TRACE] Graph after step *terraform.PruneProviderTransformer:
aws_internet_gateway.testing
aws_vpc.testing
provider.aws
aws_route.testing-util
aws_vpc_peering_connection.testing-utility
provider.aws
aws_route_table.testing
aws_internet_gateway.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
provider.aws
aws_vpc.testing
provider.aws
aws_vpc_peering_connection.testing-utility
aws_vpc.testing
provider.aws
provider.aws
provider.aws (close)
aws_internet_gateway.testing
aws_route.testing-util
aws_route_table.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
2015/07/07 17:57:06 [TRACE] Graph after step *terraform.DisableProviderTransformer:
aws_internet_gateway.testing
aws_vpc.testing
provider.aws
aws_route.testing-util
aws_vpc_peering_connection.testing-utility
provider.aws
aws_route_table.testing
aws_internet_gateway.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
provider.aws
aws_vpc.testing
provider.aws
aws_vpc_peering_connection.testing-utility
aws_vpc.testing
provider.aws
provider.aws
provider.aws (close)
aws_internet_gateway.testing
aws_route.testing-util
aws_route_table.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
2015/07/07 17:57:06 [TRACE] Graph after step *terraform.MissingProvisionerTransformer:
aws_internet_gateway.testing
aws_vpc.testing
provider.aws
aws_route.testing-util
aws_vpc_peering_connection.testing-utility
provider.aws
aws_route_table.testing
aws_internet_gateway.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
provider.aws
aws_vpc.testing
provider.aws
aws_vpc_peering_connection.testing-utility
aws_vpc.testing
provider.aws
provider.aws
provider.aws (close)
aws_internet_gateway.testing
aws_route.testing-util
aws_route_table.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
provisioner.chef
provisioner.file
provisioner.local-exec
provisioner.remote-exec
2015/07/07 17:57:06 [TRACE] Graph after step *terraform.ProvisionerTransformer:
aws_internet_gateway.testing
aws_vpc.testing
provider.aws
aws_route.testing-util
aws_vpc_peering_connection.testing-utility
provider.aws
aws_route_table.testing
aws_internet_gateway.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
provider.aws
aws_vpc.testing
provider.aws
aws_vpc_peering_connection.testing-utility
aws_vpc.testing
provider.aws
provider.aws
provider.aws (close)
aws_internet_gateway.testing
aws_route.testing-util
aws_route_table.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
provisioner.chef
provisioner.file
provisioner.local-exec
provisioner.remote-exec
2015/07/07 17:57:06 [TRACE] Graph after step *terraform.CloseProvisionerTransformer:
aws_internet_gateway.testing
aws_vpc.testing
provider.aws
aws_route.testing-util
aws_vpc_peering_connection.testing-utility
provider.aws
aws_route_table.testing
aws_internet_gateway.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
provider.aws
aws_vpc.testing
provider.aws
aws_vpc_peering_connection.testing-utility
aws_vpc.testing
provider.aws
provider.aws
provider.aws (close)
aws_internet_gateway.testing
aws_route.testing-util
aws_route_table.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
provisioner.chef
provisioner.file
provisioner.local-exec
provisioner.remote-exec
2015/07/07 17:57:06 [TRACE] Graph after step *terraform.PruneProvisionerTransformer:
aws_internet_gateway.testing
aws_vpc.testing
provider.aws
aws_route.testing-util
aws_vpc_peering_connection.testing-utility
provider.aws
aws_route_table.testing
aws_internet_gateway.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
provider.aws
aws_vpc.testing
provider.aws
aws_vpc_peering_connection.testing-utility
aws_vpc.testing
provider.aws
provider.aws
provider.aws (close)
aws_internet_gateway.testing
aws_route.testing-util
aws_route_table.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
2015/07/07 17:57:06 [TRACE] Graph after step *terraform.VertexTransformer:
aws_internet_gateway.testing
aws_vpc.testing
provider.aws
aws_route.testing-util
aws_vpc_peering_connection.testing-utility
provider.aws
aws_route_table.testing
aws_internet_gateway.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
provider.aws
aws_vpc.testing
provider.aws
aws_vpc_peering_connection.testing-utility
aws_vpc.testing
provider.aws
provider.aws
provider.aws (close)
aws_internet_gateway.testing
aws_route.testing-util
aws_route_table.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
2015/07/07 17:57:06 [TRACE] Graph after step *terraform.FlattenTransformer:
aws_internet_gateway.testing
aws_vpc.testing
provider.aws
aws_route.testing-util
aws_vpc_peering_connection.testing-utility
provider.aws
aws_route_table.testing
aws_internet_gateway.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
provider.aws
aws_vpc.testing
provider.aws
aws_vpc_peering_connection.testing-utility
aws_vpc.testing
provider.aws
provider.aws
provider.aws (close)
aws_internet_gateway.testing
aws_route.testing-util
aws_route_table.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
2015/07/07 17:57:06 [TRACE] Graph after step *terraform.ProxyTransformer:
aws_internet_gateway.testing
aws_vpc.testing
provider.aws
aws_route.testing-util
aws_vpc_peering_connection.testing-utility
provider.aws
aws_route_table.testing
aws_internet_gateway.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
provider.aws
aws_vpc.testing
provider.aws
aws_vpc_peering_connection.testing-utility
aws_vpc.testing
provider.aws
provider.aws
provider.aws (close)
aws_internet_gateway.testing
aws_route.testing-util
aws_route_table.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
2015/07/07 17:57:06 [TRACE] Graph after step *terraform.TargetsTransformer:
aws_internet_gateway.testing
aws_vpc.testing
provider.aws
aws_route.testing-util
aws_vpc_peering_connection.testing-utility
provider.aws
aws_route_table.testing
aws_internet_gateway.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
provider.aws
aws_vpc.testing
provider.aws
aws_vpc_peering_connection.testing-utility
aws_vpc.testing
provider.aws
provider.aws
provider.aws (close)
aws_internet_gateway.testing
aws_route.testing-util
aws_route_table.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
2015/07/07 17:57:06 [TRACE] Graph after step *terraform.RootTransformer:
aws_internet_gateway.testing
aws_vpc.testing
provider.aws
aws_route.testing-util
aws_vpc_peering_connection.testing-utility
provider.aws
aws_route_table.testing
aws_internet_gateway.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
provider.aws
aws_vpc.testing
provider.aws
aws_vpc_peering_connection.testing-utility
aws_vpc.testing
provider.aws
provider.aws
provider.aws (close)
aws_internet_gateway.testing
aws_route.testing-util
aws_route_table.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
2015/07/07 17:57:06 [TRACE] Graph after step *terraform.DestroyTransformer:
aws_internet_gateway.testing
aws_internet_gateway.testing (destroy tainted)
aws_internet_gateway.testing (destroy)
aws_vpc.testing
provider.aws
aws_internet_gateway.testing (destroy tainted)
aws_route_table.testing (destroy tainted)
provider.aws
aws_internet_gateway.testing (destroy)
aws_route_table.testing (destroy)
provider.aws
aws_route.testing-util
aws_route.testing-util (destroy tainted)
aws_route.testing-util (destroy)
aws_vpc_peering_connection.testing-utility
provider.aws
aws_route.testing-util (destroy tainted)
provider.aws
aws_route.testing-util (destroy)
provider.aws
aws_route_table.testing
aws_internet_gateway.testing
aws_route_table.testing (destroy tainted)
aws_route_table.testing (destroy)
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
provider.aws
aws_route_table.testing (destroy tainted)
provider.aws
aws_route_table.testing (destroy)
provider.aws
aws_vpc.testing
aws_vpc.testing (destroy tainted)
aws_vpc.testing (destroy)
provider.aws
aws_vpc.testing (destroy tainted)
aws_internet_gateway.testing (destroy tainted)
aws_route_table.testing (destroy tainted)
aws_vpc_peering_connection.testing-utility (destroy tainted)
provider.aws
aws_vpc.testing (destroy)
aws_internet_gateway.testing (destroy)
aws_route_table.testing (destroy)
aws_vpc_peering_connection.testing-utility (destroy)
provider.aws
aws_vpc_peering_connection.testing-utility
aws_vpc.testing
aws_vpc_peering_connection.testing-utility (destroy tainted)
aws_vpc_peering_connection.testing-utility (destroy)
provider.aws
aws_vpc_peering_connection.testing-utility (destroy tainted)
aws_route.testing-util (destroy tainted)
aws_route_table.testing (destroy tainted)
provider.aws
aws_vpc_peering_connection.testing-utility (destroy)
aws_route.testing-util (destroy)
aws_route_table.testing (destroy)
provider.aws
provider.aws
provider.aws (close)
aws_internet_gateway.testing
aws_route.testing-util
aws_route_table.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
2015/07/07 17:57:06 [TRACE] Graph after step *terraform.CreateBeforeDestroyTransformer:
aws_internet_gateway.testing
aws_internet_gateway.testing (destroy tainted)
aws_internet_gateway.testing (destroy)
aws_vpc.testing
provider.aws
aws_internet_gateway.testing (destroy tainted)
aws_route_table.testing (destroy tainted)
provider.aws
aws_internet_gateway.testing (destroy)
aws_route_table.testing (destroy)
provider.aws
aws_route.testing-util
aws_route.testing-util (destroy tainted)
aws_route.testing-util (destroy)
aws_vpc_peering_connection.testing-utility
provider.aws
aws_route.testing-util (destroy tainted)
provider.aws
aws_route.testing-util (destroy)
provider.aws
aws_route_table.testing
aws_internet_gateway.testing
aws_route_table.testing (destroy tainted)
aws_route_table.testing (destroy)
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
provider.aws
aws_route_table.testing (destroy tainted)
provider.aws
aws_route_table.testing (destroy)
provider.aws
aws_vpc.testing
aws_vpc.testing (destroy tainted)
aws_vpc.testing (destroy)
provider.aws
aws_vpc.testing (destroy tainted)
aws_internet_gateway.testing (destroy tainted)
aws_route_table.testing (destroy tainted)
aws_vpc_peering_connection.testing-utility (destroy tainted)
provider.aws
aws_vpc.testing (destroy)
aws_internet_gateway.testing (destroy)
aws_route_table.testing (destroy)
aws_vpc_peering_connection.testing-utility (destroy)
provider.aws
aws_vpc_peering_connection.testing-utility
aws_vpc.testing
aws_vpc_peering_connection.testing-utility (destroy tainted)
aws_vpc_peering_connection.testing-utility (destroy)
provider.aws
aws_vpc_peering_connection.testing-utility (destroy tainted)
aws_route.testing-util (destroy tainted)
aws_route_table.testing (destroy tainted)
provider.aws
aws_vpc_peering_connection.testing-utility (destroy)
aws_route.testing-util (destroy)
aws_route_table.testing (destroy)
provider.aws
provider.aws
provider.aws (close)
aws_internet_gateway.testing
aws_route.testing-util
aws_route_table.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
2015/07/07 17:57:06 [TRACE] Graph after step *terraform.PruneDestroyTransformer:
aws_internet_gateway.testing
aws_vpc.testing
provider.aws
aws_route.testing-util
aws_vpc_peering_connection.testing-utility
provider.aws
aws_route_table.testing
aws_internet_gateway.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
provider.aws
aws_vpc.testing
provider.aws
aws_vpc_peering_connection.testing-utility
aws_vpc.testing
provider.aws
provider.aws
provider.aws (close)
aws_internet_gateway.testing
aws_route.testing-util
aws_route_table.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
2015/07/07 17:57:06 [TRACE] Graph after step *terraform.RootTransformer:
aws_internet_gateway.testing
aws_vpc.testing
provider.aws
aws_route.testing-util
aws_vpc_peering_connection.testing-utility
provider.aws
aws_route_table.testing
aws_internet_gateway.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
provider.aws
aws_vpc.testing
provider.aws
aws_vpc_peering_connection.testing-utility
aws_vpc.testing
provider.aws
provider.aws
provider.aws (close)
aws_internet_gateway.testing
aws_route.testing-util
aws_route_table.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
2015/07/07 17:57:06 [TRACE] Graph after step *terraform.TransitiveReductionTransformer:
aws_internet_gateway.testing
aws_vpc.testing
aws_route.testing-util
aws_vpc_peering_connection.testing-utility
aws_route_table.testing
aws_internet_gateway.testing
aws_vpc_peering_connection.testing-utility
aws_vpc.testing
provider.aws
aws_vpc_peering_connection.testing-utility
aws_vpc.testing
provider.aws
provider.aws (close)
aws_route.testing-util
aws_route_table.testing
2015/07/07 17:57:06 [INFO] Starting graph walk: walkPlanDestroy
2015/07/07 17:57:06 [DEBUG] vertex root.provider.aws: walking
2015/07/07 17:57:06 [DEBUG] vertex root.provider.aws: evaluating
2015/07/07 17:57:06 [DEBUG] root: eval: *terraform.EvalSequence
2015/07/07 17:57:06 [DEBUG] root: eval: *terraform.EvalInitProvider
2015/07/07 17:57:06 [DEBUG] root: eval: terraform.EvalNoop
2015/07/07 17:57:06 [DEBUG] root: eval: terraform.EvalNoop
2015/07/07 17:57:06 [DEBUG] vertex root.aws_vpc.testing: walking
2015/07/07 17:57:06 [DEBUG] vertex root.aws_vpc.testing: evaluating
2015/07/07 17:57:06 [DEBUG] root: eval: *terraform.EvalSequence
2015/07/07 17:57:06 [DEBUG] root: eval: *terraform.EvalInterpolate
2015/07/07 17:57:06 [DEBUG] root: eval: terraform.EvalNoop
2015/07/07 17:57:06 [DEBUG] root: eval: *terraform.EvalCountFixZeroOneBoundary
2015/07/07 17:57:06 [DEBUG] vertex root.aws_vpc.testing: expanding/walking dynamic subgraph
2015/07/07 17:57:06 [TRACE] Graph after step *terraform.ResourceCountTransformer:
aws_vpc.testing
2015/07/07 17:57:06 [TRACE] Graph after step *terraform.RootTransformer:
aws_vpc.testing
2015/07/07 17:57:06 [DEBUG] vertex root.aws_vpc.testing: walking
2015/07/07 17:57:06 [DEBUG] vertex root.aws_vpc.testing: evaluating
2015/07/07 17:57:06 [DEBUG] root: eval: *terraform.EvalSequence
2015/07/07 17:57:06 [DEBUG] root: eval: terraform.EvalNoop
2015/07/07 17:57:06 [DEBUG] root: eval: *terraform.EvalInstanceInfo
2015/07/07 17:57:06 [DEBUG] root: eval: terraform.EvalNoop
2015/07/07 17:57:06 [DEBUG] root: eval: terraform.EvalNoop
2015/07/07 17:57:06 [DEBUG] root: eval: *terraform.EvalOpFilter
2015/07/07 17:57:06 [DEBUG] root: eval: *terraform.EvalSequence
2015/07/07 17:57:06 [DEBUG] root: eval: *terraform.EvalReadState
2015/07/07 17:57:06 [DEBUG] root: eval: *terraform.EvalDiffDestroy
2015/07/07 17:57:06 [DEBUG] root: eval: *terraform.EvalCheckPreventDestroy
2015/07/07 17:57:06 [DEBUG] root: eval: *terraform.EvalWriteDiff
2015/07/07 17:57:06 [DEBUG] root: eval: terraform.EvalNoop
2015/07/07 17:57:06 [DEBUG] vertex root.aws_vpc_peering_connection.testing-utility: walking
2015/07/07 17:57:06 [DEBUG] vertex root.aws_vpc_peering_connection.testing-utility: evaluating
2015/07/07 17:57:06 [DEBUG] root: eval: *terraform.EvalSequence
2015/07/07 17:57:06 [DEBUG] root: eval: *terraform.EvalInterpolate
2015/07/07 17:57:06 [DEBUG] root: eval: terraform.EvalNoop
2015/07/07 17:57:06 [DEBUG] root: eval: *terraform.EvalCountFixZeroOneBoundary
2015/07/07 17:57:06 [DEBUG] vertex root.aws_vpc_peering_connection.testing-utility: expanding/walking dynamic subgraph
2015/07/07 17:57:06 [TRACE] Graph after step *terraform.ResourceCountTransformer:
aws_vpc_peering_connection.testing-utility
2015/07/07 17:57:06 [TRACE] Graph after step *terraform.RootTransformer:
aws_vpc_peering_connection.testing-utility
2015/07/07 17:57:06 [DEBUG] vertex root.aws_internet_gateway.testing: walking
2015/07/07 17:57:06 [DEBUG] vertex root.aws_internet_gateway.testing: evaluating
2015/07/07 17:57:06 [DEBUG] root: eval: *terraform.EvalSequence
2015/07/07 17:57:06 [DEBUG] root: eval: *terraform.EvalInterpolate
2015/07/07 17:57:06 [DEBUG] root: eval: terraform.EvalNoop
2015/07/07 17:57:06 [DEBUG] root: eval: *terraform.EvalCountFixZeroOneBoundary
2015/07/07 17:57:06 [DEBUG] vertex root.aws_internet_gateway.testing: expanding/walking dynamic subgraph
2015/07/07 17:57:06 [TRACE] Graph after step *terraform.ResourceCountTransformer:
aws_internet_gateway.testing
2015/07/07 17:57:06 [TRACE] Graph after step *terraform.RootTransformer:
aws_internet_gateway.testing
2015/07/07 17:57:06 [DEBUG] vertex root.aws_vpc_peering_connection.testing-utility: walking
2015/07/07 17:57:06 [DEBUG] vertex root.aws_vpc_peering_connection.testing-utility: evaluating
2015/07/07 17:57:06 [DEBUG] root: eval: *terraform.EvalSequence
2015/07/07 17:57:06 [DEBUG] root: eval: terraform.EvalNoop
2015/07/07 17:57:06 [DEBUG] root: eval: *terraform.EvalInstanceInfo
2015/07/07 17:57:06 [DEBUG] root: eval: terraform.EvalNoop
2015/07/07 17:57:06 [DEBUG] root: eval: terraform.EvalNoop
2015/07/07 17:57:06 [DEBUG] root: eval: *terraform.EvalOpFilter
2015/07/07 17:57:06 [DEBUG] root: eval: *terraform.EvalSequence
2015/07/07 17:57:06 [DEBUG] root: eval: *terraform.EvalReadState
2015/07/07 17:57:06 [DEBUG] root: eval: *terraform.EvalDiffDestroy
2015/07/07 17:57:06 [DEBUG] root: eval: *terraform.EvalCheckPreventDestroy
2015/07/07 17:57:06 [DEBUG] root: eval: *terraform.EvalWriteDiff
2015/07/07 17:57:06 [DEBUG] root: eval: terraform.EvalNoop
2015/07/07 17:57:06 [DEBUG] vertex root.aws_internet_gateway.testing: walking
2015/07/07 17:57:06 [DEBUG] vertex root.aws_internet_gateway.testing: evaluating
2015/07/07 17:57:06 [DEBUG] root: eval: *terraform.EvalSequence
2015/07/07 17:57:06 [DEBUG] root: eval: terraform.EvalNoop
2015/07/07 17:57:06 [DEBUG] root: eval: *terraform.EvalInstanceInfo
2015/07/07 17:57:06 [DEBUG] root: eval: terraform.EvalNoop
2015/07/07 17:57:06 [DEBUG] root: eval: terraform.EvalNoop
2015/07/07 17:57:06 [DEBUG] root: eval: *terraform.EvalOpFilter
2015/07/07 17:57:06 [DEBUG] root: eval: *terraform.EvalSequence
2015/07/07 17:57:06 [DEBUG] root: eval: *terraform.EvalReadState
2015/07/07 17:57:06 [DEBUG] root: eval: *terraform.EvalDiffDestroy
2015/07/07 17:57:06 [DEBUG] root: eval: *terraform.EvalCheckPreventDestroy
2015/07/07 17:57:06 [DEBUG] root: eval: *terraform.EvalWriteDiff
2015/07/07 17:57:06 [DEBUG] root: eval: terraform.EvalNoop
2015/07/07 17:57:06 [DEBUG] vertex root.aws_route.testing-util: walking
2015/07/07 17:57:06 [DEBUG] vertex root.aws_route.testing-util: evaluating
2015/07/07 17:57:06 [DEBUG] root: eval: *terraform.EvalSequence
2015/07/07 17:57:06 [DEBUG] root: eval: *terraform.EvalInterpolate
2015/07/07 17:57:06 [DEBUG] root: eval: terraform.EvalNoop
2015/07/07 17:57:06 [DEBUG] root: eval: *terraform.EvalCountFixZeroOneBoundary
2015/07/07 17:57:06 [DEBUG] vertex root.aws_route.testing-util: expanding/walking dynamic subgraph
2015/07/07 17:57:06 [TRACE] Graph after step *terraform.ResourceCountTransformer:
aws_route.testing-util
2015/07/07 17:57:06 [TRACE] Graph after step *terraform.RootTransformer:
aws_route.testing-util
2015/07/07 17:57:06 [DEBUG] vertex root.aws_route_table.testing: walking
2015/07/07 17:57:06 [DEBUG] vertex root.aws_route_table.testing: evaluating
2015/07/07 17:57:06 [DEBUG] root: eval: *terraform.EvalSequence
2015/07/07 17:57:06 [DEBUG] root: eval: *terraform.EvalInterpolate
2015/07/07 17:57:06 [DEBUG] root: eval: terraform.EvalNoop
2015/07/07 17:57:06 [DEBUG] root: eval: *terraform.EvalCountFixZeroOneBoundary
2015/07/07 17:57:06 [DEBUG] vertex root.aws_route_table.testing: expanding/walking dynamic subgraph
2015/07/07 17:57:06 [TRACE] Graph after step *terraform.ResourceCountTransformer:
aws_route_table.testing
2015/07/07 17:57:06 [TRACE] Graph after step *terraform.RootTransformer:
aws_route_table.testing
2015/07/07 17:57:06 [DEBUG] vertex root.aws_route.testing-util: walking
2015/07/07 17:57:06 [DEBUG] vertex root.aws_route.testing-util: evaluating
2015/07/07 17:57:06 [DEBUG] root: eval: *terraform.EvalSequence
2015/07/07 17:57:06 [DEBUG] root: eval: terraform.EvalNoop
2015/07/07 17:57:06 [DEBUG] root: eval: *terraform.EvalInstanceInfo
2015/07/07 17:57:06 [DEBUG] root: eval: terraform.EvalNoop
2015/07/07 17:57:06 [DEBUG] root: eval: terraform.EvalNoop
2015/07/07 17:57:06 [DEBUG] root: eval: *terraform.EvalOpFilter
2015/07/07 17:57:06 [DEBUG] root: eval: *terraform.EvalSequence
2015/07/07 17:57:06 [DEBUG] root: eval: *terraform.EvalReadState
2015/07/07 17:57:06 [DEBUG] root: eval: *terraform.EvalDiffDestroy
2015/07/07 17:57:06 [DEBUG] root: eval: *terraform.EvalCheckPreventDestroy
2015/07/07 17:57:06 [DEBUG] root: eval: *terraform.EvalWriteDiff
2015/07/07 17:57:06 [DEBUG] root: eval: terraform.EvalNoop
2015/07/07 17:57:06 [DEBUG] vertex root.aws_route_table.testing: walking
2015/07/07 17:57:06 [DEBUG] vertex root.aws_route_table.testing: evaluating
2015/07/07 17:57:06 [DEBUG] root: eval: *terraform.EvalSequence
2015/07/07 17:57:06 [DEBUG] root: eval: terraform.EvalNoop
2015/07/07 17:57:06 [DEBUG] root: eval: *terraform.EvalInstanceInfo
2015/07/07 17:57:06 [DEBUG] root: eval: terraform.EvalNoop
2015/07/07 17:57:06 [DEBUG] root: eval: terraform.EvalNoop
2015/07/07 17:57:06 [DEBUG] root: eval: *terraform.EvalOpFilter
2015/07/07 17:57:06 [DEBUG] root: eval: *terraform.EvalSequence
2015/07/07 17:57:06 [DEBUG] root: eval: *terraform.EvalReadState
2015/07/07 17:57:06 [DEBUG] root: eval: *terraform.EvalDiffDestroy
2015/07/07 17:57:06 [DEBUG] root: eval: *terraform.EvalCheckPreventDestroy
2015/07/07 17:57:06 [DEBUG] root: eval: *terraform.EvalWriteDiff
2015/07/07 17:57:06 [DEBUG] root: eval: terraform.EvalNoop
2015/07/07 17:57:06 [DEBUG] vertex root.provider.aws (close): walking
2015/07/07 17:57:06 [DEBUG] vertex root.provider.aws (close): evaluating
2015/07/07 17:57:06 [DEBUG] root: eval: *terraform.EvalCloseProvider
2015/07/07 17:57:06 [TRACE] Graph after step *terraform.ConfigTransformer:
aws_internet_gateway.testing
aws_vpc.testing
aws_route.testing-util
aws_vpc_peering_connection.testing-utility
aws_route_table.testing
aws_internet_gateway.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
aws_vpc.testing
provider.aws
2015/07/07 17:57:06 [TRACE] Graph after step *terraform.OrphanTransformer:
aws_internet_gateway.testing
aws_vpc.testing
aws_route.testing-util
aws_vpc_peering_connection.testing-utility
aws_route_table.testing
aws_internet_gateway.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
aws_vpc.testing
provider.aws
2015/07/07 17:57:06 [TRACE] Graph after step *terraform.AddOutputOrphanTransformer:
aws_internet_gateway.testing
aws_vpc.testing
aws_route.testing-util
aws_vpc_peering_connection.testing-utility
aws_route_table.testing
aws_internet_gateway.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
aws_vpc.testing
provider.aws
2015/07/07 17:57:06 [TRACE] Graph after step *terraform.MissingProviderTransformer:
aws_internet_gateway.testing
aws_vpc.testing
aws_route.testing-util
aws_vpc_peering_connection.testing-utility
aws_route_table.testing
aws_internet_gateway.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
aws_vpc.testing
provider.atlas
provider.aws
provider.azure
provider.cloudflare
provider.cloudstack
provider.consul
provider.digitalocean
provider.dme
provider.dnsimple
provider.docker
provider.google
provider.heroku
provider.mailgun
provider.null
provider.openstack
provider.template
provider.terraform
2015/07/07 17:57:06 [TRACE] Graph after step *terraform.ProviderTransformer:
aws_internet_gateway.testing
aws_vpc.testing
provider.aws
aws_route.testing-util
aws_vpc_peering_connection.testing-utility
provider.aws
aws_route_table.testing
aws_internet_gateway.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
provider.aws
aws_vpc.testing
provider.aws
aws_vpc_peering_connection.testing-utility
aws_vpc.testing
provider.aws
provider.atlas
provider.aws
provider.azure
provider.cloudflare
provider.cloudstack
provider.consul
provider.digitalocean
provider.dme
provider.dnsimple
provider.docker
provider.google
provider.heroku
provider.mailgun
provider.null
provider.openstack
provider.template
provider.terraform
2015/07/07 17:57:06 [TRACE] Graph after step *terraform.CloseProviderTransformer:
aws_internet_gateway.testing
aws_vpc.testing
provider.aws
aws_route.testing-util
aws_vpc_peering_connection.testing-utility
provider.aws
aws_route_table.testing
aws_internet_gateway.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
provider.aws
aws_vpc.testing
provider.aws
aws_vpc_peering_connection.testing-utility
aws_vpc.testing
provider.aws
provider.atlas
provider.aws
provider.aws (close)
aws_internet_gateway.testing
aws_route.testing-util
aws_route_table.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
provider.azure
provider.cloudflare
provider.cloudstack
provider.consul
provider.digitalocean
provider.dme
provider.dnsimple
provider.docker
provider.google
provider.heroku
provider.mailgun
provider.null
provider.openstack
provider.template
provider.terraform
2015/07/07 17:57:06 [TRACE] Graph after step *terraform.PruneProviderTransformer:
aws_internet_gateway.testing
aws_vpc.testing
provider.aws
aws_route.testing-util
aws_vpc_peering_connection.testing-utility
provider.aws
aws_route_table.testing
aws_internet_gateway.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
provider.aws
aws_vpc.testing
provider.aws
aws_vpc_peering_connection.testing-utility
aws_vpc.testing
provider.aws
provider.aws
provider.aws (close)
aws_internet_gateway.testing
aws_route.testing-util
aws_route_table.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
2015/07/07 17:57:06 [TRACE] Graph after step *terraform.DisableProviderTransformer:
aws_internet_gateway.testing
aws_vpc.testing
provider.aws
aws_route.testing-util
aws_vpc_peering_connection.testing-utility
provider.aws
aws_route_table.testing
aws_internet_gateway.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
provider.aws
aws_vpc.testing
provider.aws
aws_vpc_peering_connection.testing-utility
aws_vpc.testing
provider.aws
provider.aws
provider.aws (close)
aws_internet_gateway.testing
aws_route.testing-util
aws_route_table.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
2015/07/07 17:57:06 [TRACE] Graph after step *terraform.MissingProvisionerTransformer:
aws_internet_gateway.testing
aws_vpc.testing
provider.aws
aws_route.testing-util
aws_vpc_peering_connection.testing-utility
provider.aws
aws_route_table.testing
aws_internet_gateway.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
provider.aws
aws_vpc.testing
provider.aws
aws_vpc_peering_connection.testing-utility
aws_vpc.testing
provider.aws
provider.aws
provider.aws (close)
aws_internet_gateway.testing
aws_route.testing-util
aws_route_table.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
provisioner.chef
provisioner.file
provisioner.local-exec
provisioner.remote-exec
2015/07/07 17:57:06 [TRACE] Graph after step *terraform.ProvisionerTransformer:
aws_internet_gateway.testing
aws_vpc.testing
provider.aws
aws_route.testing-util
aws_vpc_peering_connection.testing-utility
provider.aws
aws_route_table.testing
aws_internet_gateway.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
provider.aws
aws_vpc.testing
provider.aws
aws_vpc_peering_connection.testing-utility
aws_vpc.testing
provider.aws
provider.aws
provider.aws (close)
aws_internet_gateway.testing
aws_route.testing-util
aws_route_table.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
provisioner.chef
provisioner.file
provisioner.local-exec
provisioner.remote-exec
2015/07/07 17:57:06 [TRACE] Graph after step *terraform.CloseProvisionerTransformer:
aws_internet_gateway.testing
aws_vpc.testing
provider.aws
aws_route.testing-util
aws_vpc_peering_connection.testing-utility
provider.aws
aws_route_table.testing
aws_internet_gateway.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
provider.aws
aws_vpc.testing
provider.aws
aws_vpc_peering_connection.testing-utility
aws_vpc.testing
provider.aws
provider.aws
provider.aws (close)
aws_internet_gateway.testing
aws_route.testing-util
aws_route_table.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
provisioner.chef
provisioner.file
provisioner.local-exec
provisioner.remote-exec
2015/07/07 17:57:06 [TRACE] Graph after step *terraform.PruneProvisionerTransformer:
aws_internet_gateway.testing
aws_vpc.testing
provider.aws
aws_route.testing-util
aws_vpc_peering_connection.testing-utility
provider.aws
aws_route_table.testing
aws_internet_gateway.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
provider.aws
aws_vpc.testing
provider.aws
aws_vpc_peering_connection.testing-utility
aws_vpc.testing
provider.aws
provider.aws
provider.aws (close)
aws_internet_gateway.testing
aws_route.testing-util
aws_route_table.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
2015/07/07 17:57:06 [TRACE] Graph after step *terraform.VertexTransformer:
aws_internet_gateway.testing
aws_vpc.testing
provider.aws
aws_route.testing-util
aws_vpc_peering_connection.testing-utility
provider.aws
aws_route_table.testing
aws_internet_gateway.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
provider.aws
aws_vpc.testing
provider.aws
aws_vpc_peering_connection.testing-utility
aws_vpc.testing
provider.aws
provider.aws
provider.aws (close)
aws_internet_gateway.testing
aws_route.testing-util
aws_route_table.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
2015/07/07 17:57:06 [TRACE] Graph after step *terraform.FlattenTransformer:
aws_internet_gateway.testing
aws_vpc.testing
provider.aws
aws_route.testing-util
aws_vpc_peering_connection.testing-utility
provider.aws
aws_route_table.testing
aws_internet_gateway.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
provider.aws
aws_vpc.testing
provider.aws
aws_vpc_peering_connection.testing-utility
aws_vpc.testing
provider.aws
provider.aws
provider.aws (close)
aws_internet_gateway.testing
aws_route.testing-util
aws_route_table.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
2015/07/07 17:57:06 [TRACE] Graph after step *terraform.ProxyTransformer:
aws_internet_gateway.testing
aws_vpc.testing
provider.aws
aws_route.testing-util
aws_vpc_peering_connection.testing-utility
provider.aws
aws_route_table.testing
aws_internet_gateway.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
provider.aws
aws_vpc.testing
provider.aws
aws_vpc_peering_connection.testing-utility
aws_vpc.testing
provider.aws
provider.aws
provider.aws (close)
aws_internet_gateway.testing
aws_route.testing-util
aws_route_table.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
2015/07/07 17:57:06 [TRACE] Graph after step *terraform.TargetsTransformer:
aws_internet_gateway.testing
aws_vpc.testing
provider.aws
aws_route.testing-util
aws_vpc_peering_connection.testing-utility
provider.aws
aws_route_table.testing
aws_internet_gateway.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
provider.aws
aws_vpc.testing
provider.aws
aws_vpc_peering_connection.testing-utility
aws_vpc.testing
provider.aws
provider.aws
provider.aws (close)
aws_internet_gateway.testing
aws_route.testing-util
aws_route_table.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
2015/07/07 17:57:06 [TRACE] Graph after step *terraform.RootTransformer:
aws_internet_gateway.testing
aws_vpc.testing
provider.aws
aws_route.testing-util
aws_vpc_peering_connection.testing-utility
provider.aws
aws_route_table.testing
aws_internet_gateway.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
provider.aws
aws_vpc.testing
provider.aws
aws_vpc_peering_connection.testing-utility
aws_vpc.testing
provider.aws
provider.aws
provider.aws (close)
aws_internet_gateway.testing
aws_route.testing-util
aws_route_table.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
2015/07/07 17:57:06 [TRACE] Graph after step *terraform.DestroyTransformer:
aws_internet_gateway.testing
aws_internet_gateway.testing (destroy tainted)
aws_internet_gateway.testing (destroy)
aws_vpc.testing
provider.aws
aws_internet_gateway.testing (destroy tainted)
aws_route_table.testing (destroy tainted)
provider.aws
aws_internet_gateway.testing (destroy)
aws_route_table.testing (destroy)
provider.aws
aws_route.testing-util
aws_route.testing-util (destroy tainted)
aws_route.testing-util (destroy)
aws_vpc_peering_connection.testing-utility
provider.aws
aws_route.testing-util (destroy tainted)
provider.aws
aws_route.testing-util (destroy)
provider.aws
aws_route_table.testing
aws_internet_gateway.testing
aws_route_table.testing (destroy tainted)
aws_route_table.testing (destroy)
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
provider.aws
aws_route_table.testing (destroy tainted)
provider.aws
aws_route_table.testing (destroy)
provider.aws
aws_vpc.testing
aws_vpc.testing (destroy tainted)
aws_vpc.testing (destroy)
provider.aws
aws_vpc.testing (destroy tainted)
aws_internet_gateway.testing (destroy tainted)
aws_route_table.testing (destroy tainted)
aws_vpc_peering_connection.testing-utility (destroy tainted)
provider.aws
aws_vpc.testing (destroy)
aws_internet_gateway.testing (destroy)
aws_route_table.testing (destroy)
aws_vpc_peering_connection.testing-utility (destroy)
provider.aws
aws_vpc_peering_connection.testing-utility
aws_vpc.testing
aws_vpc_peering_connection.testing-utility (destroy tainted)
aws_vpc_peering_connection.testing-utility (destroy)
provider.aws
aws_vpc_peering_connection.testing-utility (destroy tainted)
aws_route.testing-util (destroy tainted)
aws_route_table.testing (destroy tainted)
provider.aws
aws_vpc_peering_connection.testing-utility (destroy)
aws_route.testing-util (destroy)
aws_route_table.testing (destroy)
provider.aws
provider.aws
provider.aws (close)
aws_internet_gateway.testing
aws_route.testing-util
aws_route_table.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
2015/07/07 17:57:06 [TRACE] Graph after step *terraform.CreateBeforeDestroyTransformer:
aws_internet_gateway.testing
aws_internet_gateway.testing (destroy tainted)
aws_internet_gateway.testing (destroy)
aws_vpc.testing
provider.aws
aws_internet_gateway.testing (destroy tainted)
aws_route_table.testing (destroy tainted)
provider.aws
aws_internet_gateway.testing (destroy)
aws_route_table.testing (destroy)
provider.aws
aws_route.testing-util
aws_route.testing-util (destroy tainted)
aws_route.testing-util (destroy)
aws_vpc_peering_connection.testing-utility
provider.aws
aws_route.testing-util (destroy tainted)
provider.aws
aws_route.testing-util (destroy)
provider.aws
aws_route_table.testing
aws_internet_gateway.testing
aws_route_table.testing (destroy tainted)
aws_route_table.testing (destroy)
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
provider.aws
aws_route_table.testing (destroy tainted)
provider.aws
aws_route_table.testing (destroy)
provider.aws
aws_vpc.testing
aws_vpc.testing (destroy tainted)
aws_vpc.testing (destroy)
provider.aws
aws_vpc.testing (destroy tainted)
aws_internet_gateway.testing (destroy tainted)
aws_route_table.testing (destroy tainted)
aws_vpc_peering_connection.testing-utility (destroy tainted)
provider.aws
aws_vpc.testing (destroy)
aws_internet_gateway.testing (destroy)
aws_route_table.testing (destroy)
aws_vpc_peering_connection.testing-utility (destroy)
provider.aws
aws_vpc_peering_connection.testing-utility
aws_vpc.testing
aws_vpc_peering_connection.testing-utility (destroy tainted)
aws_vpc_peering_connection.testing-utility (destroy)
provider.aws
aws_vpc_peering_connection.testing-utility (destroy tainted)
aws_route.testing-util (destroy tainted)
aws_route_table.testing (destroy tainted)
provider.aws
aws_vpc_peering_connection.testing-utility (destroy)
aws_route.testing-util (destroy)
aws_route_table.testing (destroy)
provider.aws
provider.aws
provider.aws (close)
aws_internet_gateway.testing
aws_route.testing-util
aws_route_table.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
2015/07/07 17:57:06 [TRACE] Graph after step *terraform.PruneDestroyTransformer:
aws_internet_gateway.testing
aws_internet_gateway.testing (destroy)
aws_vpc.testing
provider.aws
aws_internet_gateway.testing (destroy)
aws_route_table.testing (destroy)
provider.aws
aws_route.testing-util
aws_route.testing-util (destroy)
aws_vpc_peering_connection.testing-utility
provider.aws
aws_route.testing-util (destroy)
provider.aws
aws_route_table.testing
aws_internet_gateway.testing
aws_route_table.testing (destroy)
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
provider.aws
aws_route_table.testing (destroy)
provider.aws
aws_vpc.testing
aws_vpc.testing (destroy)
provider.aws
aws_vpc.testing (destroy)
aws_internet_gateway.testing (destroy)
aws_route_table.testing (destroy)
aws_vpc_peering_connection.testing-utility (destroy)
provider.aws
aws_vpc_peering_connection.testing-utility
aws_vpc.testing
aws_vpc_peering_connection.testing-utility (destroy)
provider.aws
aws_vpc_peering_connection.testing-utility (destroy)
aws_route.testing-util (destroy)
aws_route_table.testing (destroy)
provider.aws
provider.aws
provider.aws (close)
aws_internet_gateway.testing
aws_route.testing-util
aws_route_table.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
2015/07/07 17:57:06 [TRACE] Graph after step *terraform.RootTransformer:
aws_internet_gateway.testing
aws_internet_gateway.testing (destroy)
aws_vpc.testing
provider.aws
aws_internet_gateway.testing (destroy)
aws_route_table.testing (destroy)
provider.aws
aws_route.testing-util
aws_route.testing-util (destroy)
aws_vpc_peering_connection.testing-utility
provider.aws
aws_route.testing-util (destroy)
provider.aws
aws_route_table.testing
aws_internet_gateway.testing
aws_route_table.testing (destroy)
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
provider.aws
aws_route_table.testing (destroy)
provider.aws
aws_vpc.testing
aws_vpc.testing (destroy)
provider.aws
aws_vpc.testing (destroy)
aws_internet_gateway.testing (destroy)
aws_route_table.testing (destroy)
aws_vpc_peering_connection.testing-utility (destroy)
provider.aws
aws_vpc_peering_connection.testing-utility
aws_vpc.testing
aws_vpc_peering_connection.testing-utility (destroy)
provider.aws
aws_vpc_peering_connection.testing-utility (destroy)
aws_route.testing-util (destroy)
aws_route_table.testing (destroy)
provider.aws
provider.aws
provider.aws (close)
aws_internet_gateway.testing
aws_route.testing-util
aws_route_table.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
2015/07/07 17:57:06 [TRACE] Graph after step *terraform.TransitiveReductionTransformer:
aws_internet_gateway.testing
aws_vpc.testing
aws_internet_gateway.testing (destroy)
aws_route_table.testing (destroy)
aws_route.testing-util
aws_vpc_peering_connection.testing-utility
aws_route.testing-util (destroy)
provider.aws
aws_route_table.testing
aws_internet_gateway.testing
aws_vpc_peering_connection.testing-utility
aws_route_table.testing (destroy)
provider.aws
aws_vpc.testing
aws_vpc.testing (destroy)
aws_vpc.testing (destroy)
aws_internet_gateway.testing (destroy)
aws_vpc_peering_connection.testing-utility (destroy)
aws_vpc_peering_connection.testing-utility
aws_vpc.testing
aws_vpc_peering_connection.testing-utility (destroy)
aws_route.testing-util (destroy)
aws_route_table.testing (destroy)
provider.aws
provider.aws (close)
aws_route.testing-util
aws_route_table.testing
2015/07/07 17:57:06 [TRACE] Graph after step *terraform.ConfigTransformer:
aws_internet_gateway.testing
aws_vpc.testing
aws_route.testing-util
aws_vpc_peering_connection.testing-utility
aws_route_table.testing
aws_internet_gateway.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
aws_vpc.testing
provider.aws
2015/07/07 17:57:06 [TRACE] Graph after step *terraform.OrphanTransformer:
aws_internet_gateway.testing
aws_vpc.testing
aws_route.testing-util
aws_vpc_peering_connection.testing-utility
aws_route_table.testing
aws_internet_gateway.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
aws_vpc.testing
provider.aws
2015/07/07 17:57:06 [TRACE] Graph after step *terraform.AddOutputOrphanTransformer:
aws_internet_gateway.testing
aws_vpc.testing
aws_route.testing-util
aws_vpc_peering_connection.testing-utility
aws_route_table.testing
aws_internet_gateway.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
aws_vpc.testing
provider.aws
2015/07/07 17:57:06 [TRACE] Graph after step *terraform.MissingProviderTransformer:
aws_internet_gateway.testing
aws_vpc.testing
aws_route.testing-util
aws_vpc_peering_connection.testing-utility
aws_route_table.testing
aws_internet_gateway.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
aws_vpc.testing
provider.atlas
provider.aws
provider.azure
provider.cloudflare
provider.cloudstack
provider.consul
provider.digitalocean
provider.dme
provider.dnsimple
provider.docker
provider.google
provider.heroku
provider.mailgun
provider.null
provider.openstack
provider.template
provider.terraform
2015/07/07 17:57:06 [TRACE] Graph after step *terraform.ProviderTransformer:
aws_internet_gateway.testing
aws_vpc.testing
provider.aws
aws_route.testing-util
aws_vpc_peering_connection.testing-utility
provider.aws
aws_route_table.testing
aws_internet_gateway.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
provider.aws
aws_vpc.testing
provider.aws
aws_vpc_peering_connection.testing-utility
aws_vpc.testing
provider.aws
provider.atlas
provider.aws
provider.azure
provider.cloudflare
provider.cloudstack
provider.consul
provider.digitalocean
provider.dme
provider.dnsimple
provider.docker
provider.google
provider.heroku
provider.mailgun
provider.null
provider.openstack
provider.template
provider.terraform
2015/07/07 17:57:06 [TRACE] Graph after step *terraform.CloseProviderTransformer:
aws_internet_gateway.testing
aws_vpc.testing
provider.aws
aws_route.testing-util
aws_vpc_peering_connection.testing-utility
provider.aws
aws_route_table.testing
aws_internet_gateway.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
provider.aws
aws_vpc.testing
provider.aws
aws_vpc_peering_connection.testing-utility
aws_vpc.testing
provider.aws
provider.atlas
provider.aws
provider.aws (close)
aws_internet_gateway.testing
aws_route.testing-util
aws_route_table.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
provider.azure
provider.cloudflare
provider.cloudstack
provider.consul
provider.digitalocean
provider.dme
provider.dnsimple
provider.docker
provider.google
provider.heroku
provider.mailgun
provider.null
provider.openstack
provider.template
provider.terraform
2015/07/07 17:57:06 [TRACE] Graph after step *terraform.PruneProviderTransformer:
aws_internet_gateway.testing
aws_vpc.testing
provider.aws
aws_route.testing-util
aws_vpc_peering_connection.testing-utility
provider.aws
aws_route_table.testing
aws_internet_gateway.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
provider.aws
aws_vpc.testing
provider.aws
aws_vpc_peering_connection.testing-utility
aws_vpc.testing
provider.aws
provider.aws
provider.aws (close)
aws_internet_gateway.testing
aws_route.testing-util
aws_route_table.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
2015/07/07 17:57:06 [TRACE] Graph after step *terraform.DisableProviderTransformer:
aws_internet_gateway.testing
aws_vpc.testing
provider.aws
aws_route.testing-util
aws_vpc_peering_connection.testing-utility
provider.aws
aws_route_table.testing
aws_internet_gateway.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
provider.aws
aws_vpc.testing
provider.aws
aws_vpc_peering_connection.testing-utility
aws_vpc.testing
provider.aws
provider.aws
provider.aws (close)
aws_internet_gateway.testing
aws_route.testing-util
aws_route_table.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
2015/07/07 17:57:06 [TRACE] Graph after step *terraform.MissingProvisionerTransformer:
aws_internet_gateway.testing
aws_vpc.testing
provider.aws
aws_route.testing-util
aws_vpc_peering_connection.testing-utility
provider.aws
aws_route_table.testing
aws_internet_gateway.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
provider.aws
aws_vpc.testing
provider.aws
aws_vpc_peering_connection.testing-utility
aws_vpc.testing
provider.aws
provider.aws
provider.aws (close)
aws_internet_gateway.testing
aws_route.testing-util
aws_route_table.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
provisioner.chef
provisioner.file
provisioner.local-exec
provisioner.remote-exec
2015/07/07 17:57:06 [TRACE] Graph after step *terraform.ProvisionerTransformer:
aws_internet_gateway.testing
aws_vpc.testing
provider.aws
aws_route.testing-util
aws_vpc_peering_connection.testing-utility
provider.aws
aws_route_table.testing
aws_internet_gateway.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
provider.aws
aws_vpc.testing
provider.aws
aws_vpc_peering_connection.testing-utility
aws_vpc.testing
provider.aws
provider.aws
provider.aws (close)
aws_internet_gateway.testing
aws_route.testing-util
aws_route_table.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
provisioner.chef
provisioner.file
provisioner.local-exec
provisioner.remote-exec
2015/07/07 17:57:06 [TRACE] Graph after step *terraform.CloseProvisionerTransformer:
aws_internet_gateway.testing
aws_vpc.testing
provider.aws
aws_route.testing-util
aws_vpc_peering_connection.testing-utility
provider.aws
aws_route_table.testing
aws_internet_gateway.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
provider.aws
aws_vpc.testing
provider.aws
aws_vpc_peering_connection.testing-utility
aws_vpc.testing
provider.aws
provider.aws
provider.aws (close)
aws_internet_gateway.testing
aws_route.testing-util
aws_route_table.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
provisioner.chef
provisioner.file
provisioner.local-exec
provisioner.remote-exec
2015/07/07 17:57:06 [TRACE] Graph after step *terraform.PruneProvisionerTransformer:
aws_internet_gateway.testing
aws_vpc.testing
provider.aws
aws_route.testing-util
aws_vpc_peering_connection.testing-utility
provider.aws
aws_route_table.testing
aws_internet_gateway.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
provider.aws
aws_vpc.testing
provider.aws
aws_vpc_peering_connection.testing-utility
aws_vpc.testing
provider.aws
provider.aws
provider.aws (close)
aws_internet_gateway.testing
aws_route.testing-util
aws_route_table.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
2015/07/07 17:57:06 [TRACE] Graph after step *terraform.VertexTransformer:
aws_internet_gateway.testing
aws_vpc.testing
provider.aws
aws_route.testing-util
aws_vpc_peering_connection.testing-utility
provider.aws
aws_route_table.testing
aws_internet_gateway.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
provider.aws
aws_vpc.testing
provider.aws
aws_vpc_peering_connection.testing-utility
aws_vpc.testing
provider.aws
provider.aws
provider.aws (close)
aws_internet_gateway.testing
aws_route.testing-util
aws_route_table.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
2015/07/07 17:57:06 [TRACE] Graph after step *terraform.FlattenTransformer:
aws_internet_gateway.testing
aws_vpc.testing
provider.aws
aws_route.testing-util
aws_vpc_peering_connection.testing-utility
provider.aws
aws_route_table.testing
aws_internet_gateway.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
provider.aws
aws_vpc.testing
provider.aws
aws_vpc_peering_connection.testing-utility
aws_vpc.testing
provider.aws
provider.aws
provider.aws (close)
aws_internet_gateway.testing
aws_route.testing-util
aws_route_table.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
2015/07/07 17:57:06 [TRACE] Graph after step *terraform.ProxyTransformer:
aws_internet_gateway.testing
aws_vpc.testing
provider.aws
aws_route.testing-util
aws_vpc_peering_connection.testing-utility
provider.aws
aws_route_table.testing
aws_internet_gateway.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
provider.aws
aws_vpc.testing
provider.aws
aws_vpc_peering_connection.testing-utility
aws_vpc.testing
provider.aws
provider.aws
provider.aws (close)
aws_internet_gateway.testing
aws_route.testing-util
aws_route_table.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
2015/07/07 17:57:06 [TRACE] Graph after step *terraform.TargetsTransformer:
aws_internet_gateway.testing
aws_vpc.testing
provider.aws
aws_route.testing-util
aws_vpc_peering_connection.testing-utility
provider.aws
aws_route_table.testing
aws_internet_gateway.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
provider.aws
aws_vpc.testing
provider.aws
aws_vpc_peering_connection.testing-utility
aws_vpc.testing
provider.aws
provider.aws
provider.aws (close)
aws_internet_gateway.testing
aws_route.testing-util
aws_route_table.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
2015/07/07 17:57:06 [TRACE] Graph after step *terraform.RootTransformer:
aws_internet_gateway.testing
aws_vpc.testing
provider.aws
aws_route.testing-util
aws_vpc_peering_connection.testing-utility
provider.aws
aws_route_table.testing
aws_internet_gateway.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
provider.aws
aws_vpc.testing
provider.aws
aws_vpc_peering_connection.testing-utility
aws_vpc.testing
provider.aws
provider.aws
provider.aws (close)
aws_internet_gateway.testing
aws_route.testing-util
aws_route_table.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
2015/07/07 17:57:06 [TRACE] Graph after step *terraform.DestroyTransformer:
aws_internet_gateway.testing
aws_internet_gateway.testing (destroy tainted)
aws_internet_gateway.testing (destroy)
aws_vpc.testing
provider.aws
aws_internet_gateway.testing (destroy tainted)
aws_route_table.testing (destroy tainted)
provider.aws
aws_internet_gateway.testing (destroy)
aws_route_table.testing (destroy)
provider.aws
aws_route.testing-util
aws_route.testing-util (destroy tainted)
aws_route.testing-util (destroy)
aws_vpc_peering_connection.testing-utility
provider.aws
aws_route.testing-util (destroy tainted)
provider.aws
aws_route.testing-util (destroy)
provider.aws
aws_route_table.testing
aws_internet_gateway.testing
aws_route_table.testing (destroy tainted)
aws_route_table.testing (destroy)
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
provider.aws
aws_route_table.testing (destroy tainted)
provider.aws
aws_route_table.testing (destroy)
provider.aws
aws_vpc.testing
aws_vpc.testing (destroy tainted)
aws_vpc.testing (destroy)
provider.aws
aws_vpc.testing (destroy tainted)
aws_internet_gateway.testing (destroy tainted)
aws_route_table.testing (destroy tainted)
aws_vpc_peering_connection.testing-utility (destroy tainted)
provider.aws
aws_vpc.testing (destroy)
aws_internet_gateway.testing (destroy)
aws_route_table.testing (destroy)
aws_vpc_peering_connection.testing-utility (destroy)
provider.aws
aws_vpc_peering_connection.testing-utility
aws_vpc.testing
aws_vpc_peering_connection.testing-utility (destroy tainted)
aws_vpc_peering_connection.testing-utility (destroy)
provider.aws
aws_vpc_peering_connection.testing-utility (destroy tainted)
aws_route.testing-util (destroy tainted)
aws_route_table.testing (destroy tainted)
provider.aws
aws_vpc_peering_connection.testing-utility (destroy)
aws_route.testing-util (destroy)
aws_route_table.testing (destroy)
provider.aws
provider.aws
provider.aws (close)
aws_internet_gateway.testing
aws_route.testing-util
aws_route_table.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
2015/07/07 17:57:06 [TRACE] Graph after step *terraform.CreateBeforeDestroyTransformer:
aws_internet_gateway.testing
aws_internet_gateway.testing (destroy tainted)
aws_internet_gateway.testing (destroy)
aws_vpc.testing
provider.aws
aws_internet_gateway.testing (destroy tainted)
aws_route_table.testing (destroy tainted)
provider.aws
aws_internet_gateway.testing (destroy)
aws_route_table.testing (destroy)
provider.aws
aws_route.testing-util
aws_route.testing-util (destroy tainted)
aws_route.testing-util (destroy)
aws_vpc_peering_connection.testing-utility
provider.aws
aws_route.testing-util (destroy tainted)
provider.aws
aws_route.testing-util (destroy)
provider.aws
aws_route_table.testing
aws_internet_gateway.testing
aws_route_table.testing (destroy tainted)
aws_route_table.testing (destroy)
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
provider.aws
aws_route_table.testing (destroy tainted)
provider.aws
aws_route_table.testing (destroy)
provider.aws
aws_vpc.testing
aws_vpc.testing (destroy tainted)
aws_vpc.testing (destroy)
provider.aws
aws_vpc.testing (destroy tainted)
aws_internet_gateway.testing (destroy tainted)
aws_route_table.testing (destroy tainted)
aws_vpc_peering_connection.testing-utility (destroy tainted)
provider.aws
aws_vpc.testing (destroy)
aws_internet_gateway.testing (destroy)
aws_route_table.testing (destroy)
aws_vpc_peering_connection.testing-utility (destroy)
provider.aws
aws_vpc_peering_connection.testing-utility
aws_vpc.testing
aws_vpc_peering_connection.testing-utility (destroy tainted)
aws_vpc_peering_connection.testing-utility (destroy)
provider.aws
aws_vpc_peering_connection.testing-utility (destroy tainted)
aws_route.testing-util (destroy tainted)
aws_route_table.testing (destroy tainted)
provider.aws
aws_vpc_peering_connection.testing-utility (destroy)
aws_route.testing-util (destroy)
aws_route_table.testing (destroy)
provider.aws
provider.aws
provider.aws (close)
aws_internet_gateway.testing
aws_route.testing-util
aws_route_table.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
2015/07/07 17:57:06 [TRACE] Graph after step *terraform.PruneDestroyTransformer:
aws_internet_gateway.testing
aws_internet_gateway.testing (destroy)
aws_vpc.testing
provider.aws
aws_internet_gateway.testing (destroy)
aws_route_table.testing (destroy)
provider.aws
aws_route.testing-util
aws_route.testing-util (destroy)
aws_vpc_peering_connection.testing-utility
provider.aws
aws_route.testing-util (destroy)
provider.aws
aws_route_table.testing
aws_internet_gateway.testing
aws_route_table.testing (destroy)
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
provider.aws
aws_route_table.testing (destroy)
provider.aws
aws_vpc.testing
aws_vpc.testing (destroy)
provider.aws
aws_vpc.testing (destroy)
aws_internet_gateway.testing (destroy)
aws_route_table.testing (destroy)
aws_vpc_peering_connection.testing-utility (destroy)
provider.aws
aws_vpc_peering_connection.testing-utility
aws_vpc.testing
aws_vpc_peering_connection.testing-utility (destroy)
provider.aws
aws_vpc_peering_connection.testing-utility (destroy)
aws_route.testing-util (destroy)
aws_route_table.testing (destroy)
provider.aws
provider.aws
provider.aws (close)
aws_internet_gateway.testing
aws_route.testing-util
aws_route_table.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
2015/07/07 17:57:06 [TRACE] Graph after step *terraform.RootTransformer:
aws_internet_gateway.testing
aws_internet_gateway.testing (destroy)
aws_vpc.testing
provider.aws
aws_internet_gateway.testing (destroy)
aws_route_table.testing (destroy)
provider.aws
aws_route.testing-util
aws_route.testing-util (destroy)
aws_vpc_peering_connection.testing-utility
provider.aws
aws_route.testing-util (destroy)
provider.aws
aws_route_table.testing
aws_internet_gateway.testing
aws_route_table.testing (destroy)
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
provider.aws
aws_route_table.testing (destroy)
provider.aws
aws_vpc.testing
aws_vpc.testing (destroy)
provider.aws
aws_vpc.testing (destroy)
aws_internet_gateway.testing (destroy)
aws_route_table.testing (destroy)
aws_vpc_peering_connection.testing-utility (destroy)
provider.aws
aws_vpc_peering_connection.testing-utility
aws_vpc.testing
aws_vpc_peering_connection.testing-utility (destroy)
provider.aws
aws_vpc_peering_connection.testing-utility (destroy)
aws_route.testing-util (destroy)
aws_route_table.testing (destroy)
provider.aws
provider.aws
provider.aws (close)
aws_internet_gateway.testing
aws_route.testing-util
aws_route_table.testing
aws_vpc.testing
aws_vpc_peering_connection.testing-utility
2015/07/07 17:57:06 [TRACE] Graph after step *terraform.TransitiveReductionTransformer:
aws_internet_gateway.testing
aws_vpc.testing
aws_internet_gateway.testing (destroy)
aws_route_table.testing (destroy)
aws_route.testing-util
aws_vpc_peering_connection.testing-utility
aws_route.testing-util (destroy)
provider.aws
aws_route_table.testing
aws_internet_gateway.testing
aws_vpc_peering_connection.testing-utility
aws_route_table.testing (destroy)
provider.aws
aws_vpc.testing
aws_vpc.testing (destroy)
aws_vpc.testing (destroy)
aws_internet_gateway.testing (destroy)
aws_vpc_peering_connection.testing-utility (destroy)
aws_vpc_peering_connection.testing-utility
aws_vpc.testing
aws_vpc_peering_connection.testing-utility (destroy)
aws_route.testing-util (destroy)
aws_route_table.testing (destroy)
provider.aws
provider.aws (close)
aws_route.testing-util
aws_route_table.testing
2015/07/07 17:57:06 [INFO] Starting graph walk: walkApply
2015/07/07 17:57:06 [DEBUG] vertex root.provider.aws: walking
2015/07/07 17:57:06 [DEBUG] vertex root.provider.aws: evaluating
2015/07/07 17:57:06 [DEBUG] root: eval: *terraform.EvalSequence
2015/07/07 17:57:06 [DEBUG] root: eval: *terraform.EvalInitProvider
2015/07/07 17:57:06 [DEBUG] root: eval: terraform.EvalNoop
2015/07/07 17:57:06 [DEBUG] root: eval: *terraform.EvalOpFilter
2015/07/07 17:57:06 [DEBUG] root: eval: *terraform.EvalSequence
2015/07/07 17:57:06 [DEBUG] root: eval: *terraform.EvalGetProvider
2015/07/07 17:57:06 [DEBUG] root: eval: *terraform.EvalInterpolate
2015/07/07 17:57:06 [DEBUG] root: eval: *terraform.EvalBuildProviderConfig
2015/07/07 17:57:06 [DEBUG] root: eval: *terraform.EvalValidateProvider
2015/07/07 17:57:06 [DEBUG] root: eval: *terraform.EvalConfigProvider
2015/07/07 17:57:06 terraform-provider-aws: 2015/07/07 17:57:06 [INFO] Building AWS region structure
2015/07/07 17:57:06 terraform-provider-aws: 2015/07/07 17:57:06 [INFO] Building AWS auth structure
2015/07/07 17:57:06 terraform-provider-aws: 2015/07/07 17:57:06 [INFO] Initializing DynamoDB connection
2015/07/07 17:57:06 terraform-provider-aws: 2015/07/07 17:57:06 [INFO] Initializing ELB connection
2015/07/07 17:57:06 terraform-provider-aws: 2015/07/07 17:57:06 [INFO] Initializing S3 connection
2015/07/07 17:57:06 terraform-provider-aws: 2015/07/07 17:57:06 [INFO] Initializing SQS connection
2015/07/07 17:57:06 terraform-provider-aws: 2015/07/07 17:57:06 [INFO] Initializing SNS connection
2015/07/07 17:57:06 terraform-provider-aws: 2015/07/07 17:57:06 [INFO] Initializing RDS Connection
2015/07/07 17:57:06 terraform-provider-aws: 2015/07/07 17:57:06 [INFO] Initializing IAM Connection
2015/07/07 17:57:06 terraform-provider-aws: 2015/07/07 17:57:06 [INFO] Initializing Kinesis Connection
2015/07/07 17:57:06 terraform-provider-aws: 2015/07/07 17:57:06 [INFO] Initializing AutoScaling connection
2015/07/07 17:57:06 terraform-provider-aws: 2015/07/07 17:57:06 [INFO] Initializing EC2 Connection
2015/07/07 17:57:06 terraform-provider-aws: 2015/07/07 17:57:06 [INFO] Initializing ECS Connection
2015/07/07 17:57:06 terraform-provider-aws: 2015/07/07 17:57:06 [INFO] Initializing Route 53 connection
2015/07/07 17:57:06 terraform-provider-aws: 2015/07/07 17:57:06 [INFO] Initializing Elasticache Connection
2015/07/07 17:57:06 terraform-provider-aws: 2015/07/07 17:57:06 [INFO] Initializing Lambda Connection
2015/07/07 17:57:06 terraform-provider-aws: 2015/07/07 17:57:06 [INFO] Initializing CloudWatch SDK connection
2015/07/07 17:57:06 [DEBUG] vertex root.aws_route.testing-util (destroy): walking
2015/07/07 17:57:06 [DEBUG] vertex root.aws_route.testing-util (destroy): evaluating
2015/07/07 17:57:06 [DEBUG] root: eval: *terraform.EvalSequence
2015/07/07 17:57:06 [DEBUG] root: eval: *terraform.EvalInterpolate
2015/07/07 17:57:06 [DEBUG] root: eval: terraform.EvalNoop
2015/07/07 17:57:06 [DEBUG] root: eval: *terraform.EvalCountFixZeroOneBoundary
2015/07/07 17:57:06 [DEBUG] vertex root.aws_route.testing-util (destroy): expanding/walking dynamic subgraph
2015/07/07 17:57:06 [TRACE] Graph after step *terraform.ResourceCountTransformer:
aws_route.testing-util (destroy)
2015/07/07 17:57:06 [TRACE] Graph after step *terraform.OrphanTransformer:
aws_route.testing-util (destroy)
2015/07/07 17:57:06 [TRACE] Graph after step *terraform.DeposedTransformer:
aws_route.testing-util (destroy)
2015/07/07 17:57:06 [TRACE] Graph after step *terraform.RootTransformer:
aws_route.testing-util (destroy)
2015/07/07 17:57:06 [DEBUG] vertex root.aws_route_table.testing (destroy): walking
2015/07/07 17:57:06 [DEBUG] vertex root.aws_route_table.testing (destroy): evaluating
2015/07/07 17:57:06 [DEBUG] root: eval: *terraform.EvalSequence
2015/07/07 17:57:06 [DEBUG] root: eval: *terraform.EvalInterpolate
2015/07/07 17:57:06 [DEBUG] root: eval: terraform.EvalNoop
2015/07/07 17:57:06 [DEBUG] root: eval: *terraform.EvalCountFixZeroOneBoundary
2015/07/07 17:57:06 [DEBUG] vertex root.aws_route_table.testing (destroy): expanding/walking dynamic subgraph
2015/07/07 17:57:06 [TRACE] Graph after step *terraform.ResourceCountTransformer:
aws_route_table.testing (destroy)
2015/07/07 17:57:06 [TRACE] Graph after step *terraform.OrphanTransformer:
aws_route_table.testing (destroy)
2015/07/07 17:57:06 [TRACE] Graph after step *terraform.DeposedTransformer:
aws_route_table.testing (destroy)
2015/07/07 17:57:06 [TRACE] Graph after step *terraform.RootTransformer:
aws_route_table.testing (destroy)
2015/07/07 17:57:06 [DEBUG] vertex root.aws_route.testing-util (destroy): walking
2015/07/07 17:57:06 [DEBUG] vertex root.aws_route.testing-util (destroy): evaluating
2015/07/07 17:57:06 [DEBUG] root: eval: *terraform.EvalOpFilter
2015/07/07 17:57:06 [DEBUG] root: eval: *terraform.EvalSequence
2015/07/07 17:57:06 [DEBUG] root: eval: *terraform.EvalReadDiff
2015/07/07 17:57:06 [DEBUG] root: eval: *terraform.EvalFilterDiff
2015/07/07 17:57:06 [DEBUG] root: eval: *terraform.EvalIf
2015/07/07 17:57:06 [DEBUG] root: eval: terraform.EvalNoop
2015/07/07 17:57:06 [DEBUG] root: eval: *terraform.EvalGetProvider
2015/07/07 17:57:06 [DEBUG] root: eval: *terraform.EvalReadState
2015/07/07 17:57:06 [DEBUG] root: eval: *terraform.EvalRequireState
2015/07/07 17:57:06 [DEBUG] root: eval: *terraform.EvalApply
2015/07/07 17:57:06 [DEBUG] apply: aws_route.testing-util: executing Apply
2015/07/07 17:57:06 [DEBUG] vertex root.aws_route_table.testing (destroy): walking
2015/07/07 17:57:06 [DEBUG] vertex root.aws_route_table.testing (destroy): evaluating
2015/07/07 17:57:06 [DEBUG] root: eval: *terraform.EvalOpFilter
2015/07/07 17:57:06 [DEBUG] root: eval: *terraform.EvalSequence
2015/07/07 17:57:06 [DEBUG] root: eval: *terraform.EvalReadDiff
2015/07/07 17:57:06 [DEBUG] root: eval: *terraform.EvalFilterDiff
2015/07/07 17:57:06 [DEBUG] root: eval: *terraform.EvalIf
2015/07/07 17:57:06 [DEBUG] root: eval: terraform.EvalNoop
2015/07/07 17:57:06 [DEBUG] root: eval: *terraform.EvalGetProvider
2015/07/07 17:57:06 [DEBUG] root: eval: *terraform.EvalReadState
2015/07/07 17:57:06 [DEBUG] root: eval: *terraform.EvalRequireState
2015/07/07 17:57:06 [DEBUG] root: eval: *terraform.EvalApply
2015/07/07 17:57:06 [DEBUG] apply: aws_route_table.testing: executing Apply
2015/07/07 17:57:06 terraform-provider-aws: 2015/07/07 17:57:06 [DEBUG] Route delete opts: {
2015/07/07 17:57:06 terraform-provider-aws: DestinationCIDRBlock: "172.22.40.0/22",
2015/07/07 17:57:06 terraform-provider-aws: RouteTableID: "rtb-3b697f59"
2015/07/07 17:57:06 terraform-provider-aws: }
2015/07/07 17:57:06 terraform-provider-aws: 2015/07/07 17:57:06 [INFO] Deleting Route Table: rtb-e5e51781
2015/07/07 17:57:06 terraform-provider-aws: panic: reflect: call of reflect.Value.Interface on zero Value
2015/07/07 17:57:06 terraform-provider-aws:
2015/07/07 17:57:06 terraform-provider-aws: goroutine 59 [running]:
2015/07/07 17:57:06 terraform-provider-aws: reflect.valueInterface(0x0, 0x0, 0x0, 0x941601, 0x0, 0x0)
2015/07/07 17:57:06 terraform-provider-aws: /usr/local/go/src/reflect/value.go:877 +0x90
2015/07/07 17:57:06 terraform-provider-aws: reflect.Value.Interface(0x0, 0x0, 0x0, 0x0, 0x0)
2015/07/07 17:57:06 terraform-provider-aws: /usr/local/go/src/reflect/value.go:872 +0x53
2015/07/07 17:57:06 terraform-provider-aws: github.com/aws/aws-sdk-go/aws/awsutil.stringValue(0x0, 0x0, 0x0, 0x0, 0xc2080bd1f0)
2015/07/07 17:57:06 terraform-provider-aws: /opt/gopath/src/github.com/aws/aws-sdk-go/aws/awsutil/string_value.go:95 +0x134f
2015/07/07 17:57:06 terraform-provider-aws: github.com/aws/aws-sdk-go/aws/awsutil.StringValue(0x0, 0x0, 0x0, 0x0)
2015/07/07 17:57:06 terraform-provider-aws: /opt/gopath/src/github.com/aws/aws-sdk-go/aws/awsutil/string_value.go:14 +0xab
2015/07/07 17:57:06 terraform-provider-aws: github.com/hashicorp/terraform/builtin/providers/aws.resourceAwsRouteDelete(0xc2083a8720, 0x99a8a0, 0xc208048240, 0x0, 0x0)
2015/07/07 17:57:06 terraform-provider-aws: /opt/gopath/src/github.com/hashicorp/terraform/builtin/providers/aws/resource_aws_route.go:243 +0x3b3
2015/07/07 17:57:06 terraform-provider-aws: github.com/hashicorp/terraform/helper/schema.(*Resource).Apply(0xc208382f40, 0xc20827db60, 0xc208307b70, 0x99a8a0, 0xc208048240, 0xc2082cb601, 0x0, 0x0)
2015/07/07 17:57:06 terraform-provider-aws: /opt/gopath/src/github.com/hashicorp/terraform/helper/schema/resource.go:121 +0x454
2015/07/07 17:57:06 terraform-provider-aws: github.com/hashicorp/terraform/helper/schema.(*Provider).Apply(0xc2082ca240, 0xc2083712c0, 0xc20827db60, 0xc208307b70, 0x99ba40, 0x0, 0x0)
2015/07/07 17:57:06 terraform-provider-aws: /opt/gopath/src/github.com/hashicorp/terraform/helper/schema/provider.go:155 +0x1da
2015/07/07 17:57:06 terraform-provider-aws: github.com/hashicorp/terraform/rpc.(*ResourceProviderServer).Apply(0xc2081e09a0, 0xc2083091e0, 0xc208307b80, 0x0, 0x0)
2015/07/07 17:57:06 terraform-provider-aws: /opt/gopath/src/github.com/hashicorp/terraform/rpc/resource_provider.go:323 +0x7f
2015/07/07 17:57:06 terraform-provider-aws: reflect.Value.call(0xac1620, 0xc278e0, 0x13, 0xc80140, 0x4, 0xc208335f28, 0x3, 0x3, 0x0, 0x0, ...)
2015/07/07 17:57:06 terraform-provider-aws: /usr/local/go/src/reflect/value.go:419 +0x10e5
2015/07/07 17:57:06 terraform-provider-aws: reflect.Value.Call(0xac1620, 0xc278e0, 0x13, 0xc208335f28, 0x3, 0x3, 0x0, 0x0, 0x0)
2015/07/07 17:57:06 terraform-provider-aws: /usr/local/go/src/reflect/value.go:296 +0xbc
2015/07/07 17:57:06 terraform-provider-aws: net/rpc.(*service).call(0xc208383700, 0xc2083836c0, 0xc208206728, 0xc20837a480, 0xc2081e09c0, 0x99b9e0, 0xc2083091e0, 0x16, 0x99ba40, 0xc208307b80, ...)
2015/07/07 17:57:06 terraform-provider-aws: /usr/local/go/src/net/rpc/server.go:382 +0x1f7
2015/07/07 17:57:06 terraform-provider-aws: created by net/rpc.(*Server).ServeCodec
2015/07/07 17:57:06 terraform-provider-aws: /usr/local/go/src/net/rpc/server.go:476 +0x44a
2015/07/07 17:57:06 terraform-provider-aws:
2015/07/07 17:57:06 terraform-provider-aws: goroutine 1 [IO wait]:
2015/07/07 17:57:06 terraform-provider-aws: net.(*pollDesc).Wait(0xc208011330, 0x72, 0x0, 0x0)
2015/07/07 17:57:06 terraform-provider-aws: /usr/local/go/src/net/fd_poll_runtime.go:84 +0x47
2015/07/07 17:57:06 terraform-provider-aws: net.(*pollDesc).WaitRead(0xc208011330, 0x0, 0x0)
2015/07/07 17:57:06 terraform-provider-aws: /usr/local/go/src/net/fd_poll_runtime.go:89 +0x43
2015/07/07 17:57:06 terraform-provider-aws: net.(*netFD).accept(0xc2080112d0, 0x0, 0x7f3aa59d3d70, 0xc2080da950)
2015/07/07 17:57:06 terraform-provider-aws: /usr/local/go/src/net/fd_unix.go:419 +0x40b
2015/07/07 17:57:06 terraform-provider-aws: net.(*UnixListener).AcceptUnix(0xc20801f720, 0x437c60, 0x0, 0x0)
2015/07/07 17:57:06 terraform-provider-aws: /usr/local/go/src/net/unixsock_posix.go:282 +0x56
2015/07/07 17:57:06 terraform-provider-aws: net.(*UnixListener).Accept(0xc20801f720, 0x0, 0x0, 0x0, 0x0)
2015/07/07 17:57:06 terraform-provider-aws: /usr/local/go/src/net/unixsock_posix.go:293 +0x4c
2015/07/07 17:57:06 terraform-provider-aws: github.com/hashicorp/terraform/rpc.(*Server).Accept(0xc2080da820, 0x7f3aa59d4880, 0xc20801f720)
2015/07/07 17:57:06 terraform-provider-aws: /opt/gopath/src/github.com/hashicorp/terraform/rpc/server.go:33 +0x37
2015/07/07 17:57:06 terraform-provider-aws: github.com/hashicorp/terraform/plugin.Serve(0xc2080da800)
2015/07/07 17:57:06 terraform-provider-aws: /opt/gopath/src/github.com/hashicorp/terraform/plugin/server.go:88 +0x7e8
2015/07/07 17:57:06 terraform-provider-aws: main.main()
2015/07/07 17:57:06 terraform-provider-aws: /opt/gopath/src/github.com/hashicorp/terraform/builtin/bins/provider-aws/main.go:11 +0x6d
2015/07/07 17:57:06 terraform-provider-aws:
2015/07/07 17:57:06 terraform-provider-aws: goroutine 5 [syscall]:
2015/07/07 17:57:06 terraform-provider-aws: os/signal.loop()
2015/07/07 17:57:06 terraform-provider-aws: /usr/local/go/src/os/signal/signal_unix.go:21 +0x1f
2015/07/07 17:57:06 terraform-provider-aws: created by os/signal.init·1
2015/07/07 17:57:06 terraform-provider-aws: /usr/local/go/src/os/signal/signal_unix.go:27 +0x35
2015/07/07 17:57:06 terraform-provider-aws:
2015/07/07 17:57:06 terraform-provider-aws: goroutine 7 [chan receive]:
2015/07/07 17:57:06 terraform-provider-aws: github.com/hashicorp/terraform/plugin.func·007()
2015/07/07 17:57:06 terraform-provider-aws: /opt/gopath/src/github.com/hashicorp/terraform/plugin/server.go:79 +0x69
2015/07/07 17:57:06 terraform-provider-aws: created by github.com/hashicorp/terraform/plugin.Serve
2015/07/07 17:57:06 terraform-provider-aws: /opt/gopath/src/github.com/hashicorp/terraform/plugin/server.go:85 +0x7c4
2015/07/07 17:57:06 terraform-provider-aws:
2015/07/07 17:57:06 terraform-provider-aws: goroutine 8 [select]:
2015/07/07 17:57:06 terraform-provider-aws: github.com/hashicorp/yamux.(*Stream).Read(0xc20807e780, 0xc208092000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
2015/07/07 17:57:06 terraform-provider-aws: /opt/gopath/src/github.com/hashicorp/yamux/stream.go:125 +0x3ab
2015/07/07 17:57:06 terraform-provider-aws: bufio.(*Reader).fill(0xc208062840)
2015/07/07 17:57:06 terraform-provider-aws: /usr/local/go/src/bufio/bufio.go:97 +0x1ce
2015/07/07 17:57:06 terraform-provider-aws: bufio.(*Reader).Read(0xc208062840, 0xc2080daa00, 0x1, 0x9, 0x401192, 0x0, 0x0)
2015/07/07 17:57:06 terraform-provider-aws: /usr/local/go/src/bufio/bufio.go:174 +0x26c
2015/07/07 17:57:06 terraform-provider-aws: io.ReadAtLeast(0x7f3aa59d59d8, 0xc208062840, 0xc2080daa00, 0x1, 0x9, 0x1, 0x0, 0x0, 0x0)
2015/07/07 17:57:06 terraform-provider-aws: /usr/local/go/src/io/io.go:298 +0xf1
2015/07/07 17:57:06 terraform-provider-aws: io.ReadFull(0x7f3aa59d59d8, 0xc208062840, 0xc2080daa00, 0x1, 0x9, 0x2c, 0x0, 0x0)
2015/07/07 17:57:06 terraform-provider-aws: /usr/local/go/src/io/io.go:316 +0x6d
2015/07/07 17:57:06 terraform-provider-aws: encoding/gob.decodeUintReader(0x7f3aa59d59d8, 0xc208062840, 0xc2080daa00, 0x9, 0x9, 0x0, 0x1, 0x0, 0x0)
2015/07/07 17:57:06 terraform-provider-aws: /usr/local/go/src/encoding/gob/decode.go:121 +0x99
2015/07/07 17:57:06 terraform-provider-aws: encoding/gob.(*Decoder).recvMessage(0xc208074580, 0xc208001d40)
2015/07/07 17:57:06 terraform-provider-aws: /usr/local/go/src/encoding/gob/decoder.go:76 +0x55
2015/07/07 17:57:06 terraform-provider-aws: encoding/gob.(*Decoder).decodeTypeSequence(0xc208074580, 0xc20801fe00, 0x16)
2015/07/07 17:57:06 terraform-provider-aws: /usr/local/go/src/encoding/gob/decoder.go:140 +0x47
2015/07/07 17:57:06 terraform-provider-aws: encoding/gob.(*Decoder).DecodeValue(0xc208074580, 0x9a2460, 0xc20801fe60, 0x16, 0x0, 0x0)
2015/07/07 17:57:06 terraform-provider-aws: /usr/local/go/src/encoding/gob/decoder.go:208 +0x192
2015/07/07 17:57:06 terraform-provider-aws: encoding/gob.(*Decoder).Decode(0xc208074580, 0x9a2460, 0xc20801fe60, 0x0, 0x0)
2015/07/07 17:57:06 terraform-provider-aws: /usr/local/go/src/encoding/gob/decoder.go:185 +0x297
2015/07/07 17:57:06 terraform-provider-aws: net/rpc.(*gobServerCodec).ReadRequestHeader(0xc208076960, 0xc20801fe60, 0x0, 0x0)
2015/07/07 17:57:06 terraform-provider-aws: /usr/local/go/src/net/rpc/server.go:402 +0x5e
2015/07/07 17:57:06 terraform-provider-aws: net/rpc.(*Server).readRequestHeader(0xc208035ec0, 0x7f3aa59d5bd8, 0xc208076960, 0x0, 0x0, 0xc20801fe60, 0xc2080daa00, 0x0, 0x0)
2015/07/07 17:57:06 terraform-provider-aws: /usr/local/go/src/net/rpc/server.go:575 +0x97
2015/07/07 17:57:06 terraform-provider-aws: net/rpc.(*Server).readRequest(0xc208035ec0, 0x7f3aa59d5bd8, 0xc208076960, 0xc208074480, 0xc20801f900, 0x9c3940, 0x0, 0x0, 0x0, 0x0, ...)
2015/07/07 17:57:06 terraform-provider-aws: /usr/local/go/src/net/rpc/server.go:542 +0xa2
2015/07/07 17:57:06 terraform-provider-aws: net/rpc.(*Server).ServeCodec(0xc208035ec0, 0x7f3aa59d5bd8, 0xc208076960)
2015/07/07 17:57:06 terraform-provider-aws: /usr/local/go/src/net/rpc/server.go:461 +0x6d
2015/07/07 17:57:06 terraform-provider-aws: net/rpc.(*Server).ServeConn(0xc208035ec0, 0x7f3aa59d5b00, 0xc20807e780)
2015/07/07 17:57:06 terraform-provider-aws: /usr/local/go/src/net/rpc/server.go:453 +0x208
2015/07/07 17:57:06 terraform-provider-aws: github.com/hashicorp/terraform/rpc.(*Server).ServeConn(0xc2080da820, 0x7f3aa59d5978, 0xc2080380a0)
2015/07/07 17:57:06 terraform-provider-aws: /opt/gopath/src/github.com/hashicorp/terraform/rpc/server.go:76 +0x52e
2015/07/07 17:57:06 terraform-provider-aws: created by github.com/hashicorp/terraform/rpc.(*Server).Accept
2015/07/07 17:57:06 terraform-provider-aws: /opt/gopath/src/github.com/hashicorp/terraform/rpc/server.go:39 +0x173
2015/07/07 17:57:06 terraform-provider-aws:
2015/07/07 17:57:06 terraform-provider-aws: goroutine 9 [IO wait]:
2015/07/07 17:57:06 terraform-provider-aws: net.(*pollDesc).Wait(0xc2080113a0, 0x72, 0x0, 0x0)
2015/07/07 17:57:06 terraform-provider-aws: /usr/local/go/src/net/fd_poll_runtime.go:84 +0x47
2015/07/07 17:57:06 terraform-provider-aws: net.(*pollDesc).WaitRead(0xc2080113a0, 0x0, 0x0)
2015/07/07 17:57:06 terraform-provider-aws: /usr/local/go/src/net/fd_poll_runtime.go:89 +0x43
2015/07/07 17:57:06 terraform-provider-aws: net.(*netFD).Read(0xc208011340, 0xc20808e000, 0x1000, 0x1000, 0x0, 0x7f3aa59d3d70, 0xc2082fa1d0)
2015/07/07 17:57:06 terraform-provider-aws: /usr/local/go/src/net/fd_unix.go:242 +0x40f
2015/07/07 17:57:06 terraform-provider-aws: net.(*conn).Read(0xc2080380a0, 0xc20808e000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
2015/07/07 17:57:06 terraform-provider-aws: /usr/local/go/src/net/net.go:121 +0xdc
2015/07/07 17:57:06 terraform-provider-aws: bufio.(*Reader).fill(0xc208062420)
2015/07/07 17:57:06 terraform-provider-aws: /usr/local/go/src/bufio/bufio.go:97 +0x1ce
2015/07/07 17:57:06 terraform-provider-aws: bufio.(*Reader).Read(0xc208062420, 0xc2080da984, 0xc, 0xc, 0xc2082fa1c0, 0x0, 0x0)
2015/07/07 17:57:06 terraform-provider-aws: /usr/local/go/src/bufio/bufio.go:174 +0x26c
2015/07/07 17:57:06 terraform-provider-aws: io.ReadAtLeast(0x7f3aa59d59d8, 0xc208062420, 0xc2080da984, 0xc, 0xc, 0xc, 0x0, 0x0, 0x0)
2015/07/07 17:57:06 terraform-provider-aws: /usr/local/go/src/io/io.go:298 +0xf1
2015/07/07 17:57:06 terraform-provider-aws: io.ReadFull(0x7f3aa59d59d8, 0xc208062420, 0xc2080da984, 0xc, 0xc, 0xc, 0x0, 0x0)
2015/07/07 17:57:06 terraform-provider-aws: /usr/local/go/src/io/io.go:316 +0x6d
2015/07/07 17:57:06 terraform-provider-aws: github.com/hashicorp/yamux.(*Session).recvLoop(0xc2080800b0, 0x0, 0x0)
2015/07/07 17:57:06 terraform-provider-aws: /opt/gopath/src/github.com/hashicorp/yamux/session.go:373 +0x10d
2015/07/07 17:57:06 terraform-provider-aws: github.com/hashicorp/yamux.(*Session).recv(0xc2080800b0)
2015/07/07 17:57:06 terraform-provider-aws: /opt/gopath/src/github.com/hashicorp/yamux/session.go:361 +0x28
2015/07/07 17:57:06 terraform-provider-aws: created by github.com/hashicorp/yamux.newSession
2015/07/07 17:57:06 terraform-provider-aws: /opt/gopath/src/github.com/hashicorp/yamux/session.go:104 +0x499
2015/07/07 17:57:06 terraform-provider-aws:
2015/07/07 17:57:06 terraform-provider-aws: goroutine 10 [select]:
2015/07/07 17:57:06 terraform-provider-aws: github.com/hashicorp/yamux.(*Session).send(0xc2080800b0)
2015/07/07 17:57:06 terraform-provider-aws: /opt/gopath/src/github.com/hashicorp/yamux/session.go:323 +0x554
2015/07/07 17:57:06 terraform-provider-aws: created by github.com/hashicorp/yamux.newSession
2015/07/07 17:57:06 terraform-provider-aws: /opt/gopath/src/github.com/hashicorp/yamux/session.go:105 +0x4b3
2015/07/07 17:57:06 terraform-provider-aws:
2015/07/07 17:57:06 terraform-provider-aws: goroutine 11 [select]:
2015/07/07 17:57:06 terraform-provider-aws: github.com/hashicorp/yamux.(*Session).keepalive(0xc2080800b0)
2015/07/07 17:57:06 terraform-provider-aws: /opt/gopath/src/github.com/hashicorp/yamux/session.go:279 +0x106
2015/07/07 17:57:06 terraform-provider-aws: created by github.com/hashicorp/yamux.newSession
2015/07/07 17:57:06 terraform-provider-aws: /opt/gopath/src/github.com/hashicorp/yamux/session.go:107 +0x4de
2015/07/07 17:57:06 terraform-provider-aws:
2015/07/07 17:57:06 terraform-provider-aws: goroutine 13 [select]:
2015/07/07 17:57:06 terraform-provider-aws: github.com/hashicorp/yamux.(*Session).AcceptStream(0xc2080800b0, 0xc26cb50b02, 0x0, 0x0)
2015/07/07 17:57:06 terraform-provider-aws: /opt/gopath/src/github.com/hashicorp/yamux/session.go:183 +0x1a8
2015/07/07 17:57:06 terraform-provider-aws: github.com/hashicorp/terraform/rpc.(*muxBroker).Run(0xc20801f8c0)
2015/07/07 17:57:06 terraform-provider-aws: /opt/gopath/src/github.com/hashicorp/terraform/rpc/mux_broker.go:109 +0x36
2015/07/07 17:57:06 terraform-provider-aws: created by github.com/hashicorp/terraform/rpc.(*Server).ServeConn
2015/07/07 17:57:06 terraform-provider-aws: /opt/gopath/src/github.com/hashicorp/terraform/rpc/server.go:65 +0x386
2015/07/07 17:57:06 terraform-provider-aws:
2015/07/07 17:57:06 terraform-provider-aws: goroutine 60 [select]:
2015/07/07 17:57:06 terraform-provider-aws: net/http.(*persistConn).roundTrip(0xc208088210, 0xc2082fb980, 0x0, 0x0, 0x0)
2015/07/07 17:57:06 terraform-provider-aws: /usr/local/go/src/net/http/transport.go:1082 +0x7ad
2015/07/07 17:57:06 terraform-provider-aws: net/http.(*Transport).RoundTrip(0xc208048090, 0xc2083880d0, 0xc208251530, 0x0, 0x0)
2015/07/07 17:57:06 terraform-provider-aws: /usr/local/go/src/net/http/transport.go:235 +0x558
2015/07/07 17:57:06 terraform-provider-aws: net/http.send(0xc2083880d0, 0x7f3aa59d4050, 0xc208048090, 0x24, 0x0, 0x0)
2015/07/07 17:57:06 terraform-provider-aws: /usr/local/go/src/net/http/client.go:219 +0x4fc
2015/07/07 17:57:06 terraform-provider-aws: net/http.(*Client).send(0x114eca0, 0xc2083880d0, 0x24, 0x0, 0x0)
2015/07/07 17:57:06 terraform-provider-aws: /usr/local/go/src/net/http/client.go:142 +0x15b
2015/07/07 17:57:06 terraform-provider-aws: net/http.(*Client).doFollowingRedirects(0x114eca0, 0xc2083880d0, 0xee6060, 0x0, 0x0, 0x0)
2015/07/07 17:57:06 terraform-provider-aws: /usr/local/go/src/net/http/client.go:367 +0xb25
2015/07/07 17:57:06 terraform-provider-aws: net/http.(*Client).Do(0x114eca0, 0xc2083880d0, 0xc2083880d0, 0x0, 0x0)
2015/07/07 17:57:06 terraform-provider-aws: /usr/local/go/src/net/http/client.go:177 +0x192
2015/07/07 17:57:06 terraform-provider-aws: github.com/aws/aws-sdk-go/aws.SendHandler(0xc2081d9880)
2015/07/07 17:57:06 terraform-provider-aws: /opt/gopath/src/github.com/aws/aws-sdk-go/aws/handler_functions.go:65 +0x64
2015/07/07 17:57:06 terraform-provider-aws: github.com/aws/aws-sdk-go/aws.(*HandlerList).Run(0xc2081d98d0, 0xc2081d9880)
2015/07/07 17:57:06 terraform-provider-aws: /opt/gopath/src/github.com/aws/aws-sdk-go/aws/handlers.go:83 +0x6e
2015/07/07 17:57:06 terraform-provider-aws: github.com/aws/aws-sdk-go/aws.(*Request).Send(0xc2081d9880, 0x0, 0x0)
2015/07/07 17:57:06 terraform-provider-aws: /opt/gopath/src/github.com/aws/aws-sdk-go/aws/request.go:193 +0x10c
2015/07/07 17:57:06 terraform-provider-aws: github.com/aws/aws-sdk-go/service/ec2.(*EC2).DeleteRouteTable(0xc208038c10, 0xc2082fd3e0, 0xc, 0x0, 0x0)
2015/07/07 17:57:06 terraform-provider-aws: /opt/gopath/src/github.com/aws/aws-sdk-go/service/ec2/api.go:2165 +0x5c
2015/07/07 17:57:06 terraform-provider-aws: github.com/hashicorp/terraform/builtin/providers/aws.resourceAwsRouteTableDelete(0xc2083a8cc0, 0x99a8a0, 0xc208048240, 0x0, 0x0)
2015/07/07 17:57:06 terraform-provider-aws: /opt/gopath/src/github.com/hashicorp/terraform/builtin/providers/aws/resource_aws_route_table.go:331 +0x626
2015/07/07 17:57:06 terraform-provider-aws: github.com/hashicorp/terraform/helper/schema.(*Resource).Apply(0xc208382fc0, 0xc208250180, 0xc2082fa640, 0x99a8a0, 0xc208048240, 0x1, 0x0, 0x0)
2015/07/07 17:57:06 terraform-provider-aws: /opt/gopath/src/github.com/hashicorp/terraform/helper/schema/resource.go:121 +0x454
2015/07/07 17:57:06 terraform-provider-aws: github.com/hashicorp/terraform/helper/schema.(*Provider).Apply(0xc2082ca240, 0xc208371900, 0xc208250180, 0xc2082fa640, 0x99ba40, 0x0, 0x0)
2015/07/07 17:57:06 terraform-provider-aws: /opt/gopath/src/github.com/hashicorp/terraform/helper/schema/provider.go:155 +0x1da
2015/07/07 17:57:06 terraform-provider-aws: github.com/hashicorp/terraform/rpc.(*ResourceProviderServer).Apply(0xc2081e09a0, 0xc208300680, 0xc2082fa650, 0x0, 0x0)
2015/07/07 17:57:06 terraform-provider-aws: /opt/gopath/src/github.com/hashicorp/terraform/rpc/resource_provider.go:323 +0x7f
2015/07/07 17:57:06 terraform-provider-aws: reflect.Value.call(0xac1620, 0xc278e0, 0x13, 0xc80140, 0x4, 0xc20812ff28, 0x3, 0x3, 0x0, 0x0, ...)
2015/07/07 17:57:06 terraform-provider-aws: /usr/local/go/src/reflect/value.go:419 +0x10e5
2015/07/07 17:57:06 terraform-provider-aws: reflect.Value.Call(0xac1620, 0xc278e0, 0x13, 0xc20812ff28, 0x3, 0x3, 0x0, 0x0, 0x0)
2015/07/07 17:57:06 terraform-provider-aws: /usr/local/go/src/reflect/value.go:296 +0xbc
2015/07/07 17:57:06 terraform-provider-aws: net/rpc.(*service).call(0xc208383700, 0xc2083836c0, 0xc208206728, 0xc20837a480, 0xc2081e1a80, 0x99b9e0, 0xc208300680, 0x16, 0x99ba40, 0xc2082fa650, ...)
2015/07/07 17:57:06 terraform-provider-aws: /usr/local/go/src/net/rpc/server.go:382 +0x1f7
2015/07/07 17:57:06 terraform-provider-aws: created by net/rpc.(*Server).ServeCodec
2015/07/07 17:57:06 terraform-provider-aws: /usr/local/go/src/net/rpc/server.go:476 +0x44a
2015/07/07 17:57:06 terraform-provider-aws:
2015/07/07 17:57:06 terraform-provider-aws: goroutine 55 [select]:
2015/07/07 17:57:06 terraform-provider-aws: github.com/hashicorp/yamux.(*Stream).Read(0xc20807e140, 0xc20837f000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
2015/07/07 17:57:06 terraform-provider-aws: /opt/gopath/src/github.com/hashicorp/yamux/stream.go:125 +0x3ab
2015/07/07 17:57:06 terraform-provider-aws: bufio.(*Reader).fill(0xc2083a83c0)
2015/07/07 17:57:06 terraform-provider-aws: /usr/local/go/src/bufio/bufio.go:97 +0x1ce
2015/07/07 17:57:06 terraform-provider-aws: bufio.(*Reader).Read(0xc2083a83c0, 0xc208206760, 0x1, 0x9, 0xc2080bb858, 0x0, 0x0)
2015/07/07 17:57:06 terraform-provider-aws: /usr/local/go/src/bufio/bufio.go:174 +0x26c
2015/07/07 17:57:06 terraform-provider-aws: io.ReadAtLeast(0x7f3aa59d59d8, 0xc2083a83c0, 0xc208206760, 0x1, 0x9, 0x1, 0x0, 0x0, 0x0)
2015/07/07 17:57:06 terraform-provider-aws: /usr/local/go/src/io/io.go:298 +0xf1
2015/07/07 17:57:06 terraform-provider-aws: io.ReadFull(0x7f3aa59d59d8, 0xc2083a83c0, 0xc208206760, 0x1, 0x9, 0x1, 0x0, 0x0)
2015/07/07 17:57:06 terraform-provider-aws: /usr/local/go/src/io/io.go:316 +0x6d
2015/07/07 17:57:06 terraform-provider-aws: encoding/gob.decodeUintReader(0x7f3aa59d59d8, 0xc2083a83c0, 0xc208206760, 0x9, 0x9, 0x0, 0x1, 0x0, 0x0)
2015/07/07 17:57:06 terraform-provider-aws: /usr/local/go/src/encoding/gob/decode.go:121 +0x99
2015/07/07 17:57:06 terraform-provider-aws: encoding/gob.(*Decoder).recvMessage(0xc20837a900, 0xc208094a20)
2015/07/07 17:57:06 terraform-provider-aws: /usr/local/go/src/encoding/gob/decoder.go:76 +0x55
2015/07/07 17:57:06 terraform-provider-aws: encoding/gob.(*Decoder).decodeTypeSequence(0xc20837a900, 0xc208300d00, 0x16)
2015/07/07 17:57:06 terraform-provider-aws: /usr/local/go/src/encoding/gob/decoder.go:140 +0x47
2015/07/07 17:57:06 terraform-provider-aws: encoding/gob.(*Decoder).DecodeValue(0xc20837a900, 0x9a2460, 0xc208300dc0, 0x16, 0x0, 0x0)
2015/07/07 17:57:06 terraform-provider-aws: /usr/local/go/src/encoding/gob/decoder.go:208 +0x192
2015/07/07 17:57:06 terraform-provider-aws: encoding/gob.(*Decoder).Decode(0xc20837a900, 0x9a2460, 0xc208300dc0, 0x0, 0x0)
2015/07/07 17:57:06 terraform-provider-aws: /usr/local/go/src/encoding/gob/decoder.go:185 +0x297
2015/07/07 17:57:06 terraform-provider-aws: net/rpc.(*gobServerCodec).ReadRequestHeader(0xc2082ca420, 0xc208300dc0, 0x0, 0x0)
2015/07/07 17:57:06 terraform-provider-aws: /usr/local/go/src/net/rpc/server.go:402 +0x5e
2015/07/07 17:57:06 terraform-provider-aws: net/rpc.(*Server).readRequestHeader(0xc2083836c0, 0x7f3aa59d5bd8, 0xc2082ca420, 0x0, 0x0, 0xc208300dc0, 0xc208206700, 0x0, 0x0)
2015/07/07 17:57:06 terraform-provider-aws: /usr/local/go/src/net/rpc/server.go:575 +0x97
2015/07/07 17:57:06 terraform-provider-aws: net/rpc.(*Server).readRequest(0xc2083836c0, 0x7f3aa59d5bd8, 0xc2082ca420, 0xc20837a480, 0xc2081e1a80, 0x99b9e0, 0x0, 0x0, 0x0, 0x0, ...)
2015/07/07 17:57:06 terraform-provider-aws: /usr/local/go/src/net/rpc/server.go:542 +0xa2
2015/07/07 17:57:06 terraform-provider-aws: net/rpc.(*Server).ServeCodec(0xc2083836c0, 0x7f3aa59d5bd8, 0xc2082ca420)
2015/07/07 17:57:06 terraform-provider-aws: /usr/local/go/src/net/rpc/server.go:461 +0x6d
2015/07/07 17:57:06 terraform-provider-aws: net/rpc.(*Server).ServeConn(0xc2083836c0, 0x7f3aa59d5b00, 0xc20807e140)
2015/07/07 17:57:06 terraform-provider-aws: /usr/local/go/src/net/rpc/server.go:453 +0x208
2015/07/07 17:57:06 terraform-provider-aws: github.com/hashicorp/terraform/rpc.serve(0x7f3aa59d5b00, 0xc20807e140, 0xd01050, 0x10, 0xc27840, 0xc2081e09a0)
2015/07/07 17:57:06 terraform-provider-aws: /opt/gopath/src/github.com/hashicorp/terraform/rpc/server.go:146 +0x1f9
2015/07/07 17:57:06 terraform-provider-aws: github.com/hashicorp/terraform/rpc.func·001()
2015/07/07 17:57:06 terraform-provider-aws: /opt/gopath/src/github.com/hashicorp/terraform/rpc/server.go:102 +0x265
2015/07/07 17:57:06 terraform-provider-aws: created by github.com/hashicorp/terraform/rpc.(*dispenseServer).ResourceProvider
2015/07/07 17:57:06 terraform-provider-aws: /opt/gopath/src/github.com/hashicorp/terraform/rpc/server.go:103 +0x107
2015/07/07 17:57:06 terraform-provider-aws:
2015/07/07 17:57:06 terraform-provider-aws: goroutine 47 [select]:
2015/07/07 17:57:06 terraform-provider-aws: net/http.(*persistConn).writeLoop(0xc2080891e0)
2015/07/07 17:57:06 terraform-provider-aws: /usr/local/go/src/net/http/transport.go:945 +0x41d
2015/07/07 17:57:06 terraform-provider-aws: created by net/http.(*Transport).dialConn
2015/07/07 17:57:06 terraform-provider-aws: /usr/local/go/src/net/http/transport.go:661 +0xcbc
2015/07/07 17:57:06 terraform-provider-aws:
2015/07/07 17:57:06 terraform-provider-aws: goroutine 38 [IO wait]:
2015/07/07 17:57:06 terraform-provider-aws: net.(*pollDesc).Wait(0xc2080bdbf0, 0x72, 0x0, 0x0)
2015/07/07 17:57:06 terraform-provider-aws: /usr/local/go/src/net/fd_poll_runtime.go:84 +0x47
2015/07/07 17:57:06 terraform-provider-aws: net.(*pollDesc).WaitRead(0xc2080bdbf0, 0x0, 0x0)
2015/07/07 17:57:06 terraform-provider-aws: /usr/local/go/src/net/fd_poll_runtime.go:89 +0x43
2015/07/07 17:57:06 terraform-provider-aws: net.(*netFD).Read(0xc2080bdb90, 0xc2082f8000, 0x400, 0x400, 0x0, 0x7f3aa59d3d70, 0xc2082fb978)
2015/07/07 17:57:06 terraform-provider-aws: /usr/local/go/src/net/fd_unix.go:242 +0x40f
2015/07/07 17:57:06 terraform-provider-aws: net.(*conn).Read(0xc208038f78, 0xc2082f8000, 0x400, 0x400, 0x0, 0x0, 0x0)
2015/07/07 17:57:06 terraform-provider-aws: /usr/local/go/src/net/net.go:121 +0xdc
2015/07/07 17:57:06 terraform-provider-aws: crypto/tls.(*block).readFromUntil(0xc20827c2a0, 0x7f3aa59d64c0, 0xc208038f78, 0x5, 0x0, 0x0)
2015/07/07 17:57:06 terraform-provider-aws: /usr/local/go/src/crypto/tls/conn.go:454 +0xe6
2015/07/07 17:57:06 terraform-provider-aws: crypto/tls.(*Conn).readRecord(0xc20805e000, 0x17, 0x0, 0x0)
2015/07/07 17:57:06 terraform-provider-aws: /usr/local/go/src/crypto/tls/conn.go:539 +0x2da
2015/07/07 17:57:06 terraform-provider-aws: crypto/tls.(*Conn).Read(0xc20805e000, 0xc2080ed000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
2015/07/07 17:57:06 terraform-provider-aws: /usr/local/go/src/crypto/tls/conn.go:904 +0x166
2015/07/07 17:57:06 terraform-provider-aws: net/http.noteEOFReader.Read(0x7f3aa59dae48, 0xc20805e000, 0xc208088268, 0xc2080ed000, 0x1000, 0x1000, 0xa6ff00, 0x0, 0x0)
2015/07/07 17:57:06 terraform-provider-aws: /usr/local/go/src/net/http/transport.go:1270 +0x6e
2015/07/07 17:57:06 terraform-provider-aws: net/http.(*noteEOFReader).Read(0xc2082d4440, 0xc2080ed000, 0x1000, 0x1000, 0xc208012000, 0x0, 0x0)
2015/07/07 17:57:06 terraform-provider-aws: <autogenerated>:125 +0xd4
2015/07/07 17:57:06 terraform-provider-aws: bufio.(*Reader).fill(0xc20822f680)
2015/07/07 17:57:06 terraform-provider-aws: /usr/local/go/src/bufio/bufio.go:97 +0x1ce
2015/07/07 17:57:06 terraform-provider-aws: bufio.(*Reader).Peek(0xc20822f680, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0)
2015/07/07 17:57:06 terraform-provider-aws: /usr/local/go/src/bufio/bufio.go:132 +0xf0
2015/07/07 17:57:06 terraform-provider-aws: net/http.(*persistConn).readLoop(0xc208088210)
2015/07/07 17:57:06 terraform-provider-aws: /usr/local/go/src/net/http/transport.go:842 +0xa4
2015/07/07 17:57:06 terraform-provider-aws: created by net/http.(*Transport).dialConn
2015/07/07 17:57:06 terraform-provider-aws: /usr/local/go/src/net/http/transport.go:660 +0xc9f
2015/07/07 17:57:06 terraform-provider-aws:
2015/07/07 17:57:06 terraform-provider-aws: goroutine 49 [syscall, locked to thread]:
2015/07/07 17:57:06 terraform-provider-aws: runtime.goexit()
2015/07/07 17:57:06 terraform-provider-aws: /usr/local/go/src/runtime/asm_amd64.s:2232 +0x1
2015/07/07 17:57:06 terraform-provider-aws:
2015/07/07 17:57:06 terraform-provider-aws: goroutine 39 [select]:
2015/07/07 17:57:06 terraform-provider-aws: net/http.(*persistConn).writeLoop(0xc208088210)
2015/07/07 17:57:06 terraform-provider-aws: /usr/local/go/src/net/http/transport.go:945 +0x41d
2015/07/07 17:57:06 terraform-provider-aws: created by net/http.(*Transport).dialConn
2015/07/07 17:57:06 terraform-provider-aws: /usr/local/go/src/net/http/transport.go:661 +0xcbc
2015/07/07 17:57:06 terraform-provider-aws:
2015/07/07 17:57:06 terraform-provider-aws: goroutine 46 [runnable]:
2015/07/07 17:57:06 terraform-provider-aws: net/http.(*persistConn).readLoop(0xc2080891e0)
2015/07/07 17:57:06 terraform-provider-aws: /usr/local/go/src/net/http/transport.go:928 +0x9ce
2015/07/07 17:57:06 terraform-provider-aws: created by net/http.(*Transport).dialConn
2015/07/07 17:57:06 terraform-provider-aws: /usr/local/go/src/net/http/transport.go:660 +0xc9f
2015/07/07 17:57:06 [DEBUG] root: eval: *terraform.EvalWriteState
2015/07/07 17:57:06 [DEBUG] root: eval: *terraform.EvalApplyPost
2015/07/07 17:57:06 [ERROR] root: eval: *terraform.EvalApplyPost, err: 1 error(s) occurred:
* unexpected EOF
2015/07/07 17:57:06 [ERROR] root: eval: *terraform.EvalSequence, err: 1 error(s) occurred:
* unexpected EOF
2015/07/07 17:57:06 [ERROR] root: eval: *terraform.EvalOpFilter, err: 1 error(s) occurred:
* unexpected EOF
2015/07/07 17:57:06 [DEBUG] root: eval: *terraform.EvalWriteState
2015/07/07 17:57:06 [DEBUG] root: eval: *terraform.EvalApplyPost
2015/07/07 17:57:06 [ERROR] root: eval: *terraform.EvalApplyPost, err: 1 error(s) occurred:
* unexpected EOF
2015/07/07 17:57:06 [ERROR] root: eval: *terraform.EvalSequence, err: 1 error(s) occurred:
* unexpected EOF
2015/07/07 17:57:06 [ERROR] root: eval: *terraform.EvalOpFilter, err: 1 error(s) occurred:
* unexpected EOF
2015/07/07 17:57:06 [DEBUG] vertex root.aws_vpc.testing (destroy): walking
2015/07/07 17:57:06 [DEBUG] vertex root.aws_vpc.testing (destroy): evaluating
2015/07/07 17:57:06 [DEBUG] root: eval: *terraform.EvalSequence
2015/07/07 17:57:06 [DEBUG] root: eval: *terraform.EvalInterpolate
2015/07/07 17:57:06 [DEBUG] root: eval: terraform.EvalNoop
2015/07/07 17:57:06 [DEBUG] root: eval: *terraform.EvalCountFixZeroOneBoundary
2015/07/07 17:57:06 [DEBUG] vertex root.aws_vpc.testing (destroy): expanding/walking dynamic subgraph
2015/07/07 17:57:06 [TRACE] Graph after step *terraform.ResourceCountTransformer:
aws_vpc.testing (destroy)
2015/07/07 17:57:06 [TRACE] Graph after step *terraform.OrphanTransformer:
aws_vpc.testing (destroy)
2015/07/07 17:57:06 [TRACE] Graph after step *terraform.DeposedTransformer:
aws_vpc.testing (destroy)
2015/07/07 17:57:06 [TRACE] Graph after step *terraform.RootTransformer:
aws_vpc.testing (destroy)
2015/07/07 17:57:06 [DEBUG] vertex root.aws_vpc.testing (destroy): walking
2015/07/07 17:57:06 [DEBUG] vertex root.aws_vpc.testing (destroy): evaluating
2015/07/07 17:57:06 [DEBUG] root: eval: *terraform.EvalOpFilter
2015/07/07 17:57:06 [DEBUG] root: eval: *terraform.EvalSequence
2015/07/07 17:57:06 [DEBUG] root: eval: *terraform.EvalReadDiff
2015/07/07 17:57:06 [DEBUG] root: eval: *terraform.EvalFilterDiff
2015/07/07 17:57:06 [DEBUG] root: eval: *terraform.EvalIf
2015/07/07 17:57:06 [DEBUG] root: eval: terraform.EvalNoop
2015/07/07 17:57:06 [DEBUG] root: eval: *terraform.EvalGetProvider
2015/07/07 17:57:06 [DEBUG] root: eval: *terraform.EvalReadState
2015/07/07 17:57:06 [DEBUG] root: eval: *terraform.EvalRequireState
2015/07/07 17:57:06 [DEBUG] root: eval: *terraform.EvalApply
2015/07/07 17:57:06 [DEBUG] apply: aws_vpc.testing: executing Apply
2015/07/07 17:57:06 [DEBUG] root: eval: *terraform.EvalWriteState
2015/07/07 17:57:06 [DEBUG] root: eval: *terraform.EvalApplyPost
2015/07/07 17:57:06 [ERROR] root: eval: *terraform.EvalApplyPost, err: 1 error(s) occurred:
* connection is shut down
2015/07/07 17:57:06 [ERROR] root: eval: *terraform.EvalSequence, err: 1 error(s) occurred:
* connection is shut down
2015/07/07 17:57:06 [ERROR] root: eval: *terraform.EvalOpFilter, err: 1 error(s) occurred:
* connection is shut down
2015/07/07 17:57:06 [DEBUG] vertex root.aws_internet_gateway.testing: walking
2015/07/07 17:57:06 [DEBUG] vertex root.aws_internet_gateway.testing: evaluating
2015/07/07 17:57:06 [DEBUG] root: eval: *terraform.EvalSequence
2015/07/07 17:57:06 [DEBUG] root: eval: *terraform.EvalInterpolate
2015/07/07 17:57:06 [DEBUG] root: eval: terraform.EvalNoop
2015/07/07 17:57:06 [DEBUG] root: eval: *terraform.EvalCountFixZeroOneBoundary
2015/07/07 17:57:06 [DEBUG] vertex root.aws_internet_gateway.testing: expanding/walking dynamic subgraph
2015/07/07 17:57:06 [TRACE] Graph after step *terraform.ResourceCountTransformer:
aws_internet_gateway.testing
2015/07/07 17:57:06 [TRACE] Graph after step *terraform.RootTransformer:
aws_internet_gateway.testing
2015/07/07 17:57:06 [DEBUG] vertex root.aws_vpc_peering_connection.testing-utility: walking
2015/07/07 17:57:06 [DEBUG] vertex root.aws_vpc_peering_connection.testing-utility: evaluating
2015/07/07 17:57:06 [DEBUG] root: eval: *terraform.EvalSequence
2015/07/07 17:57:06 [DEBUG] root: eval: *terraform.EvalInterpolate
2015/07/07 17:57:06 [DEBUG] root: eval: terraform.EvalNoop
2015/07/07 17:57:06 [DEBUG] root: eval: *terraform.EvalCountFixZeroOneBoundary
2015/07/07 17:57:06 [DEBUG] vertex root.aws_vpc_peering_connection.testing-utility: expanding/walking dynamic subgraph
2015/07/07 17:57:06 [TRACE] Graph after step *terraform.ResourceCountTransformer:
aws_vpc_peering_connection.testing-utility
2015/07/07 17:57:06 [TRACE] Graph after step *terraform.RootTransformer:
aws_vpc_peering_connection.testing-utility
2015/07/07 17:57:06 [DEBUG] vertex root.aws_internet_gateway.testing: walking
2015/07/07 17:57:06 [DEBUG] vertex root.aws_internet_gateway.testing: evaluating
2015/07/07 17:57:06 [DEBUG] root: eval: *terraform.EvalSequence
2015/07/07 17:57:06 [DEBUG] root: eval: terraform.EvalNoop
2015/07/07 17:57:06 [DEBUG] root: eval: *terraform.EvalInstanceInfo
2015/07/07 17:57:06 [DEBUG] root: eval: terraform.EvalNoop
2015/07/07 17:57:06 [DEBUG] root: eval: terraform.EvalNoop
2015/07/07 17:57:06 [DEBUG] root: eval: terraform.EvalNoop
2015/07/07 17:57:06 [DEBUG] root: eval: *terraform.EvalOpFilter
2015/07/07 17:57:06 [DEBUG] root: eval: *terraform.EvalSequence
2015/07/07 17:57:06 [DEBUG] root: eval: *terraform.EvalReadDiff
2015/07/07 17:57:06 [DEBUG] root: eval: *terraform.EvalIf
2015/07/07 17:57:06 [ERROR] root: eval: *terraform.EvalIf, err: early exit
2015/07/07 17:57:06 [ERROR] root: eval: *terraform.EvalSequence, err: early exit
2015/07/07 17:57:06 [ERROR] root: eval: *terraform.EvalOpFilter, err: early exit
2015/07/07 17:57:06 [ERROR] root: eval: *terraform.EvalSequence, err: early exit
2015/07/07 17:57:06 [DEBUG] vertex root.aws_vpc_peering_connection.testing-utility: walking
2015/07/07 17:57:06 [DEBUG] vertex root.aws_vpc_peering_connection.testing-utility: evaluating
2015/07/07 17:57:06 [DEBUG] root: eval: *terraform.EvalSequence
2015/07/07 17:57:06 [DEBUG] root: eval: terraform.EvalNoop
2015/07/07 17:57:06 [DEBUG] root: eval: *terraform.EvalInstanceInfo
2015/07/07 17:57:06 [DEBUG] root: eval: terraform.EvalNoop
2015/07/07 17:57:06 [DEBUG] root: eval: terraform.EvalNoop
2015/07/07 17:57:06 [DEBUG] root: eval: terraform.EvalNoop
2015/07/07 17:57:06 [DEBUG] root: eval: *terraform.EvalOpFilter
2015/07/07 17:57:06 [DEBUG] root: eval: *terraform.EvalSequence
2015/07/07 17:57:06 [DEBUG] root: eval: *terraform.EvalReadDiff
2015/07/07 17:57:06 [DEBUG] root: eval: *terraform.EvalIf
2015/07/07 17:57:06 [ERROR] root: eval: *terraform.EvalIf, err: early exit
2015/07/07 17:57:06 [ERROR] root: eval: *terraform.EvalSequence, err: early exit
2015/07/07 17:57:06 [ERROR] root: eval: *terraform.EvalOpFilter, err: early exit
2015/07/07 17:57:06 [ERROR] root: eval: *terraform.EvalSequence, err: early exit
2015/07/07 17:57:06 [DEBUG] vertex root.aws_route_table.testing: walking
2015/07/07 17:57:06 [DEBUG] vertex root.aws_route_table.testing: evaluating
2015/07/07 17:57:06 [DEBUG] root: eval: *terraform.EvalSequence
2015/07/07 17:57:06 [DEBUG] root: eval: *terraform.EvalInterpolate
2015/07/07 17:57:06 [DEBUG] root: eval: terraform.EvalNoop
2015/07/07 17:57:06 [DEBUG] root: eval: *terraform.EvalCountFixZeroOneBoundary
2015/07/07 17:57:06 [DEBUG] vertex root.aws_route_table.testing: expanding/walking dynamic subgraph
2015/07/07 17:57:06 [TRACE] Graph after step *terraform.ResourceCountTransformer:
aws_route_table.testing
2015/07/07 17:57:06 [TRACE] Graph after step *terraform.RootTransformer:
aws_route_table.testing
2015/07/07 17:57:06 [DEBUG] vertex root.aws_route.testing-util: walking
2015/07/07 17:57:06 [DEBUG] vertex root.aws_route.testing-util: evaluating
2015/07/07 17:57:06 [DEBUG] root: eval: *terraform.EvalSequence
2015/07/07 17:57:06 [DEBUG] root: eval: *terraform.EvalInterpolate
2015/07/07 17:57:06 [DEBUG] root: eval: terraform.EvalNoop
2015/07/07 17:57:06 [DEBUG] root: eval: *terraform.EvalCountFixZeroOneBoundary
2015/07/07 17:57:06 [DEBUG] vertex root.aws_route.testing-util: expanding/walking dynamic subgraph
2015/07/07 17:57:06 [TRACE] Graph after step *terraform.ResourceCountTransformer:
aws_route.testing-util
2015/07/07 17:57:06 [TRACE] Graph after step *terraform.RootTransformer:
aws_route.testing-util
2015/07/07 17:57:06 [DEBUG] vertex root.aws_route_table.testing: walking
2015/07/07 17:57:06 [DEBUG] vertex root.aws_route_table.testing: evaluating
2015/07/07 17:57:06 [DEBUG] root: eval: *terraform.EvalSequence
2015/07/07 17:57:06 [DEBUG] root: eval: terraform.EvalNoop
2015/07/07 17:57:06 [DEBUG] root: eval: *terraform.EvalInstanceInfo
2015/07/07 17:57:06 [DEBUG] root: eval: terraform.EvalNoop
2015/07/07 17:57:06 [DEBUG] root: eval: terraform.EvalNoop
2015/07/07 17:57:06 [DEBUG] root: eval: terraform.EvalNoop
2015/07/07 17:57:06 [DEBUG] root: eval: *terraform.EvalOpFilter
2015/07/07 17:57:06 [DEBUG] root: eval: *terraform.EvalSequence
2015/07/07 17:57:06 [DEBUG] root: eval: *terraform.EvalReadDiff
2015/07/07 17:57:06 [DEBUG] root: eval: *terraform.EvalIf
2015/07/07 17:57:06 [ERROR] root: eval: *terraform.EvalIf, err: early exit
2015/07/07 17:57:06 [ERROR] root: eval: *terraform.EvalSequence, err: early exit
2015/07/07 17:57:06 [ERROR] root: eval: *terraform.EvalOpFilter, err: early exit
2015/07/07 17:57:06 [ERROR] root: eval: *terraform.EvalSequence, err: early exit
2015/07/07 17:57:06 [DEBUG] vertex root.aws_route.testing-util: walking
2015/07/07 17:57:06 [DEBUG] vertex root.aws_route.testing-util: evaluating
2015/07/07 17:57:06 [DEBUG] root: eval: *terraform.EvalSequence
2015/07/07 17:57:06 [DEBUG] root: eval: terraform.EvalNoop
2015/07/07 17:57:06 [DEBUG] root: eval: *terraform.EvalInstanceInfo
2015/07/07 17:57:06 [DEBUG] root: eval: terraform.EvalNoop
2015/07/07 17:57:06 [DEBUG] root: eval: terraform.EvalNoop
2015/07/07 17:57:06 [DEBUG] root: eval: terraform.EvalNoop
2015/07/07 17:57:06 [DEBUG] root: eval: *terraform.EvalOpFilter
2015/07/07 17:57:06 [DEBUG] root: eval: *terraform.EvalSequence
2015/07/07 17:57:06 [DEBUG] root: eval: *terraform.EvalReadDiff
2015/07/07 17:57:06 [DEBUG] root: eval: *terraform.EvalIf
2015/07/07 17:57:06 [ERROR] root: eval: *terraform.EvalIf, err: early exit
2015/07/07 17:57:06 [ERROR] root: eval: *terraform.EvalSequence, err: early exit
2015/07/07 17:57:06 [ERROR] root: eval: *terraform.EvalOpFilter, err: early exit
2015/07/07 17:57:06 [ERROR] root: eval: *terraform.EvalSequence, err: early exit
2015/07/07 17:57:06 [DEBUG] vertex root.provider.aws (close): walking
2015/07/07 17:57:06 [DEBUG] vertex root.provider.aws (close): evaluating
2015/07/07 17:57:06 [DEBUG] root: eval: *terraform.EvalCloseProvider
2015/07/07 17:57:06 [DEBUG] /opt/gopath/src/github.com/hashicorp/terraform/bin/terraform-provider-aws: plugin process exited
2015/07/07 17:57:06 waiting for all plugin processes to complete...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment