-
-
Save juniorplenty/b99a85bca4ecf1362a8d to your computer and use it in GitHub Desktop.
Terraform GH-2051: "provider/aws: elasticache cluster exports nodes before they exist" log output
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jason-3:test jason$ terraform apply ./test.tfplan | |
2015/06/03 16:45:57 [INFO] Terraform version: 0.5.3 b62875a0f01db282a536404b876430ae8e4c1a48+CHANGES | |
2015/06/03 16:45:57 Detected home directory from env var: /Users/jason | |
2015/06/03 16:45:57 [DEBUG] Discovered plugin: atlas = /usr/local/bin/terraform-provider-atlas | |
2015/06/03 16:45:57 [DEBUG] Discovered plugin: aws = /usr/local/bin/terraform-provider-aws | |
2015/06/03 16:45:57 [DEBUG] Discovered plugin: cloudflare = /usr/local/bin/terraform-provider-cloudflare | |
2015/06/03 16:45:57 [DEBUG] Discovered plugin: cloudstack = /usr/local/bin/terraform-provider-cloudstack | |
2015/06/03 16:45:57 [DEBUG] Discovered plugin: consul = /usr/local/bin/terraform-provider-consul | |
2015/06/03 16:45:57 [DEBUG] Discovered plugin: digitalocean = /usr/local/bin/terraform-provider-digitalocean | |
2015/06/03 16:45:57 [DEBUG] Discovered plugin: dme = /usr/local/bin/terraform-provider-dme | |
2015/06/03 16:45:57 [DEBUG] Discovered plugin: dnsimple = /usr/local/bin/terraform-provider-dnsimple | |
2015/06/03 16:45:57 [DEBUG] Discovered plugin: docker = /usr/local/bin/terraform-provider-docker | |
2015/06/03 16:45:57 [DEBUG] Discovered plugin: google = /usr/local/bin/terraform-provider-google | |
2015/06/03 16:45:57 [DEBUG] Discovered plugin: heroku = /usr/local/bin/terraform-provider-heroku | |
2015/06/03 16:45:57 [DEBUG] Discovered plugin: mailgun = /usr/local/bin/terraform-provider-mailgun | |
2015/06/03 16:45:57 [DEBUG] Discovered plugin: null = /usr/local/bin/terraform-provider-null | |
2015/06/03 16:45:57 [DEBUG] Discovered plugin: openstack = /usr/local/bin/terraform-provider-openstack | |
2015/06/03 16:45:57 [DEBUG] Discovered plugin: template = /usr/local/bin/terraform-provider-template | |
2015/06/03 16:45:57 [DEBUG] Discovered plugin: terraform = /usr/local/bin/terraform-provider-terraform | |
2015/06/03 16:45:57 [DEBUG] Discovered plugin: chef = /usr/local/bin/terraform-provisioner-chef | |
2015/06/03 16:45:57 [DEBUG] Discovered plugin: file = /usr/local/bin/terraform-provisioner-file | |
2015/06/03 16:45:57 [DEBUG] Discovered plugin: local-exec = /usr/local/bin/terraform-provisioner-local-exec | |
2015/06/03 16:45:57 [DEBUG] Discovered plugin: remote-exec = /usr/local/bin/terraform-provisioner-remote-exec | |
2015/06/03 16:45:57 Detected home directory from env var: /Users/jason | |
2015/06/03 16:45:57 [DEBUG] Attempting to open CLI config file: /Users/jason/.terraformrc | |
2015/06/03 16:45:57 [DEBUG] File doesn't exist, but doesn't need to. Ignoring. | |
2015/06/03 16:45:57 [TRACE] Graph after step *terraform.ConfigTransformer: | |
aws_elasticache_cluster.test | |
aws_elasticache_subnet_group.test | |
aws_elasticache_subnet_group.test | |
aws_subnet.private | |
aws_internet_gateway.default | |
aws_vpc.default | |
aws_route53_record.test-cache | |
aws_elasticache_cluster.test | |
aws_route53_zone.main | |
aws_route53_zone.main | |
aws_vpc.default | |
aws_route_table.public | |
aws_internet_gateway.default | |
aws_vpc.default | |
aws_route_table_association.private | |
aws_route_table.public | |
aws_subnet.private | |
aws_route_table_association.public | |
aws_route_table.public | |
aws_subnet.public | |
aws_subnet.private | |
aws_vpc.default | |
var.availability_zone | |
aws_subnet.public | |
aws_vpc.default | |
var.availability_zone | |
aws_vpc.default | |
provider.aws | |
var.aws_access_key | |
var.aws_secret_key | |
var.region | |
var.availability_zone | |
var.aws_access_key | |
var.aws_secret_key | |
var.region | |
2015/06/03 16:45:57 [TRACE] Graph after step *terraform.OrphanTransformer: | |
aws_elasticache_cluster.test | |
aws_elasticache_subnet_group.test | |
aws_elasticache_subnet_group.test | |
aws_subnet.private | |
aws_internet_gateway.default | |
aws_vpc.default | |
aws_route53_record.test-cache | |
aws_elasticache_cluster.test | |
aws_route53_zone.main | |
aws_route53_zone.main | |
aws_vpc.default | |
aws_route_table.public | |
aws_internet_gateway.default | |
aws_vpc.default | |
aws_route_table_association.private | |
aws_route_table.public | |
aws_subnet.private | |
aws_route_table_association.public | |
aws_route_table.public | |
aws_subnet.public | |
aws_subnet.private | |
aws_vpc.default | |
var.availability_zone | |
aws_subnet.public | |
aws_vpc.default | |
var.availability_zone | |
aws_vpc.default | |
provider.aws | |
var.aws_access_key | |
var.aws_secret_key | |
var.region | |
var.availability_zone | |
var.aws_access_key | |
var.aws_secret_key | |
var.region | |
2015/06/03 16:45:57 [TRACE] Graph after step *terraform.AddOutputOrphanTransformer: | |
aws_elasticache_cluster.test | |
aws_elasticache_subnet_group.test | |
aws_elasticache_subnet_group.test | |
aws_subnet.private | |
aws_internet_gateway.default | |
aws_vpc.default | |
aws_route53_record.test-cache | |
aws_elasticache_cluster.test | |
aws_route53_zone.main | |
aws_route53_zone.main | |
aws_vpc.default | |
aws_route_table.public | |
aws_internet_gateway.default | |
aws_vpc.default | |
aws_route_table_association.private | |
aws_route_table.public | |
aws_subnet.private | |
aws_route_table_association.public | |
aws_route_table.public | |
aws_subnet.public | |
aws_subnet.private | |
aws_vpc.default | |
var.availability_zone | |
aws_subnet.public | |
aws_vpc.default | |
var.availability_zone | |
aws_vpc.default | |
provider.aws | |
var.aws_access_key | |
var.aws_secret_key | |
var.region | |
var.availability_zone | |
var.aws_access_key | |
var.aws_secret_key | |
var.region | |
2015/06/03 16:45:57 [TRACE] Graph after step *terraform.MissingProviderTransformer: | |
aws_elasticache_cluster.test | |
aws_elasticache_subnet_group.test | |
aws_elasticache_subnet_group.test | |
aws_subnet.private | |
aws_internet_gateway.default | |
aws_vpc.default | |
aws_route53_record.test-cache | |
aws_elasticache_cluster.test | |
aws_route53_zone.main | |
aws_route53_zone.main | |
aws_vpc.default | |
aws_route_table.public | |
aws_internet_gateway.default | |
aws_vpc.default | |
aws_route_table_association.private | |
aws_route_table.public | |
aws_subnet.private | |
aws_route_table_association.public | |
aws_route_table.public | |
aws_subnet.public | |
aws_subnet.private | |
aws_vpc.default | |
var.availability_zone | |
aws_subnet.public | |
aws_vpc.default | |
var.availability_zone | |
aws_vpc.default | |
provider.atlas | |
provider.aws | |
var.aws_access_key | |
var.aws_secret_key | |
var.region | |
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 | |
var.availability_zone | |
var.aws_access_key | |
var.aws_secret_key | |
var.region | |
2015/06/03 16:45:57 [TRACE] Graph after step *terraform.ProviderTransformer: | |
aws_elasticache_cluster.test | |
aws_elasticache_subnet_group.test | |
provider.aws | |
aws_elasticache_subnet_group.test | |
aws_subnet.private | |
provider.aws | |
aws_internet_gateway.default | |
aws_vpc.default | |
provider.aws | |
aws_route53_record.test-cache | |
aws_elasticache_cluster.test | |
aws_route53_zone.main | |
provider.aws | |
aws_route53_zone.main | |
aws_vpc.default | |
provider.aws | |
aws_route_table.public | |
aws_internet_gateway.default | |
aws_vpc.default | |
provider.aws | |
aws_route_table_association.private | |
aws_route_table.public | |
aws_subnet.private | |
provider.aws | |
aws_route_table_association.public | |
aws_route_table.public | |
aws_subnet.public | |
provider.aws | |
aws_subnet.private | |
aws_vpc.default | |
provider.aws | |
var.availability_zone | |
aws_subnet.public | |
aws_vpc.default | |
provider.aws | |
var.availability_zone | |
aws_vpc.default | |
provider.aws | |
provider.atlas | |
provider.aws | |
var.aws_access_key | |
var.aws_secret_key | |
var.region | |
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 | |
var.availability_zone | |
var.aws_access_key | |
var.aws_secret_key | |
var.region | |
2015/06/03 16:45:57 [TRACE] Graph after step *terraform.PruneProviderTransformer: | |
aws_elasticache_cluster.test | |
aws_elasticache_subnet_group.test | |
provider.aws | |
aws_elasticache_subnet_group.test | |
aws_subnet.private | |
provider.aws | |
aws_internet_gateway.default | |
aws_vpc.default | |
provider.aws | |
aws_route53_record.test-cache | |
aws_elasticache_cluster.test | |
aws_route53_zone.main | |
provider.aws | |
aws_route53_zone.main | |
aws_vpc.default | |
provider.aws | |
aws_route_table.public | |
aws_internet_gateway.default | |
aws_vpc.default | |
provider.aws | |
aws_route_table_association.private | |
aws_route_table.public | |
aws_subnet.private | |
provider.aws | |
aws_route_table_association.public | |
aws_route_table.public | |
aws_subnet.public | |
provider.aws | |
aws_subnet.private | |
aws_vpc.default | |
provider.aws | |
var.availability_zone | |
aws_subnet.public | |
aws_vpc.default | |
provider.aws | |
var.availability_zone | |
aws_vpc.default | |
provider.aws | |
provider.aws | |
var.aws_access_key | |
var.aws_secret_key | |
var.region | |
var.availability_zone | |
var.aws_access_key | |
var.aws_secret_key | |
var.region | |
2015/06/03 16:45:57 [TRACE] Graph after step *terraform.DisableProviderTransformer: | |
aws_elasticache_cluster.test | |
aws_elasticache_subnet_group.test | |
provider.aws | |
aws_elasticache_subnet_group.test | |
aws_subnet.private | |
provider.aws | |
aws_internet_gateway.default | |
aws_vpc.default | |
provider.aws | |
aws_route53_record.test-cache | |
aws_elasticache_cluster.test | |
aws_route53_zone.main | |
provider.aws | |
aws_route53_zone.main | |
aws_vpc.default | |
provider.aws | |
aws_route_table.public | |
aws_internet_gateway.default | |
aws_vpc.default | |
provider.aws | |
aws_route_table_association.private | |
aws_route_table.public | |
aws_subnet.private | |
provider.aws | |
aws_route_table_association.public | |
aws_route_table.public | |
aws_subnet.public | |
provider.aws | |
aws_subnet.private | |
aws_vpc.default | |
provider.aws | |
var.availability_zone | |
aws_subnet.public | |
aws_vpc.default | |
provider.aws | |
var.availability_zone | |
aws_vpc.default | |
provider.aws | |
provider.aws | |
var.aws_access_key | |
var.aws_secret_key | |
var.region | |
var.availability_zone | |
var.aws_access_key | |
var.aws_secret_key | |
var.region | |
2015/06/03 16:45:57 [TRACE] Graph after step *terraform.MissingProvisionerTransformer: | |
aws_elasticache_cluster.test | |
aws_elasticache_subnet_group.test | |
provider.aws | |
aws_elasticache_subnet_group.test | |
aws_subnet.private | |
provider.aws | |
aws_internet_gateway.default | |
aws_vpc.default | |
provider.aws | |
aws_route53_record.test-cache | |
aws_elasticache_cluster.test | |
aws_route53_zone.main | |
provider.aws | |
aws_route53_zone.main | |
aws_vpc.default | |
provider.aws | |
aws_route_table.public | |
aws_internet_gateway.default | |
aws_vpc.default | |
provider.aws | |
aws_route_table_association.private | |
aws_route_table.public | |
aws_subnet.private | |
provider.aws | |
aws_route_table_association.public | |
aws_route_table.public | |
aws_subnet.public | |
provider.aws | |
aws_subnet.private | |
aws_vpc.default | |
provider.aws | |
var.availability_zone | |
aws_subnet.public | |
aws_vpc.default | |
provider.aws | |
var.availability_zone | |
aws_vpc.default | |
provider.aws | |
provider.aws | |
var.aws_access_key | |
var.aws_secret_key | |
var.region | |
provisioner.chef | |
provisioner.file | |
provisioner.local-exec | |
provisioner.remote-exec | |
var.availability_zone | |
var.aws_access_key | |
var.aws_secret_key | |
var.region | |
2015/06/03 16:45:57 [TRACE] Graph after step *terraform.ProvisionerTransformer: | |
aws_elasticache_cluster.test | |
aws_elasticache_subnet_group.test | |
provider.aws | |
aws_elasticache_subnet_group.test | |
aws_subnet.private | |
provider.aws | |
aws_internet_gateway.default | |
aws_vpc.default | |
provider.aws | |
aws_route53_record.test-cache | |
aws_elasticache_cluster.test | |
aws_route53_zone.main | |
provider.aws | |
aws_route53_zone.main | |
aws_vpc.default | |
provider.aws | |
aws_route_table.public | |
aws_internet_gateway.default | |
aws_vpc.default | |
provider.aws | |
aws_route_table_association.private | |
aws_route_table.public | |
aws_subnet.private | |
provider.aws | |
aws_route_table_association.public | |
aws_route_table.public | |
aws_subnet.public | |
provider.aws | |
aws_subnet.private | |
aws_vpc.default | |
provider.aws | |
var.availability_zone | |
aws_subnet.public | |
aws_vpc.default | |
provider.aws | |
var.availability_zone | |
aws_vpc.default | |
provider.aws | |
provider.aws | |
var.aws_access_key | |
var.aws_secret_key | |
var.region | |
provisioner.chef | |
provisioner.file | |
provisioner.local-exec | |
provisioner.remote-exec | |
var.availability_zone | |
var.aws_access_key | |
var.aws_secret_key | |
var.region | |
2015/06/03 16:45:57 [TRACE] Graph after step *terraform.PruneProvisionerTransformer: | |
aws_elasticache_cluster.test | |
aws_elasticache_subnet_group.test | |
provider.aws | |
aws_elasticache_subnet_group.test | |
aws_subnet.private | |
provider.aws | |
aws_internet_gateway.default | |
aws_vpc.default | |
provider.aws | |
aws_route53_record.test-cache | |
aws_elasticache_cluster.test | |
aws_route53_zone.main | |
provider.aws | |
aws_route53_zone.main | |
aws_vpc.default | |
provider.aws | |
aws_route_table.public | |
aws_internet_gateway.default | |
aws_vpc.default | |
provider.aws | |
aws_route_table_association.private | |
aws_route_table.public | |
aws_subnet.private | |
provider.aws | |
aws_route_table_association.public | |
aws_route_table.public | |
aws_subnet.public | |
provider.aws | |
aws_subnet.private | |
aws_vpc.default | |
provider.aws | |
var.availability_zone | |
aws_subnet.public | |
aws_vpc.default | |
provider.aws | |
var.availability_zone | |
aws_vpc.default | |
provider.aws | |
provider.aws | |
var.aws_access_key | |
var.aws_secret_key | |
var.region | |
var.availability_zone | |
var.aws_access_key | |
var.aws_secret_key | |
var.region | |
2015/06/03 16:45:57 [TRACE] Graph after step *terraform.VertexTransformer: | |
aws_elasticache_cluster.test | |
aws_elasticache_subnet_group.test | |
provider.aws | |
aws_elasticache_subnet_group.test | |
aws_subnet.private | |
provider.aws | |
aws_internet_gateway.default | |
aws_vpc.default | |
provider.aws | |
aws_route53_record.test-cache | |
aws_elasticache_cluster.test | |
aws_route53_zone.main | |
provider.aws | |
aws_route53_zone.main | |
aws_vpc.default | |
provider.aws | |
aws_route_table.public | |
aws_internet_gateway.default | |
aws_vpc.default | |
provider.aws | |
aws_route_table_association.private | |
aws_route_table.public | |
aws_subnet.private | |
provider.aws | |
aws_route_table_association.public | |
aws_route_table.public | |
aws_subnet.public | |
provider.aws | |
aws_subnet.private | |
aws_vpc.default | |
provider.aws | |
var.availability_zone | |
aws_subnet.public | |
aws_vpc.default | |
provider.aws | |
var.availability_zone | |
aws_vpc.default | |
provider.aws | |
provider.aws | |
var.aws_access_key | |
var.aws_secret_key | |
var.region | |
var.availability_zone | |
var.aws_access_key | |
var.aws_secret_key | |
var.region | |
2015/06/03 16:45:57 [TRACE] Graph after step *terraform.FlattenTransformer: | |
aws_elasticache_cluster.test | |
aws_elasticache_subnet_group.test | |
provider.aws | |
aws_elasticache_subnet_group.test | |
aws_subnet.private | |
provider.aws | |
aws_internet_gateway.default | |
aws_vpc.default | |
provider.aws | |
aws_route53_record.test-cache | |
aws_elasticache_cluster.test | |
aws_route53_zone.main | |
provider.aws | |
aws_route53_zone.main | |
aws_vpc.default | |
provider.aws | |
aws_route_table.public | |
aws_internet_gateway.default | |
aws_vpc.default | |
provider.aws | |
aws_route_table_association.private | |
aws_route_table.public | |
aws_subnet.private | |
provider.aws | |
aws_route_table_association.public | |
aws_route_table.public | |
aws_subnet.public | |
provider.aws | |
aws_subnet.private | |
aws_vpc.default | |
provider.aws | |
var.availability_zone | |
aws_subnet.public | |
aws_vpc.default | |
provider.aws | |
var.availability_zone | |
aws_vpc.default | |
provider.aws | |
provider.aws | |
var.aws_access_key | |
var.aws_secret_key | |
var.region | |
var.availability_zone | |
var.aws_access_key | |
var.aws_secret_key | |
var.region | |
2015/06/03 16:45:57 [TRACE] Graph after step *terraform.ProxyTransformer: | |
aws_elasticache_cluster.test | |
aws_elasticache_subnet_group.test | |
provider.aws | |
aws_elasticache_subnet_group.test | |
aws_subnet.private | |
provider.aws | |
aws_internet_gateway.default | |
aws_vpc.default | |
provider.aws | |
aws_route53_record.test-cache | |
aws_elasticache_cluster.test | |
aws_route53_zone.main | |
provider.aws | |
aws_route53_zone.main | |
aws_vpc.default | |
provider.aws | |
aws_route_table.public | |
aws_internet_gateway.default | |
aws_vpc.default | |
provider.aws | |
aws_route_table_association.private | |
aws_route_table.public | |
aws_subnet.private | |
provider.aws | |
aws_route_table_association.public | |
aws_route_table.public | |
aws_subnet.public | |
provider.aws | |
aws_subnet.private | |
aws_vpc.default | |
provider.aws | |
var.availability_zone | |
aws_subnet.public | |
aws_vpc.default | |
provider.aws | |
var.availability_zone | |
aws_vpc.default | |
provider.aws | |
provider.aws | |
var.aws_access_key | |
var.aws_secret_key | |
var.region | |
var.availability_zone | |
var.aws_access_key | |
var.aws_secret_key | |
var.region | |
2015/06/03 16:45:57 [TRACE] Graph after step *terraform.TargetsTransformer: | |
aws_elasticache_cluster.test | |
aws_elasticache_subnet_group.test | |
provider.aws | |
aws_elasticache_subnet_group.test | |
aws_subnet.private | |
provider.aws | |
aws_internet_gateway.default | |
aws_vpc.default | |
provider.aws | |
aws_route53_record.test-cache | |
aws_elasticache_cluster.test | |
aws_route53_zone.main | |
provider.aws | |
aws_route53_zone.main | |
aws_vpc.default | |
provider.aws | |
aws_route_table.public | |
aws_internet_gateway.default | |
aws_vpc.default | |
provider.aws | |
aws_route_table_association.private | |
aws_route_table.public | |
aws_subnet.private | |
provider.aws | |
aws_route_table_association.public | |
aws_route_table.public | |
aws_subnet.public | |
provider.aws | |
aws_subnet.private | |
aws_vpc.default | |
provider.aws | |
var.availability_zone | |
aws_subnet.public | |
aws_vpc.default | |
provider.aws | |
var.availability_zone | |
aws_vpc.default | |
provider.aws | |
provider.aws | |
var.aws_access_key | |
var.aws_secret_key | |
var.region | |
var.availability_zone | |
var.aws_access_key | |
var.aws_secret_key | |
var.region | |
2015/06/03 16:45:57 [TRACE] Graph after step *terraform.RootTransformer: | |
aws_elasticache_cluster.test | |
aws_elasticache_subnet_group.test | |
provider.aws | |
aws_elasticache_subnet_group.test | |
aws_subnet.private | |
provider.aws | |
aws_internet_gateway.default | |
aws_vpc.default | |
provider.aws | |
aws_route53_record.test-cache | |
aws_elasticache_cluster.test | |
aws_route53_zone.main | |
provider.aws | |
aws_route53_zone.main | |
aws_vpc.default | |
provider.aws | |
aws_route_table.public | |
aws_internet_gateway.default | |
aws_vpc.default | |
provider.aws | |
aws_route_table_association.private | |
aws_route_table.public | |
aws_subnet.private | |
provider.aws | |
aws_route_table_association.public | |
aws_route_table.public | |
aws_subnet.public | |
provider.aws | |
aws_subnet.private | |
aws_vpc.default | |
provider.aws | |
var.availability_zone | |
aws_subnet.public | |
aws_vpc.default | |
provider.aws | |
var.availability_zone | |
aws_vpc.default | |
provider.aws | |
provider.aws | |
var.aws_access_key | |
var.aws_secret_key | |
var.region | |
root | |
aws_route53_record.test-cache | |
aws_route_table_association.private | |
aws_route_table_association.public | |
var.availability_zone | |
var.aws_access_key | |
var.aws_secret_key | |
var.region | |
2015/06/03 16:45:57 [TRACE] Graph after step *terraform.DestroyTransformer: | |
aws_elasticache_cluster.test | |
aws_elasticache_cluster.test (destroy tainted) | |
aws_elasticache_cluster.test (destroy) | |
aws_elasticache_subnet_group.test | |
provider.aws | |
aws_elasticache_cluster.test (destroy tainted) | |
aws_route53_record.test-cache (destroy tainted) | |
provider.aws | |
aws_elasticache_cluster.test (destroy) | |
aws_route53_record.test-cache (destroy) | |
provider.aws | |
aws_elasticache_subnet_group.test | |
aws_elasticache_subnet_group.test (destroy tainted) | |
aws_elasticache_subnet_group.test (destroy) | |
aws_subnet.private | |
provider.aws | |
aws_elasticache_subnet_group.test (destroy tainted) | |
aws_elasticache_cluster.test (destroy tainted) | |
provider.aws | |
aws_elasticache_subnet_group.test (destroy) | |
aws_elasticache_cluster.test (destroy) | |
provider.aws | |
aws_internet_gateway.default | |
aws_internet_gateway.default (destroy tainted) | |
aws_internet_gateway.default (destroy) | |
aws_vpc.default | |
provider.aws | |
aws_internet_gateway.default (destroy tainted) | |
aws_route_table.public (destroy tainted) | |
provider.aws | |
aws_internet_gateway.default (destroy) | |
aws_route_table.public (destroy) | |
provider.aws | |
aws_route53_record.test-cache | |
aws_elasticache_cluster.test | |
aws_route53_record.test-cache (destroy tainted) | |
aws_route53_record.test-cache (destroy) | |
aws_route53_zone.main | |
provider.aws | |
aws_route53_record.test-cache (destroy tainted) | |
provider.aws | |
aws_route53_record.test-cache (destroy) | |
provider.aws | |
aws_route53_zone.main | |
aws_route53_zone.main (destroy tainted) | |
aws_route53_zone.main (destroy) | |
aws_vpc.default | |
provider.aws | |
aws_route53_zone.main (destroy tainted) | |
aws_route53_record.test-cache (destroy tainted) | |
provider.aws | |
aws_route53_zone.main (destroy) | |
aws_route53_record.test-cache (destroy) | |
provider.aws | |
aws_route_table.public | |
aws_internet_gateway.default | |
aws_route_table.public (destroy tainted) | |
aws_route_table.public (destroy) | |
aws_vpc.default | |
provider.aws | |
aws_route_table.public (destroy tainted) | |
aws_route_table_association.private (destroy tainted) | |
aws_route_table_association.public (destroy tainted) | |
provider.aws | |
aws_route_table.public (destroy) | |
aws_route_table_association.private (destroy) | |
aws_route_table_association.public (destroy) | |
provider.aws | |
aws_route_table_association.private | |
aws_route_table.public | |
aws_route_table_association.private (destroy tainted) | |
aws_route_table_association.private (destroy) | |
aws_subnet.private | |
provider.aws | |
aws_route_table_association.private (destroy tainted) | |
provider.aws | |
aws_route_table_association.private (destroy) | |
provider.aws | |
aws_route_table_association.public | |
aws_route_table.public | |
aws_route_table_association.public (destroy tainted) | |
aws_route_table_association.public (destroy) | |
aws_subnet.public | |
provider.aws | |
aws_route_table_association.public (destroy tainted) | |
provider.aws | |
aws_route_table_association.public (destroy) | |
provider.aws | |
aws_subnet.private | |
aws_subnet.private (destroy tainted) | |
aws_subnet.private (destroy) | |
aws_vpc.default | |
provider.aws | |
var.availability_zone | |
aws_subnet.private (destroy tainted) | |
aws_elasticache_subnet_group.test (destroy tainted) | |
aws_route_table_association.private (destroy tainted) | |
provider.aws | |
aws_subnet.private (destroy) | |
aws_elasticache_subnet_group.test (destroy) | |
aws_route_table_association.private (destroy) | |
provider.aws | |
aws_subnet.public | |
aws_subnet.public (destroy tainted) | |
aws_subnet.public (destroy) | |
aws_vpc.default | |
provider.aws | |
var.availability_zone | |
aws_subnet.public (destroy tainted) | |
aws_route_table_association.public (destroy tainted) | |
provider.aws | |
aws_subnet.public (destroy) | |
aws_route_table_association.public (destroy) | |
provider.aws | |
aws_vpc.default | |
aws_vpc.default (destroy tainted) | |
aws_vpc.default (destroy) | |
provider.aws | |
aws_vpc.default (destroy tainted) | |
aws_internet_gateway.default (destroy tainted) | |
aws_route53_zone.main (destroy tainted) | |
aws_route_table.public (destroy tainted) | |
aws_subnet.private (destroy tainted) | |
aws_subnet.public (destroy tainted) | |
provider.aws | |
aws_vpc.default (destroy) | |
aws_internet_gateway.default (destroy) | |
aws_route53_zone.main (destroy) | |
aws_route_table.public (destroy) | |
aws_subnet.private (destroy) | |
aws_subnet.public (destroy) | |
provider.aws | |
provider.aws | |
var.aws_access_key | |
var.aws_secret_key | |
var.region | |
root | |
aws_route53_record.test-cache | |
aws_route_table_association.private | |
aws_route_table_association.public | |
var.availability_zone | |
var.aws_access_key | |
var.aws_secret_key | |
var.region | |
2015/06/03 16:45:57 [TRACE] Graph after step *terraform.CreateBeforeDestroyTransformer: | |
aws_elasticache_cluster.test | |
aws_elasticache_cluster.test (destroy tainted) | |
aws_elasticache_cluster.test (destroy) | |
aws_elasticache_subnet_group.test | |
provider.aws | |
aws_elasticache_cluster.test (destroy tainted) | |
aws_route53_record.test-cache (destroy tainted) | |
provider.aws | |
aws_elasticache_cluster.test (destroy) | |
aws_route53_record.test-cache (destroy) | |
provider.aws | |
aws_elasticache_subnet_group.test | |
aws_elasticache_subnet_group.test (destroy tainted) | |
aws_elasticache_subnet_group.test (destroy) | |
aws_subnet.private | |
provider.aws | |
aws_elasticache_subnet_group.test (destroy tainted) | |
aws_elasticache_cluster.test (destroy tainted) | |
provider.aws | |
aws_elasticache_subnet_group.test (destroy) | |
aws_elasticache_cluster.test (destroy) | |
provider.aws | |
aws_internet_gateway.default | |
aws_internet_gateway.default (destroy tainted) | |
aws_internet_gateway.default (destroy) | |
aws_vpc.default | |
provider.aws | |
aws_internet_gateway.default (destroy tainted) | |
aws_route_table.public (destroy tainted) | |
provider.aws | |
aws_internet_gateway.default (destroy) | |
aws_route_table.public (destroy) | |
provider.aws | |
aws_route53_record.test-cache | |
aws_elasticache_cluster.test | |
aws_route53_record.test-cache (destroy tainted) | |
aws_route53_record.test-cache (destroy) | |
aws_route53_zone.main | |
provider.aws | |
aws_route53_record.test-cache (destroy tainted) | |
provider.aws | |
aws_route53_record.test-cache (destroy) | |
provider.aws | |
aws_route53_zone.main | |
aws_route53_zone.main (destroy tainted) | |
aws_route53_zone.main (destroy) | |
aws_vpc.default | |
provider.aws | |
aws_route53_zone.main (destroy tainted) | |
aws_route53_record.test-cache (destroy tainted) | |
provider.aws | |
aws_route53_zone.main (destroy) | |
aws_route53_record.test-cache (destroy) | |
provider.aws | |
aws_route_table.public | |
aws_internet_gateway.default | |
aws_route_table.public (destroy tainted) | |
aws_route_table.public (destroy) | |
aws_vpc.default | |
provider.aws | |
aws_route_table.public (destroy tainted) | |
aws_route_table_association.private (destroy tainted) | |
aws_route_table_association.public (destroy tainted) | |
provider.aws | |
aws_route_table.public (destroy) | |
aws_route_table_association.private (destroy) | |
aws_route_table_association.public (destroy) | |
provider.aws | |
aws_route_table_association.private | |
aws_route_table.public | |
aws_route_table_association.private (destroy tainted) | |
aws_route_table_association.private (destroy) | |
aws_subnet.private | |
provider.aws | |
aws_route_table_association.private (destroy tainted) | |
provider.aws | |
aws_route_table_association.private (destroy) | |
provider.aws | |
aws_route_table_association.public | |
aws_route_table.public | |
aws_route_table_association.public (destroy tainted) | |
aws_route_table_association.public (destroy) | |
aws_subnet.public | |
provider.aws | |
aws_route_table_association.public (destroy tainted) | |
provider.aws | |
aws_route_table_association.public (destroy) | |
provider.aws | |
aws_subnet.private | |
aws_subnet.private (destroy tainted) | |
aws_subnet.private (destroy) | |
aws_vpc.default | |
provider.aws | |
var.availability_zone | |
aws_subnet.private (destroy tainted) | |
aws_elasticache_subnet_group.test (destroy tainted) | |
aws_route_table_association.private (destroy tainted) | |
provider.aws | |
aws_subnet.private (destroy) | |
aws_elasticache_subnet_group.test (destroy) | |
aws_route_table_association.private (destroy) | |
provider.aws | |
aws_subnet.public | |
aws_subnet.public (destroy tainted) | |
aws_subnet.public (destroy) | |
aws_vpc.default | |
provider.aws | |
var.availability_zone | |
aws_subnet.public (destroy tainted) | |
aws_route_table_association.public (destroy tainted) | |
provider.aws | |
aws_subnet.public (destroy) | |
aws_route_table_association.public (destroy) | |
provider.aws | |
aws_vpc.default | |
aws_vpc.default (destroy tainted) | |
aws_vpc.default (destroy) | |
provider.aws | |
aws_vpc.default (destroy tainted) | |
aws_internet_gateway.default (destroy tainted) | |
aws_route53_zone.main (destroy tainted) | |
aws_route_table.public (destroy tainted) | |
aws_subnet.private (destroy tainted) | |
aws_subnet.public (destroy tainted) | |
provider.aws | |
aws_vpc.default (destroy) | |
aws_internet_gateway.default (destroy) | |
aws_route53_zone.main (destroy) | |
aws_route_table.public (destroy) | |
aws_subnet.private (destroy) | |
aws_subnet.public (destroy) | |
provider.aws | |
provider.aws | |
var.aws_access_key | |
var.aws_secret_key | |
var.region | |
root | |
aws_route53_record.test-cache | |
aws_route_table_association.private | |
aws_route_table_association.public | |
var.availability_zone | |
var.aws_access_key | |
var.aws_secret_key | |
var.region | |
2015/06/03 16:45:57 [TRACE] Graph after step *terraform.PruneDestroyTransformer: | |
aws_elasticache_cluster.test | |
aws_elasticache_subnet_group.test | |
provider.aws | |
aws_elasticache_subnet_group.test | |
aws_subnet.private | |
provider.aws | |
aws_internet_gateway.default | |
aws_vpc.default | |
provider.aws | |
aws_route53_record.test-cache | |
aws_elasticache_cluster.test | |
aws_route53_zone.main | |
provider.aws | |
aws_route53_zone.main | |
aws_vpc.default | |
provider.aws | |
aws_route_table.public | |
aws_internet_gateway.default | |
aws_vpc.default | |
provider.aws | |
aws_route_table_association.private | |
aws_route_table.public | |
aws_subnet.private | |
provider.aws | |
aws_route_table_association.public | |
aws_route_table.public | |
aws_subnet.public | |
provider.aws | |
aws_subnet.private | |
aws_vpc.default | |
provider.aws | |
var.availability_zone | |
aws_subnet.public | |
aws_vpc.default | |
provider.aws | |
var.availability_zone | |
aws_vpc.default | |
provider.aws | |
provider.aws | |
var.aws_access_key | |
var.aws_secret_key | |
var.region | |
root | |
aws_route53_record.test-cache | |
aws_route_table_association.private | |
aws_route_table_association.public | |
var.availability_zone | |
var.aws_access_key | |
var.aws_secret_key | |
var.region | |
2015/06/03 16:45:57 [TRACE] Graph after step *terraform.RootTransformer: | |
aws_elasticache_cluster.test | |
aws_elasticache_subnet_group.test | |
provider.aws | |
aws_elasticache_subnet_group.test | |
aws_subnet.private | |
provider.aws | |
aws_internet_gateway.default | |
aws_vpc.default | |
provider.aws | |
aws_route53_record.test-cache | |
aws_elasticache_cluster.test | |
aws_route53_zone.main | |
provider.aws | |
aws_route53_zone.main | |
aws_vpc.default | |
provider.aws | |
aws_route_table.public | |
aws_internet_gateway.default | |
aws_vpc.default | |
provider.aws | |
aws_route_table_association.private | |
aws_route_table.public | |
aws_subnet.private | |
provider.aws | |
aws_route_table_association.public | |
aws_route_table.public | |
aws_subnet.public | |
provider.aws | |
aws_subnet.private | |
aws_vpc.default | |
provider.aws | |
var.availability_zone | |
aws_subnet.public | |
aws_vpc.default | |
provider.aws | |
var.availability_zone | |
aws_vpc.default | |
provider.aws | |
provider.aws | |
var.aws_access_key | |
var.aws_secret_key | |
var.region | |
root | |
aws_route53_record.test-cache | |
aws_route_table_association.private | |
aws_route_table_association.public | |
var.availability_zone | |
var.aws_access_key | |
var.aws_secret_key | |
var.region | |
2015/06/03 16:45:57 [TRACE] Graph after step *terraform.TransitiveReductionTransformer: | |
aws_elasticache_cluster.test | |
aws_elasticache_subnet_group.test | |
aws_elasticache_subnet_group.test | |
aws_subnet.private | |
aws_internet_gateway.default | |
aws_vpc.default | |
aws_route53_record.test-cache | |
aws_elasticache_cluster.test | |
aws_route53_zone.main | |
aws_route53_zone.main | |
aws_vpc.default | |
aws_route_table.public | |
aws_internet_gateway.default | |
aws_route_table_association.private | |
aws_route_table.public | |
aws_subnet.private | |
aws_route_table_association.public | |
aws_route_table.public | |
aws_subnet.public | |
aws_subnet.private | |
aws_vpc.default | |
var.availability_zone | |
aws_subnet.public | |
aws_vpc.default | |
var.availability_zone | |
aws_vpc.default | |
provider.aws | |
provider.aws | |
var.aws_access_key | |
var.aws_secret_key | |
var.region | |
root | |
aws_route53_record.test-cache | |
aws_route_table_association.private | |
aws_route_table_association.public | |
var.availability_zone | |
var.aws_access_key | |
var.aws_secret_key | |
var.region | |
2015/06/03 16:45:57 [INFO] Starting graph walk: walkValidate | |
2015/06/03 16:45:57 Detected home directory from env var: /Users/jason | |
2015/06/03 16:45:57 [DEBUG] vertex root.var.availability_zone: walking | |
2015/06/03 16:45:57 [DEBUG] vertex root.var.availability_zone: evaluating | |
2015/06/03 16:45:57 [DEBUG] root: eval: *terraform.EvalNoop | |
2015/06/03 16:45:57 [DEBUG] vertex root.var.aws_access_key: walking | |
2015/06/03 16:45:57 [DEBUG] vertex root.var.aws_access_key: evaluating | |
2015/06/03 16:45:57 [DEBUG] root: eval: *terraform.EvalNoop | |
2015/06/03 16:45:57 [DEBUG] vertex root.var.region: walking | |
2015/06/03 16:45:57 [DEBUG] vertex root.var.region: evaluating | |
2015/06/03 16:45:57 [DEBUG] root: eval: *terraform.EvalNoop | |
2015/06/03 16:45:57 [DEBUG] vertex root.var.aws_secret_key: walking | |
2015/06/03 16:45:57 [DEBUG] vertex root.var.aws_secret_key: evaluating | |
2015/06/03 16:45:57 [DEBUG] root: eval: *terraform.EvalNoop | |
2015/06/03 16:45:57 [DEBUG] vertex root.provider.aws: walking | |
2015/06/03 16:45:57 [DEBUG] vertex root.provider.aws: evaluating | |
2015/06/03 16:45:57 [DEBUG] root: eval: *terraform.EvalSequence | |
2015/06/03 16:45:57 [DEBUG] root: eval: *terraform.EvalInitProvider | |
2015/06/03 16:45:57 [DEBUG] Starting plugin: /usr/local/bin/terraform-provider-aws []string{"/usr/local/bin/terraform-provider-aws"} | |
2015/06/03 16:45:57 [DEBUG] Waiting for RPC address for: /usr/local/bin/terraform-provider-aws | |
2015/06/03 16:45:57 terraform-provider-aws: 2015/06/03 16:45:57 Plugin address: unix /var/folders/y1/vwzy0mmn1x5d_hlt5jwdzmm40000gn/T/tf-plugin082968123 | |
2015/06/03 16:45:57 [DEBUG] root: eval: terraform.EvalNoop | |
2015/06/03 16:45:57 [DEBUG] root: eval: *terraform.EvalOpFilter | |
2015/06/03 16:45:57 [DEBUG] root: eval: *terraform.EvalSequence | |
2015/06/03 16:45:57 [DEBUG] root: eval: *terraform.EvalGetProvider | |
2015/06/03 16:45:57 [DEBUG] root: eval: *terraform.EvalInterpolate | |
2015/06/03 16:45:57 [DEBUG] root: eval: *terraform.EvalBuildProviderConfig | |
2015/06/03 16:45:57 [DEBUG] root: eval: *terraform.EvalValidateProvider | |
2015/06/03 16:45:57 [DEBUG] root: eval: *terraform.EvalConfigProvider | |
2015/06/03 16:45:57 terraform-provider-aws: 2015/06/03 16:45:57 [INFO] Building AWS region structure | |
2015/06/03 16:45:57 terraform-provider-aws: 2015/06/03 16:45:57 [INFO] Building AWS auth structure | |
2015/06/03 16:45:57 terraform-provider-aws: 2015/06/03 16:45:57 [INFO] Initializing ELB connection | |
2015/06/03 16:45:57 terraform-provider-aws: 2015/06/03 16:45:57 [INFO] Initializing S3 connection | |
2015/06/03 16:45:57 terraform-provider-aws: 2015/06/03 16:45:57 [INFO] Initializing SQS connection | |
2015/06/03 16:45:57 terraform-provider-aws: 2015/06/03 16:45:57 [INFO] Initializing SNS connection | |
2015/06/03 16:45:57 terraform-provider-aws: 2015/06/03 16:45:57 [INFO] Initializing RDS Connection | |
2015/06/03 16:45:57 terraform-provider-aws: 2015/06/03 16:45:57 [INFO] Initializing IAM Connection | |
2015/06/03 16:45:57 terraform-provider-aws: 2015/06/03 16:45:57 [INFO] Initializing Kinesis Connection | |
2015/06/03 16:45:57 terraform-provider-aws: 2015/06/03 16:45:57 [INFO] Initializing AutoScaling connection | |
2015/06/03 16:45:57 terraform-provider-aws: 2015/06/03 16:45:57 [INFO] Initializing EC2 Connection | |
2015/06/03 16:45:57 terraform-provider-aws: 2015/06/03 16:45:57 [INFO] Initializing Route 53 connection | |
2015/06/03 16:45:57 terraform-provider-aws: 2015/06/03 16:45:57 [INFO] Initializing Elasticache Connection | |
2015/06/03 16:45:57 [DEBUG] vertex root.aws_vpc.default: walking | |
2015/06/03 16:45:57 [DEBUG] vertex root.aws_vpc.default: evaluating | |
2015/06/03 16:45:57 [DEBUG] root: eval: *terraform.EvalSequence | |
2015/06/03 16:45:57 [DEBUG] root: eval: *terraform.EvalInterpolate | |
2015/06/03 16:45:57 [DEBUG] root: eval: *terraform.EvalOpFilter | |
2015/06/03 16:45:57 [DEBUG] root: eval: *terraform.EvalValidateCount | |
2015/06/03 16:45:57 [ERROR] root: eval: *terraform.EvalValidateCount, err: Warnings: []. Errors: [] | |
2015/06/03 16:45:57 [ERROR] root: eval: *terraform.EvalOpFilter, err: Warnings: []. Errors: [] | |
2015/06/03 16:45:57 [ERROR] root: eval: *terraform.EvalSequence, err: Warnings: []. Errors: [] | |
2015/06/03 16:45:57 [DEBUG] vertex root.aws_vpc.default: expanding/walking dynamic subgraph | |
2015/06/03 16:45:57 [TRACE] Graph after step *terraform.ResourceCountTransformer: | |
aws_vpc.default | |
2015/06/03 16:45:57 [TRACE] Graph after step *terraform.RootTransformer: | |
aws_vpc.default | |
2015/06/03 16:45:57 [DEBUG] vertex root.aws_vpc.default: walking | |
2015/06/03 16:45:57 [DEBUG] vertex root.aws_vpc.default: evaluating | |
2015/06/03 16:45:57 [DEBUG] root: eval: *terraform.EvalSequence | |
2015/06/03 16:45:57 [DEBUG] root: eval: *terraform.EvalOpFilter | |
2015/06/03 16:45:57 [DEBUG] root: eval: *terraform.EvalSequence | |
2015/06/03 16:45:57 [DEBUG] root: eval: *terraform.EvalGetProvider | |
2015/06/03 16:45:57 [DEBUG] root: eval: *terraform.EvalInterpolate | |
2015/06/03 16:45:57 [DEBUG] root: eval: *terraform.EvalValidateResource | |
2015/06/03 16:45:57 [DEBUG] root: eval: *terraform.EvalInstanceInfo | |
2015/06/03 16:45:57 [DEBUG] root: eval: terraform.EvalNoop | |
2015/06/03 16:45:57 [DEBUG] root: eval: terraform.EvalNoop | |
2015/06/03 16:45:57 [DEBUG] root: eval: terraform.EvalNoop | |
2015/06/03 16:45:57 [DEBUG] root: eval: terraform.EvalNoop | |
2015/06/03 16:45:57 [DEBUG] vertex root.aws_subnet.private: walking | |
2015/06/03 16:45:57 [DEBUG] vertex root.aws_subnet.private: evaluating | |
2015/06/03 16:45:57 [DEBUG] root: eval: *terraform.EvalSequence | |
2015/06/03 16:45:57 [DEBUG] root: eval: *terraform.EvalInterpolate | |
2015/06/03 16:45:57 [DEBUG] root: eval: *terraform.EvalOpFilter | |
2015/06/03 16:45:57 [DEBUG] root: eval: *terraform.EvalValidateCount | |
2015/06/03 16:45:57 [ERROR] root: eval: *terraform.EvalValidateCount, err: Warnings: []. Errors: [] | |
2015/06/03 16:45:57 [ERROR] root: eval: *terraform.EvalOpFilter, err: Warnings: []. Errors: [] | |
2015/06/03 16:45:57 [ERROR] root: eval: *terraform.EvalSequence, err: Warnings: []. Errors: [] | |
2015/06/03 16:45:57 [DEBUG] vertex root.aws_subnet.private: expanding/walking dynamic subgraph | |
2015/06/03 16:45:57 [TRACE] Graph after step *terraform.ResourceCountTransformer: | |
aws_subnet.private | |
2015/06/03 16:45:57 [TRACE] Graph after step *terraform.RootTransformer: | |
aws_subnet.private | |
2015/06/03 16:45:57 [DEBUG] vertex root.aws_internet_gateway.default: walking | |
2015/06/03 16:45:57 [DEBUG] vertex root.aws_internet_gateway.default: evaluating | |
2015/06/03 16:45:57 [DEBUG] root: eval: *terraform.EvalSequence | |
2015/06/03 16:45:57 [DEBUG] root: eval: *terraform.EvalInterpolate | |
2015/06/03 16:45:57 [DEBUG] root: eval: *terraform.EvalOpFilter | |
2015/06/03 16:45:57 [DEBUG] root: eval: *terraform.EvalValidateCount | |
2015/06/03 16:45:57 [ERROR] root: eval: *terraform.EvalValidateCount, err: Warnings: []. Errors: [] | |
2015/06/03 16:45:57 [ERROR] root: eval: *terraform.EvalOpFilter, err: Warnings: []. Errors: [] | |
2015/06/03 16:45:57 [ERROR] root: eval: *terraform.EvalSequence, err: Warnings: []. Errors: [] | |
2015/06/03 16:45:57 [DEBUG] vertex root.aws_internet_gateway.default: expanding/walking dynamic subgraph | |
2015/06/03 16:45:57 [TRACE] Graph after step *terraform.ResourceCountTransformer: | |
aws_internet_gateway.default | |
2015/06/03 16:45:57 [TRACE] Graph after step *terraform.RootTransformer: | |
aws_internet_gateway.default | |
2015/06/03 16:45:57 [DEBUG] vertex root.aws_route53_zone.main: walking | |
2015/06/03 16:45:57 [DEBUG] vertex root.aws_route53_zone.main: evaluating | |
2015/06/03 16:45:57 [DEBUG] root: eval: *terraform.EvalSequence | |
2015/06/03 16:45:57 [DEBUG] root: eval: *terraform.EvalInterpolate | |
2015/06/03 16:45:57 [DEBUG] root: eval: *terraform.EvalOpFilter | |
2015/06/03 16:45:57 [DEBUG] root: eval: *terraform.EvalValidateCount | |
2015/06/03 16:45:57 [ERROR] root: eval: *terraform.EvalValidateCount, err: Warnings: []. Errors: [] | |
2015/06/03 16:45:57 [ERROR] root: eval: *terraform.EvalOpFilter, err: Warnings: []. Errors: [] | |
2015/06/03 16:45:57 [ERROR] root: eval: *terraform.EvalSequence, err: Warnings: []. Errors: [] | |
2015/06/03 16:45:57 [DEBUG] vertex root.aws_route53_zone.main: expanding/walking dynamic subgraph | |
2015/06/03 16:45:57 [TRACE] Graph after step *terraform.ResourceCountTransformer: | |
aws_route53_zone.main | |
2015/06/03 16:45:57 [TRACE] Graph after step *terraform.RootTransformer: | |
aws_route53_zone.main | |
2015/06/03 16:45:57 [DEBUG] vertex root.aws_subnet.public: walking | |
2015/06/03 16:45:57 [DEBUG] vertex root.aws_subnet.public: evaluating | |
2015/06/03 16:45:57 [DEBUG] root: eval: *terraform.EvalSequence | |
2015/06/03 16:45:57 [DEBUG] root: eval: *terraform.EvalInterpolate | |
2015/06/03 16:45:57 [DEBUG] root: eval: *terraform.EvalOpFilter | |
2015/06/03 16:45:57 [DEBUG] root: eval: *terraform.EvalValidateCount | |
2015/06/03 16:45:57 [ERROR] root: eval: *terraform.EvalValidateCount, err: Warnings: []. Errors: [] | |
2015/06/03 16:45:57 [ERROR] root: eval: *terraform.EvalOpFilter, err: Warnings: []. Errors: [] | |
2015/06/03 16:45:57 [ERROR] root: eval: *terraform.EvalSequence, err: Warnings: []. Errors: [] | |
2015/06/03 16:45:57 [DEBUG] vertex root.aws_subnet.public: expanding/walking dynamic subgraph | |
2015/06/03 16:45:57 [TRACE] Graph after step *terraform.ResourceCountTransformer: | |
aws_subnet.public | |
2015/06/03 16:45:57 [TRACE] Graph after step *terraform.RootTransformer: | |
aws_subnet.public | |
2015/06/03 16:45:57 [DEBUG] vertex root.aws_subnet.private: walking | |
2015/06/03 16:45:57 [DEBUG] vertex root.aws_subnet.private: evaluating | |
2015/06/03 16:45:57 [DEBUG] root: eval: *terraform.EvalSequence | |
2015/06/03 16:45:57 [DEBUG] root: eval: *terraform.EvalOpFilter | |
2015/06/03 16:45:57 [DEBUG] root: eval: *terraform.EvalSequence | |
2015/06/03 16:45:57 [DEBUG] root: eval: *terraform.EvalGetProvider | |
2015/06/03 16:45:57 [DEBUG] root: eval: *terraform.EvalInterpolate | |
2015/06/03 16:45:57 [DEBUG] root: eval: *terraform.EvalValidateResource | |
2015/06/03 16:45:57 [DEBUG] vertex root.aws_internet_gateway.default: walking | |
2015/06/03 16:45:57 [DEBUG] vertex root.aws_internet_gateway.default: evaluating | |
2015/06/03 16:45:57 [DEBUG] root: eval: *terraform.EvalSequence | |
2015/06/03 16:45:57 [DEBUG] root: eval: *terraform.EvalOpFilter | |
2015/06/03 16:45:57 [DEBUG] root: eval: *terraform.EvalSequence | |
2015/06/03 16:45:57 [DEBUG] root: eval: *terraform.EvalGetProvider | |
2015/06/03 16:45:57 [DEBUG] root: eval: *terraform.EvalInterpolate | |
2015/06/03 16:45:57 [DEBUG] root: eval: *terraform.EvalValidateResource | |
2015/06/03 16:45:57 [DEBUG] vertex root.aws_route53_zone.main: walking | |
2015/06/03 16:45:57 [DEBUG] vertex root.aws_route53_zone.main: evaluating | |
2015/06/03 16:45:57 [DEBUG] root: eval: *terraform.EvalSequence | |
2015/06/03 16:45:57 [DEBUG] root: eval: *terraform.EvalOpFilter | |
2015/06/03 16:45:57 [DEBUG] root: eval: *terraform.EvalSequence | |
2015/06/03 16:45:57 [DEBUG] root: eval: *terraform.EvalGetProvider | |
2015/06/03 16:45:57 [DEBUG] root: eval: *terraform.EvalInterpolate | |
2015/06/03 16:45:57 [DEBUG] root: eval: *terraform.EvalValidateResource | |
2015/06/03 16:45:57 [DEBUG] vertex root.aws_subnet.public: walking | |
2015/06/03 16:45:57 [DEBUG] vertex root.aws_subnet.public: evaluating | |
2015/06/03 16:45:57 [DEBUG] root: eval: *terraform.EvalSequence | |
2015/06/03 16:45:57 [DEBUG] root: eval: *terraform.EvalOpFilter | |
2015/06/03 16:45:57 [DEBUG] root: eval: *terraform.EvalSequence | |
2015/06/03 16:45:57 [DEBUG] root: eval: *terraform.EvalGetProvider | |
2015/06/03 16:45:57 [DEBUG] root: eval: *terraform.EvalInterpolate | |
2015/06/03 16:45:57 [DEBUG] root: eval: *terraform.EvalValidateResource | |
2015/06/03 16:45:57 [DEBUG] root: eval: *terraform.EvalInstanceInfo | |
2015/06/03 16:45:57 [DEBUG] root: eval: terraform.EvalNoop | |
2015/06/03 16:45:57 [DEBUG] root: eval: terraform.EvalNoop | |
2015/06/03 16:45:57 [DEBUG] root: eval: terraform.EvalNoop | |
2015/06/03 16:45:57 [DEBUG] root: eval: terraform.EvalNoop | |
2015/06/03 16:45:57 [DEBUG] root: eval: *terraform.EvalInstanceInfo | |
2015/06/03 16:45:57 [DEBUG] root: eval: terraform.EvalNoop | |
2015/06/03 16:45:57 [DEBUG] root: eval: terraform.EvalNoop | |
2015/06/03 16:45:57 [DEBUG] root: eval: terraform.EvalNoop | |
2015/06/03 16:45:57 [DEBUG] root: eval: terraform.EvalNoop | |
2015/06/03 16:45:57 [DEBUG] vertex root.aws_elasticache_subnet_group.test: walking | |
2015/06/03 16:45:57 [DEBUG] vertex root.aws_elasticache_subnet_group.test: evaluating | |
2015/06/03 16:45:57 [DEBUG] root: eval: *terraform.EvalSequence | |
2015/06/03 16:45:57 [DEBUG] root: eval: *terraform.EvalInterpolate | |
2015/06/03 16:45:57 [DEBUG] root: eval: *terraform.EvalOpFilter | |
2015/06/03 16:45:57 [DEBUG] root: eval: *terraform.EvalValidateCount | |
2015/06/03 16:45:57 [ERROR] root: eval: *terraform.EvalValidateCount, err: Warnings: []. Errors: [] | |
2015/06/03 16:45:57 [ERROR] root: eval: *terraform.EvalOpFilter, err: Warnings: []. Errors: [] | |
2015/06/03 16:45:57 [ERROR] root: eval: *terraform.EvalSequence, err: Warnings: []. Errors: [] | |
2015/06/03 16:45:57 [DEBUG] vertex root.aws_elasticache_subnet_group.test: expanding/walking dynamic subgraph | |
2015/06/03 16:45:57 [TRACE] Graph after step *terraform.ResourceCountTransformer: | |
aws_elasticache_subnet_group.test | |
2015/06/03 16:45:57 [TRACE] Graph after step *terraform.RootTransformer: | |
aws_elasticache_subnet_group.test | |
2015/06/03 16:45:57 [DEBUG] vertex root.aws_route_table.public: walking | |
2015/06/03 16:45:57 [DEBUG] vertex root.aws_route_table.public: evaluating | |
2015/06/03 16:45:57 [DEBUG] root: eval: *terraform.EvalSequence | |
2015/06/03 16:45:57 [DEBUG] root: eval: *terraform.EvalInterpolate | |
2015/06/03 16:45:57 [DEBUG] root: eval: *terraform.EvalOpFilter | |
2015/06/03 16:45:57 [DEBUG] root: eval: *terraform.EvalValidateCount | |
2015/06/03 16:45:57 [ERROR] root: eval: *terraform.EvalValidateCount, err: Warnings: []. Errors: [] | |
2015/06/03 16:45:57 [ERROR] root: eval: *terraform.EvalOpFilter, err: Warnings: []. Errors: [] | |
2015/06/03 16:45:57 [ERROR] root: eval: *terraform.EvalSequence, err: Warnings: []. Errors: [] | |
2015/06/03 16:45:57 [DEBUG] vertex root.aws_route_table.public: expanding/walking dynamic subgraph | |
2015/06/03 16:45:57 [TRACE] Graph after step *terraform.ResourceCountTransformer: | |
aws_route_table.public | |
2015/06/03 16:45:57 [TRACE] Graph after step *terraform.RootTransformer: | |
aws_route_table.public | |
2015/06/03 16:45:57 [DEBUG] vertex root.aws_elasticache_subnet_group.test: walking | |
2015/06/03 16:45:57 [DEBUG] vertex root.aws_elasticache_subnet_group.test: evaluating | |
2015/06/03 16:45:57 [DEBUG] root: eval: *terraform.EvalSequence | |
2015/06/03 16:45:57 [DEBUG] root: eval: *terraform.EvalOpFilter | |
2015/06/03 16:45:57 [DEBUG] root: eval: *terraform.EvalSequence | |
2015/06/03 16:45:57 [DEBUG] root: eval: *terraform.EvalGetProvider | |
2015/06/03 16:45:57 [DEBUG] root: eval: *terraform.EvalInterpolate | |
2015/06/03 16:45:57 [DEBUG] root: eval: *terraform.EvalValidateResource | |
2015/06/03 16:45:57 [DEBUG] vertex root.aws_route_table.public: walking | |
2015/06/03 16:45:57 [DEBUG] vertex root.aws_route_table.public: evaluating | |
2015/06/03 16:45:57 [DEBUG] root: eval: *terraform.EvalSequence | |
2015/06/03 16:45:57 [DEBUG] root: eval: *terraform.EvalOpFilter | |
2015/06/03 16:45:57 [DEBUG] root: eval: *terraform.EvalSequence | |
2015/06/03 16:45:57 [DEBUG] root: eval: *terraform.EvalGetProvider | |
2015/06/03 16:45:57 [DEBUG] root: eval: *terraform.EvalInterpolate | |
2015/06/03 16:45:57 [DEBUG] root: eval: *terraform.EvalValidateResource | |
2015/06/03 16:45:57 [DEBUG] root: eval: *terraform.EvalInstanceInfo | |
2015/06/03 16:45:57 [DEBUG] root: eval: terraform.EvalNoop | |
2015/06/03 16:45:57 [DEBUG] root: eval: terraform.EvalNoop | |
2015/06/03 16:45:57 [DEBUG] root: eval: terraform.EvalNoop | |
2015/06/03 16:45:57 [DEBUG] root: eval: terraform.EvalNoop | |
2015/06/03 16:45:57 [DEBUG] root: eval: *terraform.EvalInstanceInfo | |
2015/06/03 16:45:57 [DEBUG] root: eval: terraform.EvalNoop | |
2015/06/03 16:45:57 [DEBUG] root: eval: terraform.EvalNoop | |
2015/06/03 16:45:57 [DEBUG] root: eval: terraform.EvalNoop | |
2015/06/03 16:45:57 [DEBUG] root: eval: terraform.EvalNoop | |
2015/06/03 16:45:57 [DEBUG] root: eval: *terraform.EvalInstanceInfo | |
2015/06/03 16:45:57 [DEBUG] root: eval: terraform.EvalNoop | |
2015/06/03 16:45:57 [DEBUG] root: eval: terraform.EvalNoop | |
2015/06/03 16:45:57 [DEBUG] root: eval: terraform.EvalNoop | |
2015/06/03 16:45:57 [DEBUG] root: eval: terraform.EvalNoop | |
2015/06/03 16:45:57 [DEBUG] vertex root.aws_elasticache_cluster.test: walking | |
2015/06/03 16:45:57 [DEBUG] vertex root.aws_elasticache_cluster.test: evaluating | |
2015/06/03 16:45:57 [DEBUG] root: eval: *terraform.EvalSequence | |
2015/06/03 16:45:57 [DEBUG] root: eval: *terraform.EvalInterpolate | |
2015/06/03 16:45:57 [DEBUG] root: eval: *terraform.EvalOpFilter | |
2015/06/03 16:45:57 [DEBUG] root: eval: *terraform.EvalValidateCount | |
2015/06/03 16:45:57 [ERROR] root: eval: *terraform.EvalValidateCount, err: Warnings: []. Errors: [] | |
2015/06/03 16:45:57 [ERROR] root: eval: *terraform.EvalOpFilter, err: Warnings: []. Errors: [] | |
2015/06/03 16:45:57 [ERROR] root: eval: *terraform.EvalSequence, err: Warnings: []. Errors: [] | |
2015/06/03 16:45:57 [DEBUG] vertex root.aws_elasticache_cluster.test: expanding/walking dynamic subgraph | |
2015/06/03 16:45:57 [TRACE] Graph after step *terraform.ResourceCountTransformer: | |
aws_elasticache_cluster.test | |
2015/06/03 16:45:57 [TRACE] Graph after step *terraform.RootTransformer: | |
aws_elasticache_cluster.test | |
2015/06/03 16:45:57 [DEBUG] vertex root.aws_elasticache_cluster.test: walking | |
2015/06/03 16:45:57 [DEBUG] vertex root.aws_elasticache_cluster.test: evaluating | |
2015/06/03 16:45:57 [DEBUG] root: eval: *terraform.EvalSequence | |
2015/06/03 16:45:57 [DEBUG] root: eval: *terraform.EvalOpFilter | |
2015/06/03 16:45:57 [DEBUG] root: eval: *terraform.EvalSequence | |
2015/06/03 16:45:57 [DEBUG] root: eval: *terraform.EvalGetProvider | |
2015/06/03 16:45:57 [DEBUG] root: eval: *terraform.EvalInterpolate | |
2015/06/03 16:45:57 [DEBUG] root: eval: *terraform.EvalValidateResource | |
2015/06/03 16:45:57 [DEBUG] root: eval: *terraform.EvalInstanceInfo | |
2015/06/03 16:45:57 [DEBUG] root: eval: terraform.EvalNoop | |
2015/06/03 16:45:57 [DEBUG] root: eval: terraform.EvalNoop | |
2015/06/03 16:45:57 [DEBUG] root: eval: terraform.EvalNoop | |
2015/06/03 16:45:57 [DEBUG] root: eval: terraform.EvalNoop | |
2015/06/03 16:45:57 [DEBUG] vertex root.aws_route_table_association.private: walking | |
2015/06/03 16:45:57 [DEBUG] vertex root.aws_route_table_association.private: evaluating | |
2015/06/03 16:45:57 [DEBUG] root: eval: *terraform.EvalSequence | |
2015/06/03 16:45:57 [DEBUG] root: eval: *terraform.EvalInterpolate | |
2015/06/03 16:45:57 [DEBUG] root: eval: *terraform.EvalOpFilter | |
2015/06/03 16:45:57 [DEBUG] root: eval: *terraform.EvalValidateCount | |
2015/06/03 16:45:57 [ERROR] root: eval: *terraform.EvalValidateCount, err: Warnings: []. Errors: [] | |
2015/06/03 16:45:57 [ERROR] root: eval: *terraform.EvalOpFilter, err: Warnings: []. Errors: [] | |
2015/06/03 16:45:57 [ERROR] root: eval: *terraform.EvalSequence, err: Warnings: []. Errors: [] | |
2015/06/03 16:45:57 [DEBUG] vertex root.aws_route_table_association.private: expanding/walking dynamic subgraph | |
2015/06/03 16:45:57 [TRACE] Graph after step *terraform.ResourceCountTransformer: | |
aws_route_table_association.private | |
2015/06/03 16:45:57 [TRACE] Graph after step *terraform.RootTransformer: | |
aws_route_table_association.private | |
2015/06/03 16:45:57 [DEBUG] vertex root.aws_route_table_association.public: walking | |
2015/06/03 16:45:57 [DEBUG] vertex root.aws_route_table_association.public: evaluating | |
2015/06/03 16:45:57 [DEBUG] root: eval: *terraform.EvalSequence | |
2015/06/03 16:45:57 [DEBUG] root: eval: *terraform.EvalInterpolate | |
2015/06/03 16:45:57 [DEBUG] root: eval: *terraform.EvalOpFilter | |
2015/06/03 16:45:57 [DEBUG] root: eval: *terraform.EvalValidateCount | |
2015/06/03 16:45:57 [ERROR] root: eval: *terraform.EvalValidateCount, err: Warnings: []. Errors: [] | |
2015/06/03 16:45:57 [ERROR] root: eval: *terraform.EvalOpFilter, err: Warnings: []. Errors: [] | |
2015/06/03 16:45:57 [ERROR] root: eval: *terraform.EvalSequence, err: Warnings: []. Errors: [] | |
2015/06/03 16:45:57 [DEBUG] vertex root.aws_route_table_association.public: expanding/walking dynamic subgraph | |
2015/06/03 16:45:57 [TRACE] Graph after step *terraform.ResourceCountTransformer: | |
aws_route_table_association.public | |
2015/06/03 16:45:57 [TRACE] Graph after step *terraform.RootTransformer: | |
aws_route_table_association.public | |
2015/06/03 16:45:57 [DEBUG] vertex root.aws_route_table_association.private: walking | |
2015/06/03 16:45:57 [DEBUG] vertex root.aws_route_table_association.private: evaluating | |
2015/06/03 16:45:57 [DEBUG] root: eval: *terraform.EvalSequence | |
2015/06/03 16:45:57 [DEBUG] root: eval: *terraform.EvalOpFilter | |
2015/06/03 16:45:57 [DEBUG] root: eval: *terraform.EvalSequence | |
2015/06/03 16:45:57 [DEBUG] root: eval: *terraform.EvalGetProvider | |
2015/06/03 16:45:57 [DEBUG] root: eval: *terraform.EvalInterpolate | |
2015/06/03 16:45:57 [DEBUG] root: eval: *terraform.EvalValidateResource | |
2015/06/03 16:45:57 [DEBUG] vertex root.aws_route_table_association.public: walking | |
2015/06/03 16:45:57 [DEBUG] vertex root.aws_route_table_association.public: evaluating | |
2015/06/03 16:45:57 [DEBUG] root: eval: *terraform.EvalSequence | |
2015/06/03 16:45:57 [DEBUG] root: eval: *terraform.EvalOpFilter | |
2015/06/03 16:45:57 [DEBUG] root: eval: *terraform.EvalSequence | |
2015/06/03 16:45:57 [DEBUG] root: eval: *terraform.EvalGetProvider | |
2015/06/03 16:45:57 [DEBUG] root: eval: *terraform.EvalInterpolate | |
2015/06/03 16:45:57 [DEBUG] root: eval: *terraform.EvalValidateResource | |
2015/06/03 16:45:57 [DEBUG] root: eval: *terraform.EvalInstanceInfo | |
2015/06/03 16:45:57 [DEBUG] root: eval: terraform.EvalNoop | |
2015/06/03 16:45:57 [DEBUG] root: eval: terraform.EvalNoop | |
2015/06/03 16:45:57 [DEBUG] root: eval: terraform.EvalNoop | |
2015/06/03 16:45:57 [DEBUG] root: eval: terraform.EvalNoop | |
2015/06/03 16:45:57 [DEBUG] vertex root.aws_route53_record.test-cache: walking | |
2015/06/03 16:45:57 [DEBUG] vertex root.aws_route53_record.test-cache: evaluating | |
2015/06/03 16:45:57 [DEBUG] root: eval: *terraform.EvalSequence | |
2015/06/03 16:45:57 [DEBUG] root: eval: *terraform.EvalInterpolate | |
2015/06/03 16:45:57 [DEBUG] root: eval: *terraform.EvalOpFilter | |
2015/06/03 16:45:57 [DEBUG] root: eval: *terraform.EvalValidateCount | |
2015/06/03 16:45:57 [ERROR] root: eval: *terraform.EvalValidateCount, err: Warnings: []. Errors: [] | |
2015/06/03 16:45:57 [ERROR] root: eval: *terraform.EvalOpFilter, err: Warnings: []. Errors: [] | |
2015/06/03 16:45:57 [ERROR] root: eval: *terraform.EvalSequence, err: Warnings: []. Errors: [] | |
2015/06/03 16:45:57 [DEBUG] vertex root.aws_route53_record.test-cache: expanding/walking dynamic subgraph | |
2015/06/03 16:45:57 [TRACE] Graph after step *terraform.ResourceCountTransformer: | |
aws_route53_record.test-cache | |
2015/06/03 16:45:57 [TRACE] Graph after step *terraform.RootTransformer: | |
aws_route53_record.test-cache | |
2015/06/03 16:45:57 [DEBUG] vertex root.aws_route53_record.test-cache: walking | |
2015/06/03 16:45:57 [DEBUG] vertex root.aws_route53_record.test-cache: evaluating | |
2015/06/03 16:45:57 [DEBUG] root: eval: *terraform.EvalSequence | |
2015/06/03 16:45:57 [DEBUG] root: eval: *terraform.EvalOpFilter | |
2015/06/03 16:45:57 [DEBUG] root: eval: *terraform.EvalSequence | |
2015/06/03 16:45:57 [DEBUG] root: eval: *terraform.EvalGetProvider | |
2015/06/03 16:45:57 [DEBUG] root: eval: *terraform.EvalInterpolate | |
2015/06/03 16:45:57 [DEBUG] root: eval: *terraform.EvalValidateResource | |
2015/06/03 16:45:57 [DEBUG] root: eval: *terraform.EvalInstanceInfo | |
2015/06/03 16:45:57 [DEBUG] root: eval: terraform.EvalNoop | |
2015/06/03 16:45:57 [DEBUG] root: eval: terraform.EvalNoop | |
2015/06/03 16:45:57 [DEBUG] root: eval: terraform.EvalNoop | |
2015/06/03 16:45:57 [DEBUG] root: eval: terraform.EvalNoop | |
2015/06/03 16:45:57 [DEBUG] root: eval: *terraform.EvalInstanceInfo | |
2015/06/03 16:45:57 [DEBUG] root: eval: terraform.EvalNoop | |
2015/06/03 16:45:57 [DEBUG] root: eval: terraform.EvalNoop | |
2015/06/03 16:45:57 [DEBUG] root: eval: terraform.EvalNoop | |
2015/06/03 16:45:57 [DEBUG] root: eval: terraform.EvalNoop | |
2015/06/03 16:45:57 [DEBUG] root: eval: *terraform.EvalInstanceInfo | |
2015/06/03 16:45:57 [DEBUG] root: eval: terraform.EvalNoop | |
2015/06/03 16:45:57 [DEBUG] root: eval: terraform.EvalNoop | |
2015/06/03 16:45:57 [DEBUG] root: eval: terraform.EvalNoop | |
2015/06/03 16:45:57 [DEBUG] root: eval: terraform.EvalNoop | |
2015/06/03 16:45:57 [DEBUG] vertex root.root: walking | |
2015/06/03 16:45:57 [TRACE] Graph after step *terraform.ConfigTransformer: | |
aws_elasticache_cluster.test | |
aws_elasticache_subnet_group.test | |
aws_elasticache_subnet_group.test | |
aws_subnet.private | |
aws_internet_gateway.default | |
aws_vpc.default | |
aws_route53_record.test-cache | |
aws_elasticache_cluster.test | |
aws_route53_zone.main | |
aws_route53_zone.main | |
aws_vpc.default | |
aws_route_table.public | |
aws_internet_gateway.default | |
aws_vpc.default | |
aws_route_table_association.private | |
aws_route_table.public | |
aws_subnet.private | |
aws_route_table_association.public | |
aws_route_table.public | |
aws_subnet.public | |
aws_subnet.private | |
aws_vpc.default | |
var.availability_zone | |
aws_subnet.public | |
aws_vpc.default | |
var.availability_zone | |
aws_vpc.default | |
provider.aws | |
var.aws_access_key | |
var.aws_secret_key | |
var.region | |
var.availability_zone | |
var.aws_access_key | |
var.aws_secret_key | |
var.region | |
2015/06/03 16:45:57 [TRACE] Graph after step *terraform.OrphanTransformer: | |
aws_elasticache_cluster.test | |
aws_elasticache_subnet_group.test | |
aws_elasticache_subnet_group.test | |
aws_subnet.private | |
aws_internet_gateway.default | |
aws_vpc.default | |
aws_route53_record.test-cache | |
aws_elasticache_cluster.test | |
aws_route53_zone.main | |
aws_route53_zone.main | |
aws_vpc.default | |
aws_route_table.public | |
aws_internet_gateway.default | |
aws_vpc.default | |
aws_route_table_association.private | |
aws_route_table.public | |
aws_subnet.private | |
aws_route_table_association.public | |
aws_route_table.public | |
aws_subnet.public | |
aws_subnet.private | |
aws_vpc.default | |
var.availability_zone | |
aws_subnet.public | |
aws_vpc.default | |
var.availability_zone | |
aws_vpc.default | |
provider.aws | |
var.aws_access_key | |
var.aws_secret_key | |
var.region | |
var.availability_zone | |
var.aws_access_key | |
var.aws_secret_key | |
var.region | |
2015/06/03 16:45:57 [TRACE] Graph after step *terraform.AddOutputOrphanTransformer: | |
aws_elasticache_cluster.test | |
aws_elasticache_subnet_group.test | |
aws_elasticache_subnet_group.test | |
aws_subnet.private | |
aws_internet_gateway.default | |
aws_vpc.default | |
aws_route53_record.test-cache | |
aws_elasticache_cluster.test | |
aws_route53_zone.main | |
aws_route53_zone.main | |
aws_vpc.default | |
aws_route_table.public | |
aws_internet_gateway.default | |
aws_vpc.default | |
aws_route_table_association.private | |
aws_route_table.public | |
aws_subnet.private | |
aws_route_table_association.public | |
aws_route_table.public | |
aws_subnet.public | |
aws_subnet.private | |
aws_vpc.default | |
var.availability_zone | |
aws_subnet.public | |
aws_vpc.default | |
var.availability_zone | |
aws_vpc.default | |
provider.aws | |
var.aws_access_key | |
var.aws_secret_key | |
var.region | |
var.availability_zone | |
var.aws_access_key | |
var.aws_secret_key | |
var.region | |
2015/06/03 16:45:57 [TRACE] Graph after step *terraform.MissingProviderTransformer: | |
aws_elasticache_cluster.test | |
aws_elasticache_subnet_group.test | |
aws_elasticache_subnet_group.test | |
aws_subnet.private | |
aws_internet_gateway.default | |
aws_vpc.default | |
aws_route53_record.test-cache | |
aws_elasticache_cluster.test | |
aws_route53_zone.main | |
aws_route53_zone.main | |
aws_vpc.default | |
aws_route_table.public | |
aws_internet_gateway.default | |
aws_vpc.default | |
aws_route_table_association.private | |
aws_route_table.public | |
aws_subnet.private | |
aws_route_table_association.public | |
aws_route_table.public | |
aws_subnet.public | |
aws_subnet.private | |
aws_vpc.default | |
var.availability_zone | |
aws_subnet.public | |
aws_vpc.default | |
var.availability_zone | |
aws_vpc.default | |
provider.atlas | |
provider.aws | |
var.aws_access_key | |
var.aws_secret_key | |
var.region | |
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 | |
var.availability_zone | |
var.aws_access_key | |
var.aws_secret_key | |
var.region | |
2015/06/03 16:45:57 [TRACE] Graph after step *terraform.ProviderTransformer: | |
aws_elasticache_cluster.test | |
aws_elasticache_subnet_group.test | |
provider.aws | |
aws_elasticache_subnet_group.test | |
aws_subnet.private | |
provider.aws | |
aws_internet_gateway.default | |
aws_vpc.default | |
provider.aws | |
aws_route53_record.test-cache | |
aws_elasticache_cluster.test | |
aws_route53_zone.main | |
provider.aws | |
aws_route53_zone.main | |
aws_vpc.default | |
provider.aws | |
aws_route_table.public | |
aws_internet_gateway.default | |
aws_vpc.default | |
provider.aws | |
aws_route_table_association.private | |
aws_route_table.public | |
aws_subnet.private | |
provider.aws | |
aws_route_table_association.public | |
aws_route_table.public | |
aws_subnet.public | |
provider.aws | |
aws_subnet.private | |
aws_vpc.default | |
provider.aws | |
var.availability_zone | |
aws_subnet.public | |
aws_vpc.default | |
provider.aws | |
var.availability_zone | |
aws_vpc.default | |
provider.aws | |
provider.atlas | |
provider.aws | |
var.aws_access_key | |
var.aws_secret_key | |
var.region | |
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 | |
var.availability_zone | |
var.aws_access_key | |
var.aws_secret_key | |
var.region | |
2015/06/03 16:45:57 [TRACE] Graph after step *terraform.PruneProviderTransformer: | |
aws_elasticache_cluster.test | |
aws_elasticache_subnet_group.test | |
provider.aws | |
aws_elasticache_subnet_group.test | |
aws_subnet.private | |
provider.aws | |
aws_internet_gateway.default | |
aws_vpc.default | |
provider.aws | |
aws_route53_record.test-cache | |
aws_elasticache_cluster.test | |
aws_route53_zone.main | |
provider.aws | |
aws_route53_zone.main | |
aws_vpc.default | |
provider.aws | |
aws_route_table.public | |
aws_internet_gateway.default | |
aws_vpc.default | |
provider.aws | |
aws_route_table_association.private | |
aws_route_table.public | |
aws_subnet.private | |
provider.aws | |
aws_route_table_association.public | |
aws_route_table.public | |
aws_subnet.public | |
provider.aws | |
aws_subnet.private | |
aws_vpc.default | |
provider.aws | |
var.availability_zone | |
aws_subnet.public | |
aws_vpc.default | |
provider.aws | |
var.availability_zone | |
aws_vpc.default | |
provider.aws | |
provider.aws | |
var.aws_access_key | |
var.aws_secret_key | |
var.region | |
var.availability_zone | |
var.aws_access_key | |
var.aws_secret_key | |
var.region | |
2015/06/03 16:45:57 [TRACE] Graph after step *terraform.DisableProviderTransformer: | |
aws_elasticache_cluster.test | |
aws_elasticache_subnet_group.test | |
provider.aws | |
aws_elasticache_subnet_group.test | |
aws_subnet.private | |
provider.aws | |
aws_internet_gateway.default | |
aws_vpc.default | |
provider.aws | |
aws_route53_record.test-cache | |
aws_elasticache_cluster.test | |
aws_route53_zone.main | |
provider.aws | |
aws_route53_zone.main | |
aws_vpc.default | |
provider.aws | |
aws_route_table.public | |
aws_internet_gateway.default | |
aws_vpc.default | |
provider.aws | |
aws_route_table_association.private | |
aws_route_table.public | |
aws_subnet.private | |
provider.aws | |
aws_route_table_association.public | |
aws_route_table.public | |
aws_subnet.public | |
provider.aws | |
aws_subnet.private | |
aws_vpc.default | |
provider.aws | |
var.availability_zone | |
aws_subnet.public | |
aws_vpc.default | |
provider.aws | |
var.availability_zone | |
aws_vpc.default | |
provider.aws | |
provider.aws | |
var.aws_access_key | |
var.aws_secret_key | |
var.region | |
var.availability_zone | |
var.aws_access_key | |
var.aws_secret_key | |
var.region | |
2015/06/03 16:45:57 [TRACE] Graph after step *terraform.MissingProvisionerTransformer: | |
aws_elasticache_cluster.test | |
aws_elasticache_subnet_group.test | |
provider.aws | |
aws_elasticache_subnet_group.test | |
aws_subnet.private | |
provider.aws | |
aws_internet_gateway.default | |
aws_vpc.default | |
provider.aws | |
aws_route53_record.test-cache | |
aws_elasticache_cluster.test | |
aws_route53_zone.main | |
provider.aws | |
aws_route53_zone.main | |
aws_vpc.default | |
provider.aws | |
aws_route_table.public | |
aws_internet_gateway.default | |
aws_vpc.default | |
provider.aws | |
aws_route_table_association.private | |
aws_route_table.public | |
aws_subnet.private | |
provider.aws | |
aws_route_table_association.public | |
aws_route_table.public | |
aws_subnet.public | |
provider.aws | |
aws_subnet.private | |
aws_vpc.default | |
provider.aws | |
var.availability_zone | |
aws_subnet.public | |
aws_vpc.default | |
provider.aws | |
var.availability_zone | |
aws_vpc.default | |
provider.aws | |
provider.aws | |
var.aws_access_key | |
var.aws_secret_key | |
var.region | |
provisioner.chef | |
provisioner.file | |
provisioner.local-exec | |
provisioner.remote-exec | |
var.availability_zone | |
var.aws_access_key | |
var.aws_secret_key | |
var.region | |
2015/06/03 16:45:57 [TRACE] Graph after step *terraform.ProvisionerTransformer: | |
aws_elasticache_cluster.test | |
aws_elasticache_subnet_group.test | |
provider.aws | |
aws_elasticache_subnet_group.test | |
aws_subnet.private | |
provider.aws | |
aws_internet_gateway.default | |
aws_vpc.default | |
provider.aws | |
aws_route53_record.test-cache | |
aws_elasticache_cluster.test | |
aws_route53_zone.main | |
provider.aws | |
aws_route53_zone.main | |
aws_vpc.default | |
provider.aws | |
aws_route_table.public | |
aws_internet_gateway.default | |
aws_vpc.default | |
provider.aws | |
aws_route_table_association.private | |
aws_route_table.public | |
aws_subnet.private | |
provider.aws | |
aws_route_table_association.public | |
aws_route_table.public | |
aws_subnet.public | |
provider.aws | |
aws_subnet.private | |
aws_vpc.default | |
provider.aws | |
var.availability_zone | |
aws_subnet.public | |
aws_vpc.default | |
provider.aws | |
var.availability_zone | |
aws_vpc.default | |
provider.aws | |
provider.aws | |
var.aws_access_key | |
var.aws_secret_key | |
var.region | |
provisioner.chef | |
provisioner.file | |
provisioner.local-exec | |
provisioner.remote-exec | |
var.availability_zone | |
var.aws_access_key | |
var.aws_secret_key | |
var.region | |
2015/06/03 16:45:57 [TRACE] Graph after step *terraform.PruneProvisionerTransformer: | |
aws_elasticache_cluster.test | |
aws_elasticache_subnet_group.test | |
provider.aws | |
aws_elasticache_subnet_group.test | |
aws_subnet.private | |
provider.aws | |
aws_internet_gateway.default | |
aws_vpc.default | |
provider.aws | |
aws_route53_record.test-cache | |
aws_elasticache_cluster.test | |
aws_route53_zone.main | |
provider.aws | |
aws_route53_zone.main | |
aws_vpc.default | |
provider.aws | |
aws_route_table.public | |
aws_internet_gateway.default | |
aws_vpc.default | |
provider.aws | |
aws_route_table_association.private | |
aws_route_table.public | |
aws_subnet.private | |
provider.aws | |
aws_route_table_association.public | |
aws_route_table.public | |
aws_subnet.public | |
provider.aws | |
aws_subnet.private | |
aws_vpc.default | |
provider.aws | |
var.availability_zone | |
aws_subnet.public | |
aws_vpc.default | |
provider.aws | |
var.availability_zone | |
aws_vpc.default | |
provider.aws | |
provider.aws | |
var.aws_access_key | |
var.aws_secret_key | |
var.region | |
var.availability_zone | |
var.aws_access_key | |
var.aws_secret_key | |
var.region | |
2015/06/03 16:45:57 [TRACE] Graph after step *terraform.VertexTransformer: | |
aws_elasticache_cluster.test | |
aws_elasticache_subnet_group.test | |
provider.aws | |
aws_elasticache_subnet_group.test | |
aws_subnet.private | |
provider.aws | |
aws_internet_gateway.default | |
aws_vpc.default | |
provider.aws | |
aws_route53_record.test-cache | |
aws_elasticache_cluster.test | |
aws_route53_zone.main | |
provider.aws | |
aws_route53_zone.main | |
aws_vpc.default | |
provider.aws | |
aws_route_table.public | |
aws_internet_gateway.default | |
aws_vpc.default | |
provider.aws | |
aws_route_table_association.private | |
aws_route_table.public | |
aws_subnet.private | |
provider.aws | |
aws_route_table_association.public | |
aws_route_table.public | |
aws_subnet.public | |
provider.aws | |
aws_subnet.private | |
aws_vpc.default | |
provider.aws | |
var.availability_zone | |
aws_subnet.public | |
aws_vpc.default | |
provider.aws | |
var.availability_zone | |
aws_vpc.default | |
provider.aws | |
provider.aws | |
var.aws_access_key | |
var.aws_secret_key | |
var.region | |
var.availability_zone | |
var.aws_access_key | |
var.aws_secret_key | |
var.region | |
2015/06/03 16:45:57 [TRACE] Graph after step *terraform.FlattenTransformer: | |
aws_elasticache_cluster.test | |
aws_elasticache_subnet_group.test | |
provider.aws | |
aws_elasticache_subnet_group.test | |
aws_subnet.private | |
provider.aws | |
aws_internet_gateway.default | |
aws_vpc.default | |
provider.aws | |
aws_route53_record.test-cache | |
aws_elasticache_cluster.test | |
aws_route53_zone.main | |
provider.aws | |
aws_route53_zone.main | |
aws_vpc.default | |
provider.aws | |
aws_route_table.public | |
aws_internet_gateway.default | |
aws_vpc.default | |
provider.aws | |
aws_route_table_association.private | |
aws_route_table.public | |
aws_subnet.private | |
provider.aws | |
aws_route_table_association.public | |
aws_route_table.public | |
aws_subnet.public | |
provider.aws | |
aws_subnet.private | |
aws_vpc.default | |
provider.aws | |
var.availability_zone | |
aws_subnet.public | |
aws_vpc.default | |
provider.aws | |
var.availability_zone | |
aws_vpc.default | |
provider.aws | |
provider.aws | |
var.aws_access_key | |
var.aws_secret_key | |
var.region | |
var.availability_zone | |
var.aws_access_key | |
var.aws_secret_key | |
var.region | |
2015/06/03 16:45:57 [TRACE] Graph after step *terraform.ProxyTransformer: | |
aws_elasticache_cluster.test | |
aws_elasticache_subnet_group.test | |
provider.aws | |
aws_elasticache_subnet_group.test | |
aws_subnet.private | |
provider.aws | |
aws_internet_gateway.default | |
aws_vpc.default | |
provider.aws | |
aws_route53_record.test-cache | |
aws_elasticache_cluster.test | |
aws_route53_zone.main | |
provider.aws | |
aws_route53_zone.main | |
aws_vpc.default | |
provider.aws | |
aws_route_table.public | |
aws_internet_gateway.default | |
aws_vpc.default | |
provider.aws | |
aws_route_table_association.private | |
aws_route_table.public | |
aws_subnet.private | |
provider.aws | |
aws_route_table_association.public | |
aws_route_table.public | |
aws_subnet.public | |
provider.aws | |
aws_subnet.private | |
aws_vpc.default | |
provider.aws | |
var.availability_zone | |
aws_subnet.public | |
aws_vpc.default | |
provider.aws | |
var.availability_zone | |
aws_vpc.default | |
provider.aws | |
provider.aws | |
var.aws_access_key | |
var.aws_secret_key | |
var.region | |
var.availability_zone | |
var.aws_access_key | |
var.aws_secret_key | |
var.region | |
2015/06/03 16:45:57 [TRACE] Graph after step *terraform.TargetsTransformer: | |
aws_elasticache_cluster.test | |
aws_elasticache_subnet_group.test | |
provider.aws | |
aws_elasticache_subnet_group.test | |
aws_subnet.private | |
provider.aws | |
aws_internet_gateway.default | |
aws_vpc.default | |
provider.aws | |
aws_route53_record.test-cache | |
aws_elasticache_cluster.test | |
aws_route53_zone.main | |
provider.aws | |
aws_route53_zone.main | |
aws_vpc.default | |
provider.aws | |
aws_route_table.public | |
aws_internet_gateway.default | |
aws_vpc.default | |
provider.aws | |
aws_route_table_association.private | |
aws_route_table.public | |
aws_subnet.private | |
provider.aws | |
aws_route_table_association.public | |
aws_route_table.public | |
aws_subnet.public | |
provider.aws | |
aws_subnet.private | |
aws_vpc.default | |
provider.aws | |
var.availability_zone | |
aws_subnet.public | |
aws_vpc.default | |
provider.aws | |
var.availability_zone | |
aws_vpc.default | |
provider.aws | |
provider.aws | |
var.aws_access_key | |
var.aws_secret_key | |
var.region | |
var.availability_zone | |
var.aws_access_key | |
var.aws_secret_key | |
var.region | |
2015/06/03 16:45:57 [TRACE] Graph after step *terraform.RootTransformer: | |
aws_elasticache_cluster.test | |
aws_elasticache_subnet_group.test | |
provider.aws | |
aws_elasticache_subnet_group.test | |
aws_subnet.private | |
provider.aws | |
aws_internet_gateway.default | |
aws_vpc.default | |
provider.aws | |
aws_route53_record.test-cache | |
aws_elasticache_cluster.test | |
aws_route53_zone.main | |
provider.aws | |
aws_route53_zone.main | |
aws_vpc.default | |
provider.aws | |
aws_route_table.public | |
aws_internet_gateway.default | |
aws_vpc.default | |
provider.aws | |
aws_route_table_association.private | |
aws_route_table.public | |
aws_subnet.private | |
provider.aws | |
aws_route_table_association.public | |
aws_route_table.public | |
aws_subnet.public | |
provider.aws | |
aws_subnet.private | |
aws_vpc.default | |
provider.aws | |
var.availability_zone | |
aws_subnet.public | |
aws_vpc.default | |
provider.aws | |
var.availability_zone | |
aws_vpc.default | |
provider.aws | |
provider.aws | |
var.aws_access_key | |
var.aws_secret_key | |
var.region | |
root | |
aws_route53_record.test-cache | |
aws_route_table_association.private | |
aws_route_table_association.public | |
var.availability_zone | |
var.aws_access_key | |
var.aws_secret_key | |
var.region | |
2015/06/03 16:45:57 [TRACE] Graph after step *terraform.DestroyTransformer: | |
aws_elasticache_cluster.test | |
aws_elasticache_cluster.test (destroy tainted) | |
aws_elasticache_cluster.test (destroy) | |
aws_elasticache_subnet_group.test | |
provider.aws | |
aws_elasticache_cluster.test (destroy tainted) | |
aws_route53_record.test-cache (destroy tainted) | |
provider.aws | |
aws_elasticache_cluster.test (destroy) | |
aws_route53_record.test-cache (destroy) | |
provider.aws | |
aws_elasticache_subnet_group.test | |
aws_elasticache_subnet_group.test (destroy tainted) | |
aws_elasticache_subnet_group.test (destroy) | |
aws_subnet.private | |
provider.aws | |
aws_elasticache_subnet_group.test (destroy tainted) | |
aws_elasticache_cluster.test (destroy tainted) | |
provider.aws | |
aws_elasticache_subnet_group.test (destroy) | |
aws_elasticache_cluster.test (destroy) | |
provider.aws | |
aws_internet_gateway.default | |
aws_internet_gateway.default (destroy tainted) | |
aws_internet_gateway.default (destroy) | |
aws_vpc.default | |
provider.aws | |
aws_internet_gateway.default (destroy tainted) | |
aws_route_table.public (destroy tainted) | |
provider.aws | |
aws_internet_gateway.default (destroy) | |
aws_route_table.public (destroy) | |
provider.aws | |
aws_route53_record.test-cache | |
aws_elasticache_cluster.test | |
aws_route53_record.test-cache (destroy tainted) | |
aws_route53_record.test-cache (destroy) | |
aws_route53_zone.main | |
provider.aws | |
aws_route53_record.test-cache (destroy tainted) | |
provider.aws | |
aws_route53_record.test-cache (destroy) | |
provider.aws | |
aws_route53_zone.main | |
aws_route53_zone.main (destroy tainted) | |
aws_route53_zone.main (destroy) | |
aws_vpc.default | |
provider.aws | |
aws_route53_zone.main (destroy tainted) | |
aws_route53_record.test-cache (destroy tainted) | |
provider.aws | |
aws_route53_zone.main (destroy) | |
aws_route53_record.test-cache (destroy) | |
provider.aws | |
aws_route_table.public | |
aws_internet_gateway.default | |
aws_route_table.public (destroy tainted) | |
aws_route_table.public (destroy) | |
aws_vpc.default | |
provider.aws | |
aws_route_table.public (destroy tainted) | |
aws_route_table_association.private (destroy tainted) | |
aws_route_table_association.public (destroy tainted) | |
provider.aws | |
aws_route_table.public (destroy) | |
aws_route_table_association.private (destroy) | |
aws_route_table_association.public (destroy) | |
provider.aws | |
aws_route_table_association.private | |
aws_route_table.public | |
aws_route_table_association.private (destroy tainted) | |
aws_route_table_association.private (destroy) | |
aws_subnet.private | |
provider.aws | |
aws_route_table_association.private (destroy tainted) | |
provider.aws | |
aws_route_table_association.private (destroy) | |
provider.aws | |
aws_route_table_association.public | |
aws_route_table.public | |
aws_route_table_association.public (destroy tainted) | |
aws_route_table_association.public (destroy) | |
aws_subnet.public | |
provider.aws | |
aws_route_table_association.public (destroy tainted) | |
provider.aws | |
aws_route_table_association.public (destroy) | |
provider.aws | |
aws_subnet.private | |
aws_subnet.private (destroy tainted) | |
aws_subnet.private (destroy) | |
aws_vpc.default | |
provider.aws | |
var.availability_zone | |
aws_subnet.private (destroy tainted) | |
aws_elasticache_subnet_group.test (destroy tainted) | |
aws_route_table_association.private (destroy tainted) | |
provider.aws | |
aws_subnet.private (destroy) | |
aws_elasticache_subnet_group.test (destroy) | |
aws_route_table_association.private (destroy) | |
provider.aws | |
aws_subnet.public | |
aws_subnet.public (destroy tainted) | |
aws_subnet.public (destroy) | |
aws_vpc.default | |
provider.aws | |
var.availability_zone | |
aws_subnet.public (destroy tainted) | |
aws_route_table_association.public (destroy tainted) | |
provider.aws | |
aws_subnet.public (destroy) | |
aws_route_table_association.public (destroy) | |
provider.aws | |
aws_vpc.default | |
aws_vpc.default (destroy tainted) | |
aws_vpc.default (destroy) | |
provider.aws | |
aws_vpc.default (destroy tainted) | |
aws_internet_gateway.default (destroy tainted) | |
aws_route53_zone.main (destroy tainted) | |
aws_route_table.public (destroy tainted) | |
aws_subnet.private (destroy tainted) | |
aws_subnet.public (destroy tainted) | |
provider.aws | |
aws_vpc.default (destroy) | |
aws_internet_gateway.default (destroy) | |
aws_route53_zone.main (destroy) | |
aws_route_table.public (destroy) | |
aws_subnet.private (destroy) | |
aws_subnet.public (destroy) | |
provider.aws | |
provider.aws | |
var.aws_access_key | |
var.aws_secret_key | |
var.region | |
root | |
aws_route53_record.test-cache | |
aws_route_table_association.private | |
aws_route_table_association.public | |
var.availability_zone | |
var.aws_access_key | |
var.aws_secret_key | |
var.region | |
2015/06/03 16:45:57 [TRACE] Graph after step *terraform.CreateBeforeDestroyTransformer: | |
aws_elasticache_cluster.test | |
aws_elasticache_cluster.test (destroy tainted) | |
aws_elasticache_cluster.test (destroy) | |
aws_elasticache_subnet_group.test | |
provider.aws | |
aws_elasticache_cluster.test (destroy tainted) | |
aws_route53_record.test-cache (destroy tainted) | |
provider.aws | |
aws_elasticache_cluster.test (destroy) | |
aws_route53_record.test-cache (destroy) | |
provider.aws | |
aws_elasticache_subnet_group.test | |
aws_elasticache_subnet_group.test (destroy tainted) | |
aws_elasticache_subnet_group.test (destroy) | |
aws_subnet.private | |
provider.aws | |
aws_elasticache_subnet_group.test (destroy tainted) | |
aws_elasticache_cluster.test (destroy tainted) | |
provider.aws | |
aws_elasticache_subnet_group.test (destroy) | |
aws_elasticache_cluster.test (destroy) | |
provider.aws | |
aws_internet_gateway.default | |
aws_internet_gateway.default (destroy tainted) | |
aws_internet_gateway.default (destroy) | |
aws_vpc.default | |
provider.aws | |
aws_internet_gateway.default (destroy tainted) | |
aws_route_table.public (destroy tainted) | |
provider.aws | |
aws_internet_gateway.default (destroy) | |
aws_route_table.public (destroy) | |
provider.aws | |
aws_route53_record.test-cache | |
aws_elasticache_cluster.test | |
aws_route53_record.test-cache (destroy tainted) | |
aws_route53_record.test-cache (destroy) | |
aws_route53_zone.main | |
provider.aws | |
aws_route53_record.test-cache (destroy tainted) | |
provider.aws | |
aws_route53_record.test-cache (destroy) | |
provider.aws | |
aws_route53_zone.main | |
aws_route53_zone.main (destroy tainted) | |
aws_route53_zone.main (destroy) | |
aws_vpc.default | |
provider.aws | |
aws_route53_zone.main (destroy tainted) | |
aws_route53_record.test-cache (destroy tainted) | |
provider.aws | |
aws_route53_zone.main (destroy) | |
aws_route53_record.test-cache (destroy) | |
provider.aws | |
aws_route_table.public | |
aws_internet_gateway.default | |
aws_route_table.public (destroy tainted) | |
aws_route_table.public (destroy) | |
aws_vpc.default | |
provider.aws | |
aws_route_table.public (destroy tainted) | |
aws_route_table_association.private (destroy tainted) | |
aws_route_table_association.public (destroy tainted) | |
provider.aws | |
aws_route_table.public (destroy) | |
aws_route_table_association.private (destroy) | |
aws_route_table_association.public (destroy) | |
provider.aws | |
aws_route_table_association.private | |
aws_route_table.public | |
aws_route_table_association.private (destroy tainted) | |
aws_route_table_association.private (destroy) | |
aws_subnet.private | |
provider.aws | |
aws_route_table_association.private (destroy tainted) | |
provider.aws | |
aws_route_table_association.private (destroy) | |
provider.aws | |
aws_route_table_association.public | |
aws_route_table.public | |
aws_route_table_association.public (destroy tainted) | |
aws_route_table_association.public (destroy) | |
aws_subnet.public | |
provider.aws | |
aws_route_table_association.public (destroy tainted) | |
provider.aws | |
aws_route_table_association.public (destroy) | |
provider.aws | |
aws_subnet.private | |
aws_subnet.private (destroy tainted) | |
aws_subnet.private (destroy) | |
aws_vpc.default | |
provider.aws | |
var.availability_zone | |
aws_subnet.private (destroy tainted) | |
aws_elasticache_subnet_group.test (destroy tainted) | |
aws_route_table_association.private (destroy tainted) | |
provider.aws | |
aws_subnet.private (destroy) | |
aws_elasticache_subnet_group.test (destroy) | |
aws_route_table_association.private (destroy) | |
provider.aws | |
aws_subnet.public | |
aws_subnet.public (destroy tainted) | |
aws_subnet.public (destroy) | |
aws_vpc.default | |
provider.aws | |
var.availability_zone | |
aws_subnet.public (destroy tainted) | |
aws_route_table_association.public (destroy tainted) | |
provider.aws | |
aws_subnet.public (destroy) | |
aws_route_table_association.public (destroy) | |
provider.aws | |
aws_vpc.default | |
aws_vpc.default (destroy tainted) | |
aws_vpc.default (destroy) | |
provider.aws | |
aws_vpc.default (destroy tainted) | |
aws_internet_gateway.default (destroy tainted) | |
aws_route53_zone.main (destroy tainted) | |
aws_route_table.public (destroy tainted) | |
aws_subnet.private (destroy tainted) | |
aws_subnet.public (destroy tainted) | |
provider.aws | |
aws_vpc.default (destroy) | |
aws_internet_gateway.default (destroy) | |
aws_route53_zone.main (destroy) | |
aws_route_table.public (destroy) | |
aws_subnet.private (destroy) | |
aws_subnet.public (destroy) | |
provider.aws | |
provider.aws | |
var.aws_access_key | |
var.aws_secret_key | |
var.region | |
root | |
aws_route53_record.test-cache | |
aws_route_table_association.private | |
aws_route_table_association.public | |
var.availability_zone | |
var.aws_access_key | |
var.aws_secret_key | |
var.region | |
2015/06/03 16:45:57 [TRACE] Graph after step *terraform.PruneDestroyTransformer: | |
aws_elasticache_cluster.test | |
aws_elasticache_subnet_group.test | |
provider.aws | |
aws_elasticache_subnet_group.test | |
aws_subnet.private | |
provider.aws | |
aws_internet_gateway.default | |
aws_vpc.default | |
provider.aws | |
aws_route53_record.test-cache | |
aws_elasticache_cluster.test | |
aws_route53_zone.main | |
provider.aws | |
aws_route53_zone.main | |
aws_vpc.default | |
provider.aws | |
aws_route_table.public | |
aws_internet_gateway.default | |
aws_vpc.default | |
provider.aws | |
aws_route_table_association.private | |
aws_route_table.public | |
aws_subnet.private | |
provider.aws | |
aws_route_table_association.public | |
aws_route_table.public | |
aws_subnet.public | |
provider.aws | |
aws_subnet.private | |
aws_vpc.default | |
provider.aws | |
var.availability_zone | |
aws_subnet.public | |
aws_vpc.default | |
provider.aws | |
var.availability_zone | |
aws_vpc.default | |
provider.aws | |
provider.aws | |
var.aws_access_key | |
var.aws_secret_key | |
var.region | |
root | |
aws_route53_record.test-cache | |
aws_route_table_association.private | |
aws_route_table_association.public | |
var.availability_zone | |
var.aws_access_key | |
var.aws_secret_key | |
var.region | |
2015/06/03 16:45:57 [TRACE] Graph after step *terraform.RootTransformer: | |
aws_elasticache_cluster.test | |
aws_elasticache_subnet_group.test | |
provider.aws | |
aws_elasticache_subnet_group.test | |
aws_subnet.private | |
provider.aws | |
aws_internet_gateway.default | |
aws_vpc.default | |
provider.aws | |
aws_route53_record.test-cache | |
aws_elasticache_cluster.test | |
aws_route53_zone.main | |
provider.aws | |
aws_route53_zone.main | |
aws_vpc.default | |
provider.aws | |
aws_route_table.public | |
aws_internet_gateway.default | |
aws_vpc.default | |
provider.aws | |
aws_route_table_association.private | |
aws_route_table.public | |
aws_subnet.private | |
provider.aws | |
aws_route_table_association.public | |
aws_route_table.public | |
aws_subnet.public | |
provider.aws | |
aws_subnet.private | |
aws_vpc.default | |
provider.aws | |
var.availability_zone | |
aws_subnet.public | |
aws_vpc.default | |
provider.aws | |
var.availability_zone | |
aws_vpc.default | |
provider.aws | |
provider.aws | |
var.aws_access_key | |
var.aws_secret_key | |
var.region | |
root | |
aws_route53_record.test-cache | |
aws_route_table_association.private | |
aws_route_table_association.public | |
var.availability_zone | |
var.aws_access_key | |
var.aws_secret_key | |
var.region | |
2015/06/03 16:45:57 [TRACE] Graph after step *terraform.TransitiveReductionTransformer: | |
aws_elasticache_cluster.test | |
aws_elasticache_subnet_group.test | |
aws_elasticache_subnet_group.test | |
aws_subnet.private | |
aws_internet_gateway.default | |
aws_vpc.default | |
aws_route53_record.test-cache | |
aws_elasticache_cluster.test | |
aws_route53_zone.main | |
aws_route53_zone.main | |
aws_vpc.default | |
aws_route_table.public | |
aws_internet_gateway.default | |
aws_route_table_association.private | |
aws_route_table.public | |
aws_subnet.private | |
aws_route_table_association.public | |
aws_route_table.public | |
aws_subnet.public | |
aws_subnet.private | |
aws_vpc.default | |
var.availability_zone | |
aws_subnet.public | |
aws_vpc.default | |
var.availability_zone | |
aws_vpc.default | |
provider.aws | |
provider.aws | |
var.aws_access_key | |
var.aws_secret_key | |
var.region | |
root | |
aws_route53_record.test-cache | |
aws_route_table_association.private | |
aws_route_table_association.public | |
var.availability_zone | |
var.aws_access_key | |
var.aws_secret_key | |
var.region | |
2015/06/03 16:45:57 [INFO] Starting graph walk: walkApply | |
2015/06/03 16:45:57 [DEBUG] vertex root.var.region: walking | |
2015/06/03 16:45:57 [DEBUG] vertex root.var.region: evaluating | |
2015/06/03 16:45:57 [DEBUG] root: eval: *terraform.EvalNoop | |
2015/06/03 16:45:57 [DEBUG] vertex root.var.aws_access_key: walking | |
2015/06/03 16:45:57 [DEBUG] vertex root.var.aws_access_key: evaluating | |
2015/06/03 16:45:57 [DEBUG] root: eval: *terraform.EvalNoop | |
2015/06/03 16:45:57 [DEBUG] vertex root.var.aws_secret_key: walking | |
2015/06/03 16:45:57 [DEBUG] vertex root.var.aws_secret_key: evaluating | |
2015/06/03 16:45:57 [DEBUG] root: eval: *terraform.EvalNoop | |
2015/06/03 16:45:57 [DEBUG] vertex root.var.availability_zone: walking | |
2015/06/03 16:45:57 [DEBUG] vertex root.var.availability_zone: evaluating | |
2015/06/03 16:45:57 [DEBUG] root: eval: *terraform.EvalNoop | |
2015/06/03 16:45:57 [DEBUG] vertex root.provider.aws: walking | |
2015/06/03 16:45:57 [DEBUG] vertex root.provider.aws: evaluating | |
2015/06/03 16:45:57 [DEBUG] root: eval: *terraform.EvalSequence | |
2015/06/03 16:45:57 [DEBUG] root: eval: *terraform.EvalInitProvider | |
2015/06/03 16:45:57 [DEBUG] root: eval: terraform.EvalNoop | |
2015/06/03 16:45:57 [DEBUG] root: eval: *terraform.EvalOpFilter | |
2015/06/03 16:45:57 [DEBUG] root: eval: *terraform.EvalSequence | |
2015/06/03 16:45:57 [DEBUG] root: eval: *terraform.EvalGetProvider | |
2015/06/03 16:45:57 [DEBUG] root: eval: *terraform.EvalInterpolate | |
2015/06/03 16:45:57 [DEBUG] root: eval: *terraform.EvalBuildProviderConfig | |
2015/06/03 16:45:57 [DEBUG] root: eval: *terraform.EvalValidateProvider | |
2015/06/03 16:45:57 [DEBUG] root: eval: *terraform.EvalConfigProvider | |
2015/06/03 16:45:57 terraform-provider-aws: 2015/06/03 16:45:57 [INFO] Building AWS region structure | |
2015/06/03 16:45:57 terraform-provider-aws: 2015/06/03 16:45:57 [INFO] Building AWS auth structure | |
2015/06/03 16:45:57 terraform-provider-aws: 2015/06/03 16:45:57 [INFO] Initializing ELB connection | |
2015/06/03 16:45:57 terraform-provider-aws: 2015/06/03 16:45:57 [INFO] Initializing S3 connection | |
2015/06/03 16:45:57 terraform-provider-aws: 2015/06/03 16:45:57 [INFO] Initializing SQS connection | |
2015/06/03 16:45:57 terraform-provider-aws: 2015/06/03 16:45:57 [INFO] Initializing SNS connection | |
2015/06/03 16:45:57 terraform-provider-aws: 2015/06/03 16:45:57 [INFO] Initializing RDS Connection | |
2015/06/03 16:45:57 terraform-provider-aws: 2015/06/03 16:45:57 [INFO] Initializing IAM Connection | |
2015/06/03 16:45:57 terraform-provider-aws: 2015/06/03 16:45:57 [INFO] Initializing Kinesis Connection | |
2015/06/03 16:45:57 terraform-provider-aws: 2015/06/03 16:45:57 [INFO] Initializing AutoScaling connection | |
2015/06/03 16:45:57 terraform-provider-aws: 2015/06/03 16:45:57 [INFO] Initializing EC2 Connection | |
2015/06/03 16:45:57 terraform-provider-aws: 2015/06/03 16:45:57 [INFO] Initializing Route 53 connection | |
2015/06/03 16:45:57 terraform-provider-aws: 2015/06/03 16:45:57 [INFO] Initializing Elasticache Connection | |
2015/06/03 16:45:57 [DEBUG] vertex root.aws_vpc.default: walking | |
2015/06/03 16:45:57 [DEBUG] vertex root.aws_vpc.default: evaluating | |
2015/06/03 16:45:57 [DEBUG] root: eval: *terraform.EvalSequence | |
2015/06/03 16:45:57 [DEBUG] root: eval: *terraform.EvalInterpolate | |
2015/06/03 16:45:57 [DEBUG] root: eval: terraform.EvalNoop | |
2015/06/03 16:45:57 [DEBUG] root: eval: *terraform.EvalCountFixZeroOneBoundary | |
2015/06/03 16:45:57 [DEBUG] vertex root.aws_vpc.default: expanding/walking dynamic subgraph | |
2015/06/03 16:45:57 [TRACE] Graph after step *terraform.ResourceCountTransformer: | |
aws_vpc.default | |
2015/06/03 16:45:57 [TRACE] Graph after step *terraform.RootTransformer: | |
aws_vpc.default | |
2015/06/03 16:45:57 [DEBUG] vertex root.aws_vpc.default: walking | |
2015/06/03 16:45:57 [DEBUG] vertex root.aws_vpc.default: evaluating | |
2015/06/03 16:45:57 [DEBUG] root: eval: *terraform.EvalSequence | |
2015/06/03 16:45:57 [DEBUG] root: eval: terraform.EvalNoop | |
2015/06/03 16:45:57 [DEBUG] root: eval: *terraform.EvalInstanceInfo | |
2015/06/03 16:45:57 [DEBUG] root: eval: terraform.EvalNoop | |
2015/06/03 16:45:57 [DEBUG] root: eval: terraform.EvalNoop | |
2015/06/03 16:45:57 [DEBUG] root: eval: terraform.EvalNoop | |
2015/06/03 16:45:57 [DEBUG] root: eval: *terraform.EvalOpFilter | |
2015/06/03 16:45:57 [DEBUG] root: eval: *terraform.EvalSequence | |
2015/06/03 16:45:57 [DEBUG] root: eval: *terraform.EvalReadDiff | |
2015/06/03 16:45:57 [DEBUG] root: eval: *terraform.EvalIf | |
2015/06/03 16:45:57 [DEBUG] root: eval: terraform.EvalNoop | |
2015/06/03 16:45:57 [DEBUG] root: eval: *terraform.EvalIf | |
2015/06/03 16:45:57 [DEBUG] root: eval: *terraform.EvalInterpolate | |
2015/06/03 16:45:57 [DEBUG] root: eval: *terraform.EvalGetProvider | |
2015/06/03 16:45:57 [DEBUG] root: eval: *terraform.EvalReadState | |
2015/06/03 16:45:57 [DEBUG] root: eval: *terraform.EvalDiff | |
2015/06/03 16:45:57 [DEBUG] root: eval: *terraform.EvalReadDiff | |
2015/06/03 16:45:57 [DEBUG] root: eval: *terraform.EvalCompareDiff | |
2015/06/03 16:45:57 [DEBUG] root: eval: *terraform.EvalGetProvider | |
2015/06/03 16:45:57 [DEBUG] root: eval: *terraform.EvalReadState | |
2015/06/03 16:45:57 [DEBUG] root: eval: *terraform.EvalApply | |
2015/06/03 16:45:57 [DEBUG] apply: aws_vpc.default: executing Apply | |
aws_vpc.default: Creating... | |
cidr_block: "" => "10.250.0.0/16" | |
default_network_acl_id: "" => "<computed>" | |
default_security_group_id: "" => "<computed>" | |
dhcp_options_id: "" => "<computed>" | |
enable_dns_hostnames: "" => "<computed>" | |
2015/06/03 16:45:57 terraform-provider-aws: 2015/06/03 16:45:57 [DEBUG] VPC create config: ec2.CreateVPCInput{CIDRBlock:(*string)(0x208ed8700), DryRun:(*bool)(nil), InstanceTenancy:(*string)(0x208ed8750), metadataCreateVPCInput:ec2.metadataCreateVPCInput{SDKShapeTraits:false}} | |
enable_dns_support: "" => "<computed>" | |
main_route_table_id: "" => "<computed>" | |
2015/06/03 16:45:58 terraform-provider-aws: 2015/06/03 16:45:58 [INFO] VPC ID: vpc-5d97af38 | |
2015/06/03 16:45:58 terraform-provider-aws: 2015/06/03 16:45:58 [DEBUG] Waiting for VPC (vpc-5d97af38) to become available | |
2015/06/03 16:45:58 terraform-provider-aws: 2015/06/03 16:45:58 [DEBUG] Waiting for state to become: available | |
2015/06/03 16:45:58 terraform-provider-aws: 2015/06/03 16:45:58 [TRACE] Waiting 100ms before next try | |
2015/06/03 16:45:59 [DEBUG] root: eval: *terraform.EvalWriteState | |
2015/06/03 16:45:59 [DEBUG] root: eval: *terraform.EvalApplyProvisioners | |
2015/06/03 16:45:59 [DEBUG] root: eval: *terraform.EvalIf | |
2015/06/03 16:45:59 [DEBUG] root: eval: *terraform.EvalWriteDiff | |
2015/06/03 16:45:59 [DEBUG] root: eval: *terraform.EvalIf | |
2015/06/03 16:45:59 [DEBUG] root: eval: *terraform.EvalWriteState | |
2015/06/03 16:45:59 [DEBUG] root: eval: *terraform.EvalApplyPost | |
2015/06/03 16:45:59 [DEBUG] root: eval: *terraform.EvalUpdateStateHook | |
aws_vpc.default: Creation complete | |
2015/06/03 16:45:59 [DEBUG] vertex root.aws_internet_gateway.default: walking | |
2015/06/03 16:45:59 [DEBUG] vertex root.aws_internet_gateway.default: evaluating | |
2015/06/03 16:45:59 [DEBUG] root: eval: *terraform.EvalSequence | |
2015/06/03 16:45:59 [DEBUG] root: eval: *terraform.EvalInterpolate | |
2015/06/03 16:45:59 [DEBUG] root: eval: terraform.EvalNoop | |
2015/06/03 16:45:59 [DEBUG] root: eval: *terraform.EvalCountFixZeroOneBoundary | |
2015/06/03 16:45:59 [DEBUG] vertex root.aws_internet_gateway.default: expanding/walking dynamic subgraph | |
2015/06/03 16:45:59 [TRACE] Graph after step *terraform.ResourceCountTransformer: | |
aws_internet_gateway.default | |
2015/06/03 16:45:59 [TRACE] Graph after step *terraform.RootTransformer: | |
aws_internet_gateway.default | |
2015/06/03 16:45:59 [DEBUG] vertex root.aws_route53_zone.main: walking | |
2015/06/03 16:45:59 [DEBUG] vertex root.aws_route53_zone.main: evaluating | |
2015/06/03 16:45:59 [DEBUG] root: eval: *terraform.EvalSequence | |
2015/06/03 16:45:59 [DEBUG] root: eval: *terraform.EvalInterpolate | |
2015/06/03 16:45:59 [DEBUG] root: eval: terraform.EvalNoop | |
2015/06/03 16:45:59 [DEBUG] root: eval: *terraform.EvalCountFixZeroOneBoundary | |
2015/06/03 16:45:59 [DEBUG] vertex root.aws_route53_zone.main: expanding/walking dynamic subgraph | |
2015/06/03 16:45:59 [TRACE] Graph after step *terraform.ResourceCountTransformer: | |
aws_route53_zone.main | |
2015/06/03 16:45:59 [TRACE] Graph after step *terraform.RootTransformer: | |
aws_route53_zone.main | |
2015/06/03 16:45:59 [DEBUG] vertex root.aws_subnet.private: walking | |
2015/06/03 16:45:59 [DEBUG] vertex root.aws_subnet.private: evaluating | |
2015/06/03 16:45:59 [DEBUG] root: eval: *terraform.EvalSequence | |
2015/06/03 16:45:59 [DEBUG] root: eval: *terraform.EvalInterpolate | |
2015/06/03 16:45:59 [DEBUG] root: eval: terraform.EvalNoop | |
2015/06/03 16:45:59 [DEBUG] root: eval: *terraform.EvalCountFixZeroOneBoundary | |
2015/06/03 16:45:59 [DEBUG] vertex root.aws_subnet.private: expanding/walking dynamic subgraph | |
2015/06/03 16:45:59 [TRACE] Graph after step *terraform.ResourceCountTransformer: | |
aws_subnet.private | |
2015/06/03 16:45:59 [TRACE] Graph after step *terraform.RootTransformer: | |
aws_subnet.private | |
2015/06/03 16:45:59 [DEBUG] vertex root.aws_subnet.public: walking | |
2015/06/03 16:45:59 [DEBUG] vertex root.aws_subnet.public: evaluating | |
2015/06/03 16:45:59 [DEBUG] root: eval: *terraform.EvalSequence | |
2015/06/03 16:45:59 [DEBUG] root: eval: *terraform.EvalInterpolate | |
2015/06/03 16:45:59 [DEBUG] root: eval: terraform.EvalNoop | |
2015/06/03 16:45:59 [DEBUG] root: eval: *terraform.EvalCountFixZeroOneBoundary | |
2015/06/03 16:45:59 [DEBUG] vertex root.aws_subnet.public: expanding/walking dynamic subgraph | |
2015/06/03 16:45:59 [TRACE] Graph after step *terraform.ResourceCountTransformer: | |
aws_subnet.public | |
2015/06/03 16:45:59 [TRACE] Graph after step *terraform.RootTransformer: | |
aws_subnet.public | |
2015/06/03 16:45:59 [DEBUG] vertex root.aws_internet_gateway.default: walking | |
2015/06/03 16:45:59 [DEBUG] vertex root.aws_internet_gateway.default: evaluating | |
2015/06/03 16:45:59 [DEBUG] root: eval: *terraform.EvalSequence | |
2015/06/03 16:45:59 [DEBUG] root: eval: terraform.EvalNoop | |
2015/06/03 16:45:59 [DEBUG] root: eval: *terraform.EvalInstanceInfo | |
2015/06/03 16:45:59 [DEBUG] root: eval: terraform.EvalNoop | |
2015/06/03 16:45:59 [DEBUG] root: eval: terraform.EvalNoop | |
2015/06/03 16:45:59 [DEBUG] root: eval: terraform.EvalNoop | |
2015/06/03 16:45:59 [DEBUG] root: eval: *terraform.EvalOpFilter | |
2015/06/03 16:45:59 [DEBUG] root: eval: *terraform.EvalSequence | |
2015/06/03 16:45:59 [DEBUG] root: eval: *terraform.EvalReadDiff | |
2015/06/03 16:45:59 [DEBUG] root: eval: *terraform.EvalIf | |
2015/06/03 16:45:59 [DEBUG] root: eval: terraform.EvalNoop | |
2015/06/03 16:45:59 [DEBUG] root: eval: *terraform.EvalIf | |
2015/06/03 16:45:59 [DEBUG] root: eval: *terraform.EvalInterpolate | |
2015/06/03 16:45:59 [DEBUG] root: eval: *terraform.EvalGetProvider | |
2015/06/03 16:45:59 [DEBUG] root: eval: *terraform.EvalReadState | |
2015/06/03 16:45:59 [DEBUG] root: eval: *terraform.EvalDiff | |
2015/06/03 16:45:59 [DEBUG] vertex root.aws_route53_zone.main: walking | |
2015/06/03 16:45:59 [DEBUG] vertex root.aws_route53_zone.main: evaluating | |
2015/06/03 16:45:59 [DEBUG] root: eval: *terraform.EvalSequence | |
2015/06/03 16:45:59 [DEBUG] root: eval: terraform.EvalNoop | |
2015/06/03 16:45:59 [DEBUG] root: eval: *terraform.EvalInstanceInfo | |
2015/06/03 16:45:59 [DEBUG] root: eval: terraform.EvalNoop | |
2015/06/03 16:45:59 [DEBUG] root: eval: terraform.EvalNoop | |
2015/06/03 16:45:59 [DEBUG] root: eval: terraform.EvalNoop | |
2015/06/03 16:45:59 [DEBUG] root: eval: *terraform.EvalOpFilter | |
2015/06/03 16:45:59 [DEBUG] root: eval: *terraform.EvalSequence | |
2015/06/03 16:45:59 [DEBUG] root: eval: *terraform.EvalReadDiff | |
2015/06/03 16:45:59 [DEBUG] root: eval: *terraform.EvalIf | |
2015/06/03 16:45:59 [DEBUG] root: eval: terraform.EvalNoop | |
2015/06/03 16:45:59 [DEBUG] root: eval: *terraform.EvalIf | |
2015/06/03 16:45:59 [DEBUG] root: eval: *terraform.EvalInterpolate | |
2015/06/03 16:45:59 [DEBUG] root: eval: *terraform.EvalGetProvider | |
2015/06/03 16:45:59 [DEBUG] root: eval: *terraform.EvalReadState | |
2015/06/03 16:45:59 [DEBUG] root: eval: *terraform.EvalDiff | |
2015/06/03 16:45:59 [DEBUG] vertex root.aws_subnet.private: walking | |
2015/06/03 16:45:59 [DEBUG] vertex root.aws_subnet.private: evaluating | |
2015/06/03 16:45:59 [DEBUG] root: eval: *terraform.EvalSequence | |
2015/06/03 16:45:59 [DEBUG] root: eval: terraform.EvalNoop | |
2015/06/03 16:45:59 [DEBUG] root: eval: *terraform.EvalInstanceInfo | |
2015/06/03 16:45:59 [DEBUG] root: eval: terraform.EvalNoop | |
2015/06/03 16:45:59 [DEBUG] root: eval: terraform.EvalNoop | |
2015/06/03 16:45:59 [DEBUG] root: eval: terraform.EvalNoop | |
2015/06/03 16:45:59 [DEBUG] root: eval: *terraform.EvalOpFilter | |
2015/06/03 16:45:59 [DEBUG] root: eval: *terraform.EvalSequence | |
2015/06/03 16:45:59 [DEBUG] root: eval: *terraform.EvalReadDiff | |
2015/06/03 16:45:59 [DEBUG] root: eval: *terraform.EvalIf | |
2015/06/03 16:45:59 [DEBUG] root: eval: terraform.EvalNoop | |
2015/06/03 16:45:59 [DEBUG] root: eval: *terraform.EvalIf | |
2015/06/03 16:45:59 [DEBUG] root: eval: *terraform.EvalInterpolate | |
2015/06/03 16:45:59 [DEBUG] root: eval: *terraform.EvalGetProvider | |
2015/06/03 16:45:59 [DEBUG] root: eval: *terraform.EvalReadState | |
2015/06/03 16:45:59 [DEBUG] root: eval: *terraform.EvalDiff | |
2015/06/03 16:45:59 [DEBUG] vertex root.aws_subnet.public: walking | |
2015/06/03 16:45:59 [DEBUG] vertex root.aws_subnet.public: evaluating | |
2015/06/03 16:45:59 [DEBUG] root: eval: *terraform.EvalSequence | |
2015/06/03 16:45:59 [DEBUG] root: eval: terraform.EvalNoop | |
2015/06/03 16:45:59 [DEBUG] root: eval: *terraform.EvalInstanceInfo | |
2015/06/03 16:45:59 [DEBUG] root: eval: terraform.EvalNoop | |
2015/06/03 16:45:59 [DEBUG] root: eval: terraform.EvalNoop | |
2015/06/03 16:45:59 [DEBUG] root: eval: terraform.EvalNoop | |
2015/06/03 16:45:59 [DEBUG] root: eval: *terraform.EvalOpFilter | |
2015/06/03 16:45:59 [DEBUG] root: eval: *terraform.EvalSequence | |
2015/06/03 16:45:59 [DEBUG] root: eval: *terraform.EvalReadDiff | |
2015/06/03 16:45:59 [DEBUG] root: eval: *terraform.EvalIf | |
2015/06/03 16:45:59 [DEBUG] root: eval: terraform.EvalNoop | |
2015/06/03 16:45:59 [DEBUG] root: eval: *terraform.EvalIf | |
2015/06/03 16:45:59 [DEBUG] root: eval: *terraform.EvalInterpolate | |
2015/06/03 16:45:59 [DEBUG] root: eval: *terraform.EvalGetProvider | |
2015/06/03 16:45:59 [DEBUG] root: eval: *terraform.EvalReadState | |
2015/06/03 16:45:59 [DEBUG] root: eval: *terraform.EvalDiff | |
2015/06/03 16:45:59 [DEBUG] root: eval: *terraform.EvalReadDiff | |
2015/06/03 16:45:59 [DEBUG] root: eval: *terraform.EvalCompareDiff | |
2015/06/03 16:45:59 [DEBUG] root: eval: *terraform.EvalGetProvider | |
2015/06/03 16:45:59 [DEBUG] root: eval: *terraform.EvalReadState | |
2015/06/03 16:45:59 [DEBUG] root: eval: *terraform.EvalApply | |
2015/06/03 16:45:59 [DEBUG] apply: aws_internet_gateway.default: executing Apply | |
aws_internet_gateway.default: Creating... | |
vpc_id: "" => "vpc-5d97af38" | |
2015/06/03 16:45:59 [DEBUG] root: eval: *terraform.EvalReadDiff | |
2015/06/03 16:45:59 [DEBUG] root: eval: *terraform.EvalCompareDiff | |
2015/06/03 16:45:59 [DEBUG] root: eval: *terraform.EvalGetProvider | |
2015/06/03 16:45:59 [DEBUG] root: eval: *terraform.EvalReadState | |
2015/06/03 16:45:59 [DEBUG] root: eval: *terraform.EvalApply | |
2015/06/03 16:45:59 [DEBUG] apply: aws_route53_zone.main: executing Apply | |
2015/06/03 16:45:59 [DEBUG] root: eval: *terraform.EvalReadDiff | |
2015/06/03 16:45:59 [DEBUG] root: eval: *terraform.EvalCompareDiff | |
2015/06/03 16:45:59 [DEBUG] root: eval: *terraform.EvalGetProvider | |
2015/06/03 16:45:59 [DEBUG] root: eval: *terraform.EvalReadState | |
2015/06/03 16:45:59 [DEBUG] root: eval: *terraform.EvalApply | |
2015/06/03 16:45:59 [DEBUG] apply: aws_subnet.private: executing Apply | |
2015/06/03 16:45:59 terraform-provider-aws: 2015/06/03 16:45:59 [DEBUG] Creating internet gateway | |
2015/06/03 16:45:59 [DEBUG] root: eval: *terraform.EvalReadDiff | |
2015/06/03 16:45:59 [DEBUG] root: eval: *terraform.EvalCompareDiff | |
2015/06/03 16:45:59 [DEBUG] root: eval: *terraform.EvalGetProvider | |
2015/06/03 16:45:59 [DEBUG] root: eval: *terraform.EvalReadState | |
2015/06/03 16:45:59 [DEBUG] root: eval: *terraform.EvalApply | |
2015/06/03 16:45:59 [DEBUG] apply: aws_subnet.public: executing Apply | |
aws_route53_zone.main: Creating... | |
2015/06/03 16:45:59 terraform-provider-aws: 2015/06/03 16:45:59 [DEBUG] Creating Route53 hosted zone: test.infra | |
comment: "" => "Managed by Terraform" | |
name: "" => "test.infra" | |
name_servers.#: "" => "<computed>" | |
vpc_id: "" => "vpc-5d97af38" | |
vpc_region: "" => "<computed>" | |
zone_id: "" => "<computed>" | |
aws_subnet.private: Creating... | |
availability_zone: "" => "us-east-1e" | |
cidr_block: "" => "10.250.3.0/24" | |
map_public_ip_on_launch: "" => "1" | |
vpc_id: "" => "vpc-5d97af38" | |
aws_subnet.public: Creating... | |
availability_zone: "" => "us-east-1e" | |
cidr_block: "" => "10.250.2.0/24" | |
map_public_ip_on_launch: "" => "1" | |
vpc_id: "" => "vpc-5d97af38" | |
2015/06/03 16:45:59 terraform-provider-aws: 2015/06/03 16:45:59 [INFO] InternetGateway ID: igw-df4d3eba | |
2015/06/03 16:45:59 terraform-provider-aws: 2015/06/03 16:45:59 [INFO] Attaching Internet Gateway 'igw-df4d3eba' to VPC 'vpc-5d97af38' | |
2015/06/03 16:46:00 terraform-provider-aws: 2015/06/03 16:46:00 [INFO] Subnet ID: subnet-c22b2ff8 | |
2015/06/03 16:46:00 terraform-provider-aws: 2015/06/03 16:46:00 [DEBUG] Waiting for subnet (subnet-c22b2ff8) to become available | |
2015/06/03 16:46:00 terraform-provider-aws: 2015/06/03 16:46:00 [DEBUG] Waiting for state to become: available | |
2015/06/03 16:46:00 terraform-provider-aws: 2015/06/03 16:46:00 [TRACE] Waiting 100ms before next try | |
2015/06/03 16:46:00 terraform-provider-aws: 2015/06/03 16:46:00 [DEBUG] Waiting for internet gateway (igw-df4d3eba) to attach | |
2015/06/03 16:46:00 terraform-provider-aws: 2015/06/03 16:46:00 [DEBUG] Waiting for state to become: available | |
2015/06/03 16:46:00 terraform-provider-aws: 2015/06/03 16:46:00 [TRACE] Waiting 100ms before next try | |
2015/06/03 16:46:00 terraform-provider-aws: 2015/06/03 16:46:00 [INFO] Subnet ID: subnet-c32b2ff9 | |
2015/06/03 16:46:00 terraform-provider-aws: 2015/06/03 16:46:00 [DEBUG] Waiting for subnet (subnet-c32b2ff9) to become available | |
2015/06/03 16:46:00 terraform-provider-aws: 2015/06/03 16:46:00 [DEBUG] Waiting for state to become: available | |
2015/06/03 16:46:00 terraform-provider-aws: 2015/06/03 16:46:00 [TRACE] Waiting 100ms before next try | |
2015/06/03 16:46:00 [DEBUG] root: eval: *terraform.EvalWriteState | |
2015/06/03 16:46:00 [DEBUG] root: eval: *terraform.EvalApplyProvisioners | |
2015/06/03 16:46:00 [DEBUG] root: eval: *terraform.EvalIf | |
2015/06/03 16:46:00 [DEBUG] root: eval: *terraform.EvalWriteDiff | |
2015/06/03 16:46:00 [DEBUG] root: eval: *terraform.EvalIf | |
2015/06/03 16:46:00 [DEBUG] root: eval: *terraform.EvalWriteState | |
2015/06/03 16:46:00 [DEBUG] root: eval: *terraform.EvalApplyPost | |
2015/06/03 16:46:00 [DEBUG] root: eval: *terraform.EvalUpdateStateHook | |
aws_internet_gateway.default: Creation complete | |
2015/06/03 16:46:00 [DEBUG] vertex root.aws_route_table.public: walking | |
2015/06/03 16:46:00 [DEBUG] vertex root.aws_route_table.public: evaluating | |
2015/06/03 16:46:00 [DEBUG] root: eval: *terraform.EvalSequence | |
2015/06/03 16:46:00 [DEBUG] root: eval: *terraform.EvalInterpolate | |
2015/06/03 16:46:00 [DEBUG] root: eval: terraform.EvalNoop | |
2015/06/03 16:46:00 [DEBUG] root: eval: *terraform.EvalCountFixZeroOneBoundary | |
2015/06/03 16:46:00 [DEBUG] vertex root.aws_route_table.public: expanding/walking dynamic subgraph | |
2015/06/03 16:46:00 [TRACE] Graph after step *terraform.ResourceCountTransformer: | |
aws_route_table.public | |
2015/06/03 16:46:00 [TRACE] Graph after step *terraform.RootTransformer: | |
aws_route_table.public | |
2015/06/03 16:46:00 [DEBUG] vertex root.aws_route_table.public: walking | |
2015/06/03 16:46:00 [DEBUG] vertex root.aws_route_table.public: evaluating | |
2015/06/03 16:46:00 [DEBUG] root: eval: *terraform.EvalSequence | |
2015/06/03 16:46:00 [DEBUG] root: eval: terraform.EvalNoop | |
2015/06/03 16:46:00 [DEBUG] root: eval: *terraform.EvalInstanceInfo | |
2015/06/03 16:46:00 [DEBUG] root: eval: terraform.EvalNoop | |
2015/06/03 16:46:00 [DEBUG] root: eval: terraform.EvalNoop | |
2015/06/03 16:46:00 [DEBUG] root: eval: terraform.EvalNoop | |
2015/06/03 16:46:00 [DEBUG] root: eval: *terraform.EvalOpFilter | |
2015/06/03 16:46:00 [DEBUG] root: eval: *terraform.EvalSequence | |
2015/06/03 16:46:00 [DEBUG] root: eval: *terraform.EvalReadDiff | |
2015/06/03 16:46:00 [DEBUG] root: eval: *terraform.EvalIf | |
2015/06/03 16:46:00 [DEBUG] root: eval: terraform.EvalNoop | |
2015/06/03 16:46:00 [DEBUG] root: eval: *terraform.EvalIf | |
2015/06/03 16:46:00 [DEBUG] root: eval: *terraform.EvalInterpolate | |
2015/06/03 16:46:00 [DEBUG] root: eval: *terraform.EvalGetProvider | |
2015/06/03 16:46:00 [DEBUG] root: eval: *terraform.EvalReadState | |
2015/06/03 16:46:00 [DEBUG] root: eval: *terraform.EvalDiff | |
2015/06/03 16:46:00 [DEBUG] root: eval: *terraform.EvalReadDiff | |
2015/06/03 16:46:00 [DEBUG] root: eval: *terraform.EvalCompareDiff | |
2015/06/03 16:46:00 [DEBUG] root: eval: *terraform.EvalGetProvider | |
2015/06/03 16:46:00 [DEBUG] root: eval: *terraform.EvalReadState | |
2015/06/03 16:46:00 [DEBUG] root: eval: *terraform.EvalApply | |
2015/06/03 16:46:00 [DEBUG] apply: aws_route_table.public: executing Apply | |
aws_route_table.public: Creating... | |
route.#: "" => "1" | |
2015/06/03 16:46:00 terraform-provider-aws: 2015/06/03 16:46:00 [DEBUG] RouteTable create config: &ec2.CreateRouteTableInput{DryRun:(*bool)(nil), VPCID:(*string)(0x209060f30), metadataCreateRouteTableInput:ec2.metadataCreateRouteTableInput{SDKShapeTraits:false}} | |
route.667264665.cidr_block: "" => "0.0.0.0/0" | |
route.667264665.gateway_id: "" => "igw-df4d3eba" | |
route.667264665.instance_id: "" => "" | |
route.667264665.network_interface_id: "" => "" | |
route.667264665.vpc_peering_connection_id: "" => "" | |
vpc_id: "" => "vpc-5d97af38" | |
2015/06/03 16:46:00 terraform-provider-aws: 2015/06/03 16:46:00 [DEBUG] Subnet modify attributes: &ec2.ModifySubnetAttributeInput{MapPublicIPOnLaunch:(*ec2.AttributeBooleanValue)(0x209061d80), SubnetID:(*string)(0x209061d30), metadataModifySubnetAttributeInput:ec2.metadataModifySubnetAttributeInput{SDKShapeTraits:false}} | |
2015/06/03 16:46:00 terraform-provider-aws: 2015/06/03 16:46:00 [DEBUG] Subnet modify attributes: &ec2.ModifySubnetAttributeInput{MapPublicIPOnLaunch:(*ec2.AttributeBooleanValue)(0x20917ebb0), SubnetID:(*string)(0x20917eb70), metadataModifySubnetAttributeInput:ec2.metadataModifySubnetAttributeInput{SDKShapeTraits:false}} | |
2015/06/03 16:46:00 terraform-provider-aws: 2015/06/03 16:46:00 [INFO] Route Table ID: rtb-35554e50 | |
2015/06/03 16:46:00 terraform-provider-aws: 2015/06/03 16:46:00 [DEBUG] Waiting for route table (rtb-35554e50) to become available | |
2015/06/03 16:46:00 terraform-provider-aws: 2015/06/03 16:46:00 [DEBUG] Waiting for state to become: ready | |
2015/06/03 16:46:00 terraform-provider-aws: 2015/06/03 16:46:00 [TRACE] Waiting 100ms before next try | |
2015/06/03 16:46:00 terraform-provider-aws: 2015/06/03 16:46:00 [DEBUG] Waiting for state to become: INSYNC | |
2015/06/03 16:46:00 [DEBUG] root: eval: *terraform.EvalWriteState | |
2015/06/03 16:46:00 [DEBUG] root: eval: *terraform.EvalApplyProvisioners | |
2015/06/03 16:46:00 [DEBUG] root: eval: *terraform.EvalIf | |
2015/06/03 16:46:00 [DEBUG] root: eval: *terraform.EvalWriteDiff | |
2015/06/03 16:46:00 [DEBUG] root: eval: *terraform.EvalIf | |
2015/06/03 16:46:00 [DEBUG] root: eval: *terraform.EvalWriteState | |
2015/06/03 16:46:00 [DEBUG] root: eval: *terraform.EvalApplyPost | |
2015/06/03 16:46:00 [DEBUG] root: eval: *terraform.EvalUpdateStateHook | |
aws_subnet.private: Creation complete | |
2015/06/03 16:46:00 [DEBUG] vertex root.aws_elasticache_subnet_group.test: walking | |
2015/06/03 16:46:00 [DEBUG] vertex root.aws_elasticache_subnet_group.test: evaluating | |
2015/06/03 16:46:00 [DEBUG] root: eval: *terraform.EvalSequence | |
2015/06/03 16:46:00 [DEBUG] root: eval: *terraform.EvalInterpolate | |
2015/06/03 16:46:00 [DEBUG] root: eval: terraform.EvalNoop | |
2015/06/03 16:46:00 [DEBUG] root: eval: *terraform.EvalCountFixZeroOneBoundary | |
2015/06/03 16:46:00 [DEBUG] vertex root.aws_elasticache_subnet_group.test: expanding/walking dynamic subgraph | |
2015/06/03 16:46:00 [TRACE] Graph after step *terraform.ResourceCountTransformer: | |
aws_elasticache_subnet_group.test | |
2015/06/03 16:46:00 [TRACE] Graph after step *terraform.RootTransformer: | |
aws_elasticache_subnet_group.test | |
2015/06/03 16:46:00 [DEBUG] vertex root.aws_elasticache_subnet_group.test: walking | |
2015/06/03 16:46:00 [DEBUG] vertex root.aws_elasticache_subnet_group.test: evaluating | |
2015/06/03 16:46:00 [DEBUG] root: eval: *terraform.EvalSequence | |
2015/06/03 16:46:00 [DEBUG] root: eval: terraform.EvalNoop | |
2015/06/03 16:46:00 [DEBUG] root: eval: *terraform.EvalInstanceInfo | |
2015/06/03 16:46:00 [DEBUG] root: eval: terraform.EvalNoop | |
2015/06/03 16:46:00 [DEBUG] root: eval: terraform.EvalNoop | |
2015/06/03 16:46:00 [DEBUG] root: eval: terraform.EvalNoop | |
2015/06/03 16:46:00 [DEBUG] root: eval: *terraform.EvalOpFilter | |
2015/06/03 16:46:00 [DEBUG] root: eval: *terraform.EvalSequence | |
2015/06/03 16:46:00 [DEBUG] root: eval: *terraform.EvalReadDiff | |
2015/06/03 16:46:00 [DEBUG] root: eval: *terraform.EvalIf | |
2015/06/03 16:46:00 [DEBUG] root: eval: terraform.EvalNoop | |
2015/06/03 16:46:00 [DEBUG] root: eval: *terraform.EvalIf | |
2015/06/03 16:46:00 [DEBUG] root: eval: *terraform.EvalInterpolate | |
2015/06/03 16:46:00 [DEBUG] root: eval: *terraform.EvalGetProvider | |
2015/06/03 16:46:00 [DEBUG] root: eval: *terraform.EvalReadState | |
2015/06/03 16:46:00 [DEBUG] root: eval: *terraform.EvalDiff | |
2015/06/03 16:46:00 [DEBUG] root: eval: *terraform.EvalReadDiff | |
2015/06/03 16:46:00 [DEBUG] root: eval: *terraform.EvalCompareDiff | |
2015/06/03 16:46:00 [DEBUG] root: eval: *terraform.EvalGetProvider | |
2015/06/03 16:46:00 [DEBUG] root: eval: *terraform.EvalReadState | |
2015/06/03 16:46:00 [DEBUG] root: eval: *terraform.EvalApply | |
2015/06/03 16:46:00 [DEBUG] apply: aws_elasticache_subnet_group.test: executing Apply | |
aws_elasticache_subnet_group.test: Creating... | |
2015/06/03 16:46:00 terraform-provider-aws: 2015/06/03 16:46:00 [DEBUG] Cache subnet group create: name: test, description: Test Redis Subnet Group | |
description: "" => "Test Redis Subnet Group" | |
name: "" => "test" | |
subnet_ids.#: "" => "1" | |
subnet_ids.1785243354: "" => "subnet-c22b2ff8" | |
2015/06/03 16:46:00 terraform-provider-aws: 2015/06/03 16:46:00 [INFO] Creating route for rtb-35554e50: ec2.CreateRouteInput{DestinationCIDRBlock:(*string)(0x20914f3b0), DryRun:(*bool)(nil), GatewayID:(*string)(0x20914f3c0), InstanceID:(*string)(0x20914f3e0), NetworkInterfaceID:(*string)(0x20914f400), RouteTableID:(*string)(0x20914f3a0), VPCPeeringConnectionID:(*string)(0x20914f3f0), metadataCreateRouteInput:ec2.metadataCreateRouteInput{SDKShapeTraits:false}} | |
2015/06/03 16:46:00 [DEBUG] root: eval: *terraform.EvalWriteState | |
2015/06/03 16:46:00 [DEBUG] root: eval: *terraform.EvalApplyProvisioners | |
2015/06/03 16:46:00 [DEBUG] root: eval: *terraform.EvalIf | |
2015/06/03 16:46:00 [DEBUG] root: eval: *terraform.EvalWriteDiff | |
2015/06/03 16:46:00 [DEBUG] root: eval: *terraform.EvalIf | |
2015/06/03 16:46:00 [DEBUG] root: eval: *terraform.EvalWriteState | |
2015/06/03 16:46:00 [DEBUG] root: eval: *terraform.EvalApplyPost | |
aws_subnet.public: Creation complete | |
2015/06/03 16:46:00 [DEBUG] root: eval: *terraform.EvalUpdateStateHook | |
2015/06/03 16:46:01 [DEBUG] root: eval: *terraform.EvalWriteState | |
2015/06/03 16:46:01 [DEBUG] root: eval: *terraform.EvalApplyProvisioners | |
2015/06/03 16:46:01 [DEBUG] root: eval: *terraform.EvalIf | |
2015/06/03 16:46:01 [DEBUG] root: eval: *terraform.EvalWriteDiff | |
2015/06/03 16:46:01 [DEBUG] root: eval: *terraform.EvalIf | |
2015/06/03 16:46:01 [DEBUG] root: eval: *terraform.EvalWriteState | |
2015/06/03 16:46:01 [DEBUG] root: eval: *terraform.EvalApplyPost | |
2015/06/03 16:46:01 [DEBUG] root: eval: *terraform.EvalUpdateStateHook | |
aws_route_table.public: Creation complete | |
2015/06/03 16:46:01 [DEBUG] vertex root.aws_route_table_association.private: walking | |
2015/06/03 16:46:01 [DEBUG] vertex root.aws_route_table_association.private: evaluating | |
2015/06/03 16:46:01 [DEBUG] root: eval: *terraform.EvalSequence | |
2015/06/03 16:46:01 [DEBUG] root: eval: *terraform.EvalInterpolate | |
2015/06/03 16:46:01 [DEBUG] root: eval: terraform.EvalNoop | |
2015/06/03 16:46:01 [DEBUG] root: eval: *terraform.EvalCountFixZeroOneBoundary | |
2015/06/03 16:46:01 [DEBUG] vertex root.aws_route_table_association.private: expanding/walking dynamic subgraph | |
2015/06/03 16:46:01 [TRACE] Graph after step *terraform.ResourceCountTransformer: | |
aws_route_table_association.private | |
2015/06/03 16:46:01 [TRACE] Graph after step *terraform.RootTransformer: | |
aws_route_table_association.private | |
2015/06/03 16:46:01 [DEBUG] vertex root.aws_route_table_association.public: walking | |
2015/06/03 16:46:01 [DEBUG] vertex root.aws_route_table_association.public: evaluating | |
2015/06/03 16:46:01 [DEBUG] root: eval: *terraform.EvalSequence | |
2015/06/03 16:46:01 [DEBUG] root: eval: *terraform.EvalInterpolate | |
2015/06/03 16:46:01 [DEBUG] root: eval: terraform.EvalNoop | |
2015/06/03 16:46:01 [DEBUG] root: eval: *terraform.EvalCountFixZeroOneBoundary | |
2015/06/03 16:46:01 [DEBUG] vertex root.aws_route_table_association.public: expanding/walking dynamic subgraph | |
2015/06/03 16:46:01 [TRACE] Graph after step *terraform.ResourceCountTransformer: | |
aws_route_table_association.public | |
2015/06/03 16:46:01 [TRACE] Graph after step *terraform.RootTransformer: | |
aws_route_table_association.public | |
2015/06/03 16:46:01 [DEBUG] vertex root.aws_route_table_association.private: walking | |
2015/06/03 16:46:01 [DEBUG] vertex root.aws_route_table_association.private: evaluating | |
2015/06/03 16:46:01 [DEBUG] root: eval: *terraform.EvalSequence | |
2015/06/03 16:46:01 [DEBUG] root: eval: terraform.EvalNoop | |
2015/06/03 16:46:01 [DEBUG] root: eval: *terraform.EvalInstanceInfo | |
2015/06/03 16:46:01 [DEBUG] root: eval: terraform.EvalNoop | |
2015/06/03 16:46:01 [DEBUG] root: eval: terraform.EvalNoop | |
2015/06/03 16:46:01 [DEBUG] root: eval: terraform.EvalNoop | |
2015/06/03 16:46:01 [DEBUG] root: eval: *terraform.EvalOpFilter | |
2015/06/03 16:46:01 [DEBUG] root: eval: *terraform.EvalSequence | |
2015/06/03 16:46:01 [DEBUG] root: eval: *terraform.EvalReadDiff | |
2015/06/03 16:46:01 [DEBUG] root: eval: *terraform.EvalIf | |
2015/06/03 16:46:01 [DEBUG] root: eval: terraform.EvalNoop | |
2015/06/03 16:46:01 [DEBUG] root: eval: *terraform.EvalIf | |
2015/06/03 16:46:01 [DEBUG] root: eval: *terraform.EvalInterpolate | |
2015/06/03 16:46:01 [DEBUG] root: eval: *terraform.EvalGetProvider | |
2015/06/03 16:46:01 [DEBUG] root: eval: *terraform.EvalReadState | |
2015/06/03 16:46:01 [DEBUG] root: eval: *terraform.EvalDiff | |
2015/06/03 16:46:01 [DEBUG] vertex root.aws_route_table_association.public: walking | |
2015/06/03 16:46:01 [DEBUG] vertex root.aws_route_table_association.public: evaluating | |
2015/06/03 16:46:01 [DEBUG] root: eval: *terraform.EvalSequence | |
2015/06/03 16:46:01 [DEBUG] root: eval: terraform.EvalNoop | |
2015/06/03 16:46:01 [DEBUG] root: eval: *terraform.EvalInstanceInfo | |
2015/06/03 16:46:01 [DEBUG] root: eval: terraform.EvalNoop | |
2015/06/03 16:46:01 [DEBUG] root: eval: terraform.EvalNoop | |
2015/06/03 16:46:01 [DEBUG] root: eval: terraform.EvalNoop | |
2015/06/03 16:46:01 [DEBUG] root: eval: *terraform.EvalOpFilter | |
2015/06/03 16:46:01 [DEBUG] root: eval: *terraform.EvalSequence | |
2015/06/03 16:46:01 [DEBUG] root: eval: *terraform.EvalReadDiff | |
2015/06/03 16:46:01 [DEBUG] root: eval: *terraform.EvalIf | |
2015/06/03 16:46:01 [DEBUG] root: eval: terraform.EvalNoop | |
2015/06/03 16:46:01 [DEBUG] root: eval: *terraform.EvalIf | |
2015/06/03 16:46:01 [DEBUG] root: eval: *terraform.EvalInterpolate | |
2015/06/03 16:46:01 [DEBUG] root: eval: *terraform.EvalGetProvider | |
2015/06/03 16:46:01 [DEBUG] root: eval: *terraform.EvalReadState | |
2015/06/03 16:46:01 [DEBUG] root: eval: *terraform.EvalDiff | |
2015/06/03 16:46:01 [DEBUG] root: eval: *terraform.EvalReadDiff | |
2015/06/03 16:46:01 [DEBUG] root: eval: *terraform.EvalCompareDiff | |
2015/06/03 16:46:01 [DEBUG] root: eval: *terraform.EvalGetProvider | |
2015/06/03 16:46:01 [DEBUG] root: eval: *terraform.EvalReadState | |
2015/06/03 16:46:01 [DEBUG] root: eval: *terraform.EvalApply | |
2015/06/03 16:46:01 [DEBUG] apply: aws_route_table_association.private: executing Apply | |
2015/06/03 16:46:01 [DEBUG] root: eval: *terraform.EvalReadDiff | |
2015/06/03 16:46:01 [DEBUG] root: eval: *terraform.EvalCompareDiff | |
2015/06/03 16:46:01 [DEBUG] root: eval: *terraform.EvalGetProvider | |
2015/06/03 16:46:01 [DEBUG] root: eval: *terraform.EvalReadState | |
2015/06/03 16:46:01 [DEBUG] root: eval: *terraform.EvalApply | |
2015/06/03 16:46:01 [DEBUG] apply: aws_route_table_association.public: executing Apply | |
2015/06/03 16:46:01 terraform-provider-aws: 2015/06/03 16:46:01 [INFO] Creating route table association: subnet-c22b2ff8 => rtb-35554e50 | |
aws_route_table_association.private: Creating... | |
2015/06/03 16:46:01 terraform-provider-aws: 2015/06/03 16:46:01 [INFO] Creating route table association: subnet-c32b2ff9 => rtb-35554e50 | |
route_table_id: "" => "rtb-35554e50" | |
subnet_id: "" => "subnet-c22b2ff8" | |
aws_route_table_association.public: Creating... | |
route_table_id: "" => "rtb-35554e50" | |
subnet_id: "" => "subnet-c32b2ff9" | |
2015/06/03 16:46:01 terraform-provider-aws: 2015/06/03 16:46:01 [INFO] Association ID: rtbassoc-57e63b33 | |
2015/06/03 16:46:01 [DEBUG] root: eval: *terraform.EvalWriteState | |
2015/06/03 16:46:01 [DEBUG] root: eval: *terraform.EvalApplyProvisioners | |
2015/06/03 16:46:01 [DEBUG] root: eval: *terraform.EvalIf | |
2015/06/03 16:46:01 [DEBUG] root: eval: *terraform.EvalWriteDiff | |
2015/06/03 16:46:01 [DEBUG] root: eval: *terraform.EvalIf | |
2015/06/03 16:46:01 [DEBUG] root: eval: *terraform.EvalWriteState | |
2015/06/03 16:46:01 [DEBUG] root: eval: *terraform.EvalApplyPost | |
2015/06/03 16:46:01 [DEBUG] root: eval: *terraform.EvalUpdateStateHook | |
aws_route_table_association.public: Creation complete | |
2015/06/03 16:46:01 terraform-provider-aws: 2015/06/03 16:46:01 [INFO] Association ID: rtbassoc-50e63b34 | |
2015/06/03 16:46:01 [DEBUG] root: eval: *terraform.EvalWriteState | |
2015/06/03 16:46:01 [DEBUG] root: eval: *terraform.EvalApplyProvisioners | |
2015/06/03 16:46:01 [DEBUG] root: eval: *terraform.EvalIf | |
2015/06/03 16:46:01 [DEBUG] root: eval: *terraform.EvalWriteDiff | |
2015/06/03 16:46:01 [DEBUG] root: eval: *terraform.EvalIf | |
2015/06/03 16:46:01 [DEBUG] root: eval: *terraform.EvalWriteState | |
2015/06/03 16:46:01 [DEBUG] root: eval: *terraform.EvalApplyPost | |
2015/06/03 16:46:01 [DEBUG] root: eval: *terraform.EvalUpdateStateHook | |
aws_route_table_association.private: Creation complete | |
2015/06/03 16:46:02 [DEBUG] root: eval: *terraform.EvalWriteState | |
2015/06/03 16:46:02 [DEBUG] root: eval: *terraform.EvalApplyProvisioners | |
2015/06/03 16:46:02 [DEBUG] root: eval: *terraform.EvalIf | |
2015/06/03 16:46:02 [DEBUG] root: eval: *terraform.EvalWriteDiff | |
2015/06/03 16:46:02 [DEBUG] root: eval: *terraform.EvalIf | |
2015/06/03 16:46:02 [DEBUG] root: eval: *terraform.EvalWriteState | |
2015/06/03 16:46:02 [DEBUG] root: eval: *terraform.EvalApplyPost | |
2015/06/03 16:46:02 [DEBUG] root: eval: *terraform.EvalUpdateStateHook | |
aws_elasticache_subnet_group.test: Creation complete | |
2015/06/03 16:46:02 [DEBUG] vertex root.aws_elasticache_cluster.test: walking | |
2015/06/03 16:46:02 [DEBUG] vertex root.aws_elasticache_cluster.test: evaluating | |
2015/06/03 16:46:02 [DEBUG] root: eval: *terraform.EvalSequence | |
2015/06/03 16:46:02 [DEBUG] root: eval: *terraform.EvalInterpolate | |
2015/06/03 16:46:02 [DEBUG] root: eval: terraform.EvalNoop | |
2015/06/03 16:46:02 [DEBUG] root: eval: *terraform.EvalCountFixZeroOneBoundary | |
2015/06/03 16:46:02 [DEBUG] vertex root.aws_elasticache_cluster.test: expanding/walking dynamic subgraph | |
2015/06/03 16:46:02 [TRACE] Graph after step *terraform.ResourceCountTransformer: | |
aws_elasticache_cluster.test | |
2015/06/03 16:46:02 [TRACE] Graph after step *terraform.RootTransformer: | |
aws_elasticache_cluster.test | |
2015/06/03 16:46:02 [DEBUG] vertex root.aws_elasticache_cluster.test: walking | |
2015/06/03 16:46:02 [DEBUG] vertex root.aws_elasticache_cluster.test: evaluating | |
2015/06/03 16:46:02 [DEBUG] root: eval: *terraform.EvalSequence | |
2015/06/03 16:46:02 [DEBUG] root: eval: terraform.EvalNoop | |
2015/06/03 16:46:02 [DEBUG] root: eval: *terraform.EvalInstanceInfo | |
2015/06/03 16:46:02 [DEBUG] root: eval: terraform.EvalNoop | |
2015/06/03 16:46:02 [DEBUG] root: eval: terraform.EvalNoop | |
2015/06/03 16:46:02 [DEBUG] root: eval: terraform.EvalNoop | |
2015/06/03 16:46:02 [DEBUG] root: eval: *terraform.EvalOpFilter | |
2015/06/03 16:46:02 [DEBUG] root: eval: *terraform.EvalSequence | |
2015/06/03 16:46:02 [DEBUG] root: eval: *terraform.EvalReadDiff | |
2015/06/03 16:46:02 [DEBUG] root: eval: *terraform.EvalIf | |
2015/06/03 16:46:02 [DEBUG] root: eval: terraform.EvalNoop | |
2015/06/03 16:46:02 [DEBUG] root: eval: *terraform.EvalIf | |
2015/06/03 16:46:02 [DEBUG] root: eval: *terraform.EvalInterpolate | |
2015/06/03 16:46:02 [DEBUG] root: eval: *terraform.EvalGetProvider | |
2015/06/03 16:46:02 [DEBUG] root: eval: *terraform.EvalReadState | |
2015/06/03 16:46:02 [DEBUG] root: eval: *terraform.EvalDiff | |
2015/06/03 16:46:02 [DEBUG] root: eval: *terraform.EvalReadDiff | |
2015/06/03 16:46:02 [DEBUG] root: eval: *terraform.EvalCompareDiff | |
2015/06/03 16:46:02 [DEBUG] root: eval: *terraform.EvalGetProvider | |
2015/06/03 16:46:02 [DEBUG] root: eval: *terraform.EvalReadState | |
2015/06/03 16:46:02 [DEBUG] root: eval: *terraform.EvalApply | |
2015/06/03 16:46:02 [DEBUG] apply: aws_elasticache_cluster.test: executing Apply | |
aws_elasticache_cluster.test: Creating... | |
cache_nodes.#: "" => "<computed>" | |
cluster_id: "" => "test" | |
engine: "" => "redis" | |
engine_version: "" => "2.8.19" | |
node_type: "" => "cache.t2.micro" | |
num_cache_nodes: "" => "1" | |
parameter_group_name: "" => "default.redis2.8" | |
port: "" => "11211" | |
security_group_ids.#: "" => "<computed>" | |
security_group_names.#: "" => "<computed>" | |
subnet_group_name: "" => "test" | |
2015/06/03 16:46:02 terraform-provider-aws: 2015/06/03 16:46:02 [DEBUG] Waiting for state to become available: | |
2015/06/03 16:46:02 terraform-provider-aws: 2015/06/03 16:46:02 [DEBUG] Waiting for state to become: available | |
2015/06/03 16:46:12 terraform-provider-aws: 2015/06/03 16:46:12 [TRACE] Waiting 3s before next try | |
2015/06/03 16:46:16 terraform-provider-aws: 2015/06/03 16:46:16 [DEBUG] status: available | |
2015/06/03 16:46:17 terraform-provider-aws: 2015/06/03 16:46:17 [DEBUG] Error retreiving tags for ARN: arn:aws:elasticache:us-east-1:530887305170:cluster:test | |
2015/06/03 16:46:17 [DEBUG] root: eval: *terraform.EvalWriteState | |
2015/06/03 16:46:17 [DEBUG] root: eval: *terraform.EvalApplyProvisioners | |
2015/06/03 16:46:17 [DEBUG] root: eval: *terraform.EvalIf | |
2015/06/03 16:46:17 [DEBUG] root: eval: *terraform.EvalWriteDiff | |
2015/06/03 16:46:17 [DEBUG] root: eval: *terraform.EvalIf | |
2015/06/03 16:46:17 [DEBUG] root: eval: *terraform.EvalWriteState | |
2015/06/03 16:46:17 [DEBUG] root: eval: *terraform.EvalApplyPost | |
2015/06/03 16:46:17 [DEBUG] root: eval: *terraform.EvalUpdateStateHook | |
aws_elasticache_cluster.test: Creation complete | |
2015/06/03 16:46:30 terraform-provider-aws: 2015/06/03 16:46:30 [TRACE] Waiting 2s before next try | |
2015/06/03 16:46:32 terraform-provider-aws: 2015/06/03 16:46:32 [TRACE] Waiting 2s before next try | |
2015/06/03 16:46:34 terraform-provider-aws: 2015/06/03 16:46:34 [TRACE] Waiting 2s before next try | |
2015/06/03 16:46:37 terraform-provider-aws: 2015/06/03 16:46:37 [TRACE] Waiting 2s before next try | |
2015/06/03 16:46:39 terraform-provider-aws: 2015/06/03 16:46:39 [TRACE] Waiting 2s before next try | |
2015/06/03 16:46:41 terraform-provider-aws: 2015/06/03 16:46:41 [TRACE] Waiting 3.2s before next try | |
2015/06/03 16:46:44 terraform-provider-aws: 2015/06/03 16:46:44 [TRACE] Waiting 6.4s before next try | |
2015/06/03 16:46:51 terraform-provider-aws: 2015/06/03 16:46:51 [TRACE] Waiting 10s before next try | |
2015/06/03 16:47:01 terraform-provider-aws: 2015/06/03 16:47:01 [TRACE] Waiting 10s before next try | |
2015/06/03 16:47:11 terraform-provider-aws: 2015/06/03 16:47:11 [TRACE] Waiting 10s before next try | |
2015/06/03 16:47:21 terraform-provider-aws: 2015/06/03 16:47:21 [TRACE] Waiting 10s before next try | |
2015/06/03 16:47:31 terraform-provider-aws: 2015/06/03 16:47:31 [TRACE] Waiting 10s before next try | |
2015/06/03 16:47:42 terraform-provider-aws: 2015/06/03 16:47:42 [TRACE] Waiting 10s before next try | |
2015/06/03 16:47:52 terraform-provider-aws: 2015/06/03 16:47:52 [TRACE] Waiting 10s before next try | |
2015/06/03 16:48:03 [DEBUG] root: eval: *terraform.EvalWriteState | |
2015/06/03 16:48:03 [DEBUG] root: eval: *terraform.EvalApplyProvisioners | |
2015/06/03 16:48:03 [DEBUG] root: eval: *terraform.EvalIf | |
2015/06/03 16:48:03 [DEBUG] root: eval: *terraform.EvalWriteDiff | |
2015/06/03 16:48:03 [DEBUG] root: eval: *terraform.EvalIf | |
2015/06/03 16:48:03 [DEBUG] root: eval: *terraform.EvalWriteState | |
2015/06/03 16:48:03 [DEBUG] root: eval: *terraform.EvalApplyPost | |
2015/06/03 16:48:03 [DEBUG] root: eval: *terraform.EvalUpdateStateHook | |
aws_route53_zone.main: Creation complete | |
2015/06/03 16:48:03 [DEBUG] vertex root.aws_route53_record.test-cache: walking | |
2015/06/03 16:48:03 [DEBUG] vertex root.aws_route53_record.test-cache: evaluating | |
2015/06/03 16:48:03 [DEBUG] root: eval: *terraform.EvalSequence | |
2015/06/03 16:48:03 [DEBUG] root: eval: *terraform.EvalInterpolate | |
2015/06/03 16:48:03 [DEBUG] root: eval: terraform.EvalNoop | |
2015/06/03 16:48:03 [DEBUG] root: eval: *terraform.EvalCountFixZeroOneBoundary | |
2015/06/03 16:48:03 [DEBUG] vertex root.aws_route53_record.test-cache: expanding/walking dynamic subgraph | |
2015/06/03 16:48:03 [TRACE] Graph after step *terraform.ResourceCountTransformer: | |
aws_route53_record.test-cache | |
2015/06/03 16:48:03 [TRACE] Graph after step *terraform.RootTransformer: | |
aws_route53_record.test-cache | |
2015/06/03 16:48:03 [DEBUG] vertex root.aws_route53_record.test-cache: walking | |
2015/06/03 16:48:03 [DEBUG] vertex root.aws_route53_record.test-cache: evaluating | |
2015/06/03 16:48:03 [DEBUG] root: eval: *terraform.EvalSequence | |
2015/06/03 16:48:03 [DEBUG] root: eval: terraform.EvalNoop | |
2015/06/03 16:48:03 [DEBUG] root: eval: *terraform.EvalInstanceInfo | |
2015/06/03 16:48:03 [DEBUG] root: eval: terraform.EvalNoop | |
2015/06/03 16:48:03 [DEBUG] root: eval: terraform.EvalNoop | |
2015/06/03 16:48:03 [DEBUG] root: eval: terraform.EvalNoop | |
2015/06/03 16:48:03 [DEBUG] root: eval: *terraform.EvalOpFilter | |
2015/06/03 16:48:03 [DEBUG] root: eval: *terraform.EvalSequence | |
2015/06/03 16:48:03 [DEBUG] root: eval: *terraform.EvalReadDiff | |
2015/06/03 16:48:03 [DEBUG] root: eval: *terraform.EvalIf | |
2015/06/03 16:48:03 [DEBUG] root: eval: terraform.EvalNoop | |
2015/06/03 16:48:03 [DEBUG] root: eval: *terraform.EvalIf | |
2015/06/03 16:48:03 [DEBUG] root: eval: *terraform.EvalInterpolate | |
2015/06/03 16:48:03 [ERROR] root: eval: *terraform.EvalInterpolate, err: Resource 'aws_elasticache_cluster.test' does not have attribute 'cache_nodes.0.address' for variable 'aws_elasticache_cluster.test.cache_nodes.0.address' | |
2015/06/03 16:48:03 [ERROR] root: eval: *terraform.EvalSequence, err: Resource 'aws_elasticache_cluster.test' does not have attribute 'cache_nodes.0.address' for variable 'aws_elasticache_cluster.test.cache_nodes.0.address' | |
2015/06/03 16:48:03 [ERROR] root: eval: *terraform.EvalOpFilter, err: Resource 'aws_elasticache_cluster.test' does not have attribute 'cache_nodes.0.address' for variable 'aws_elasticache_cluster.test.cache_nodes.0.address' | |
2015/06/03 16:48:03 [ERROR] root: eval: *terraform.EvalSequence, err: Resource 'aws_elasticache_cluster.test' does not have attribute 'cache_nodes.0.address' for variable 'aws_elasticache_cluster.test.cache_nodes.0.address' | |
2015/06/03 16:48:03 waiting for all plugin processes to complete... | |
Error applying plan: | |
1 error(s) occurred: | |
* 1 error(s) occurred: | |
* Resource 'aws_elasticache_cluster.test' does not have attribute 'cache_nodes.0.address' for variable 'aws_elasticache_cluster.test.cache_nodes.0.address' | |
Terraform does not automatically rollback in the face of errors. | |
Instead, your Terraform state file has been partially updated with | |
any resources that successfully completed. Please address the error | |
above and apply again to incrementally change your infrastructure. | |
2015/06/03 16:48:03 [DEBUG] /usr/local/bin/terraform-provider-aws: plugin process exited |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment