Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error when adjusting security groups #830

Closed
blakeblackshear opened this issue Jan 17, 2015 · 4 comments
Closed

Error when adjusting security groups #830

blakeblackshear opened this issue Jan 17, 2015 · 4 comments

Comments

@blakeblackshear
Copy link

I decided to add a security group which caused an error when calling plan for an existing stack:

2015/01/17 07:48:17 [INFO] Terraform version: 0.3.6  4e11ed4327fa638a4c2587489a8660c69beb4047+CHANGES
2015/01/17 07:48:17 Detected home directory from env var: /Users/blake
2015/01/17 07:48:17 [DEBUG] Discoverd plugin: atlas = /Users/blake/terraform/terraform-provider-atlas
2015/01/17 07:48:17 [DEBUG] Discoverd plugin: aws = /Users/blake/terraform/terraform-provider-aws
2015/01/17 07:48:17 [DEBUG] Discoverd plugin: cloudflare = /Users/blake/terraform/terraform-provider-cloudflare
2015/01/17 07:48:17 [DEBUG] Discoverd plugin: cloudstack = /Users/blake/terraform/terraform-provider-cloudstack
2015/01/17 07:48:17 [DEBUG] Discoverd plugin: consul = /Users/blake/terraform/terraform-provider-consul
2015/01/17 07:48:17 [DEBUG] Discoverd plugin: digitalocean = /Users/blake/terraform/terraform-provider-digitalocean
2015/01/17 07:48:17 [DEBUG] Discoverd plugin: dnsimple = /Users/blake/terraform/terraform-provider-dnsimple
2015/01/17 07:48:17 [DEBUG] Discoverd plugin: google = /Users/blake/terraform/terraform-provider-google
2015/01/17 07:48:17 [DEBUG] Discoverd plugin: heroku = /Users/blake/terraform/terraform-provider-heroku
2015/01/17 07:48:17 [DEBUG] Discoverd plugin: mailgun = /Users/blake/terraform/terraform-provider-mailgun
2015/01/17 07:48:17 [DEBUG] Discoverd plugin: null = /Users/blake/terraform/terraform-provider-null
2015/01/17 07:48:17 [DEBUG] Discoverd plugin: file = /Users/blake/terraform/terraform-provisioner-file
2015/01/17 07:48:17 [DEBUG] Discoverd plugin: local-exec = /Users/blake/terraform/terraform-provisioner-local-exec
2015/01/17 07:48:17 [DEBUG] Discoverd plugin: remote-exec = /Users/blake/terraform/terraform-provisioner-remote-exec
2015/01/17 07:48:17 Detected home directory from env var: /Users/blake
2015/01/17 07:48:17 [DEBUG] Attempting to open CLI config file: /Users/blake/.terraformrc
2015/01/17 07:48:17 [DEBUG] File doesn't exist, but doesn't need to. Ignoring.
2015/01/17 07:48:17 [DEBUG] Creating graph for path: [root]
2015/01/17 07:48:17 [DEBUG] Starting plugin: /Users/blake/terraform/terraform-provider-aws []string{"/Users/blake/terraform/terraform-provider-aws"}
2015/01/17 07:48:17 Detected home directory from env var: /Users/blake
2015/01/17 07:48:17 [DEBUG] Waiting for RPC address for: /Users/blake/terraform/terraform-provider-aws
2015/01/17 07:48:17 terraform-provider-aws: 2015/01/17 07:48:17 Plugin address: unix /var/folders/g4/46rg0hts6hl0gkslzq1www900000gn/T/tf-plugin376785553
2015/01/17 07:48:17 [DEBUG] Graph [root] created and valid. 19 nouns.
2015/01/17 07:48:17 [INFO] Validating provider: aws
2015/01/17 07:48:17 [DEBUG] aws_vpc.catalog: expanding to count = 1
2015/01/17 07:48:17 [INFO] Validating resource: aws_vpc.catalog
2015/01/17 07:48:17 [DEBUG] aws_security_group.external_ssh_access: expanding to count = 1
2015/01/17 07:48:17 [DEBUG] aws_security_group.nat: expanding to count = 1
2015/01/17 07:48:17 [DEBUG] aws_subnet.nat_1: expanding to count = 1
2015/01/17 07:48:17 [DEBUG] aws_internet_gateway.gw: expanding to count = 1
2015/01/17 07:48:17 [DEBUG] aws_security_group.consul_agent: expanding to count = 1
2015/01/17 07:48:17 [DEBUG] aws_security_group.consul_server: expanding to count = 1
2015/01/17 07:48:17 [DEBUG] aws_subnet.consul_three: expanding to count = 1
2015/01/17 07:48:17 [DEBUG] aws_subnet.consul_two: expanding to count = 1
2015/01/17 07:48:17 [DEBUG] aws_subnet.consul_one: expanding to count = 1
2015/01/17 07:48:17 [INFO] Validating resource: aws_security_group.external_ssh_access
2015/01/17 07:48:17 [INFO] Validating resource: aws_security_group.nat
2015/01/17 07:48:17 [INFO] Validating resource: aws_subnet.nat_1
2015/01/17 07:48:17 [INFO] Validating resource: aws_internet_gateway.gw
2015/01/17 07:48:17 [INFO] Validating resource: aws_security_group.consul_agent
2015/01/17 07:48:17 [INFO] Validating resource: aws_security_group.consul_server
2015/01/17 07:48:17 [INFO] Validating resource: aws_subnet.consul_three
2015/01/17 07:48:17 [INFO] Validating resource: aws_subnet.consul_two
2015/01/17 07:48:17 [INFO] Validating resource: aws_subnet.consul_one
2015/01/17 07:48:17 [DEBUG] aws_security_group.internal_ssh_access: expanding to count = 1
2015/01/17 07:48:17 [INFO] Validating resource: aws_security_group.internal_ssh_access
2015/01/17 07:48:17 [DEBUG] aws_route_table.public_internet: expanding to count = 1
2015/01/17 07:48:17 [INFO] Validating resource: aws_route_table.public_internet
2015/01/17 07:48:17 [DEBUG] aws_launch_configuration.consul_launch_configuration: expanding to count = 1
2015/01/17 07:48:17 [INFO] Validating resource: aws_launch_configuration.consul_launch_configuration
2015/01/17 07:48:17 [DEBUG] aws_instance.nat_1: expanding to count = 1
2015/01/17 07:48:17 [INFO] Validating resource: aws_instance.nat_1
2015/01/17 07:48:17 [DEBUG] aws_autoscaling_group.consul: expanding to count = 1
2015/01/17 07:48:17 [INFO] Validating resource: aws_autoscaling_group.consul
2015/01/17 07:48:17 [DEBUG] aws_eip.nat_1: expanding to count = 1
2015/01/17 07:48:17 [DEBUG] aws_route_table.private_internet: expanding to count = 1
2015/01/17 07:48:17 [INFO] Validating resource: aws_eip.nat_1
2015/01/17 07:48:17 [INFO] Validating resource: aws_route_table.private_internet
2015/01/17 07:48:17 [DEBUG] Creating graph for path: [root]
2015/01/17 07:48:17 [DEBUG] Graph [root] created and valid. 19 nouns.
2015/01/17 07:48:17 [DEBUG] Creating graph for path: [root]
2015/01/17 07:48:17 [DEBUG] Graph [root] created and valid. 19 nouns.
2015/01/17 07:48:17 [INFO] Configuring provider: aws
2015/01/17 07:48:17 terraform-provider-aws: 2015/01/17 07:48:17 [INFO] Building AWS auth structure
2015/01/17 07:48:17 terraform-provider-aws: 2015/01/17 07:48:17 [INFO] Building AWS region structure
2015/01/17 07:48:17 terraform-provider-aws: 2015/01/17 07:48:17 [INFO] Initializing EC2 connection
2015/01/17 07:48:17 terraform-provider-aws: 2015/01/17 07:48:17 [INFO] Initializing ELB connection
2015/01/17 07:48:17 terraform-provider-aws: 2015/01/17 07:48:17 [INFO] Initializing AutoScaling connection
2015/01/17 07:48:17 terraform-provider-aws: 2015/01/17 07:48:17 [INFO] Initializing S3 connection
2015/01/17 07:48:17 terraform-provider-aws: 2015/01/17 07:48:17 [INFO] Initializing RDS connection
2015/01/17 07:48:17 terraform-provider-aws: 2015/01/17 07:48:17 [INFO] Initializing Route53 connection
2015/01/17 07:48:17 [DEBUG] aws_vpc.catalog: expanding to count = 1
2015/01/17 07:48:17 [INFO] Module root walking: aws_vpc.catalog (Graph node: aws_vpc.catalog)
2015/01/17 07:48:18 [DEBUG] aws_security_group.external_ssh_access: expanding to count = 1
2015/01/17 07:48:18 [DEBUG] aws_security_group.nat: expanding to count = 1
2015/01/17 07:48:18 [DEBUG] aws_subnet.nat_1: expanding to count = 1
2015/01/17 07:48:18 [DEBUG] aws_internet_gateway.gw: expanding to count = 1
2015/01/17 07:48:18 [DEBUG] aws_security_group.consul_agent: expanding to count = 1
2015/01/17 07:48:18 [DEBUG] aws_security_group.consul_server: expanding to count = 1
2015/01/17 07:48:18 [DEBUG] aws_subnet.consul_three: expanding to count = 1
2015/01/17 07:48:18 [DEBUG] aws_subnet.consul_two: expanding to count = 1
2015/01/17 07:48:18 [DEBUG] aws_subnet.consul_one: expanding to count = 1
2015/01/17 07:48:18 [INFO] Module root walking: aws_security_group.external_ssh_access (Graph node: aws_security_group.external_ssh_access)
2015/01/17 07:48:18 [DEBUG] aws_security_group.external_ssh_access: Not refreshing, ID is empty
2015/01/17 07:48:18 [INFO] Module root walking: aws_security_group.nat (Graph node: aws_security_group.nat)
2015/01/17 07:48:18 [INFO] Module root walking: aws_subnet.nat_1 (Graph node: aws_subnet.nat_1)
2015/01/17 07:48:18 [INFO] Module root walking: aws_internet_gateway.gw (Graph node: aws_internet_gateway.gw)
2015/01/17 07:48:18 [INFO] Module root walking: aws_security_group.consul_agent (Graph node: aws_security_group.consul_agent)
2015/01/17 07:48:18 [INFO] Module root walking: aws_security_group.consul_server (Graph node: aws_security_group.consul_server)
2015/01/17 07:48:18 [INFO] Module root walking: aws_subnet.consul_three (Graph node: aws_subnet.consul_three)
2015/01/17 07:48:18 [INFO] Module root walking: aws_subnet.consul_two (Graph node: aws_subnet.consul_two)
2015/01/17 07:48:18 [INFO] Module root walking: aws_subnet.consul_one (Graph node: aws_subnet.consul_one)
2015/01/17 07:48:18 [DEBUG] aws_route_table.public_internet: expanding to count = 1
2015/01/17 07:48:18 [INFO] Module root walking: aws_route_table.public_internet (Graph node: aws_route_table.public_internet)
2015/01/17 07:48:18 [DEBUG] aws_security_group.internal_ssh_access: expanding to count = 1
2015/01/17 07:48:18 [INFO] Module root walking: aws_security_group.internal_ssh_access (Graph node: aws_security_group.internal_ssh_access)
2015/01/17 07:48:18 [DEBUG] aws_security_group.internal_ssh_access: Not refreshing, ID is empty
2015/01/17 07:48:18 [DEBUG] aws_launch_configuration.consul_launch_configuration: expanding to count = 1
2015/01/17 07:48:18 [INFO] Module root walking: aws_launch_configuration.consul_launch_configuration (Graph node: aws_launch_configuration.consul_launch_configuration)
2015/01/17 07:48:18 terraform-provider-aws: 2015/01/17 07:48:18 [DEBUG] launch configuration describe configuration: autoscaling.DescribeLaunchConfigurations{Names:[]string{"consul_launch_configuration"}}
2015/01/17 07:48:18 [DEBUG] aws_instance.nat_1: expanding to count = 1
2015/01/17 07:48:18 [INFO] Module root walking: aws_instance.nat_1 (Graph node: aws_instance.nat_1)
2015/01/17 07:48:18 [DEBUG] aws_autoscaling_group.consul: expanding to count = 1
2015/01/17 07:48:18 [INFO] Module root walking: aws_autoscaling_group.consul (Graph node: aws_autoscaling_group.consul)
2015/01/17 07:48:18 terraform-provider-aws: 2015/01/17 07:48:18 [DEBUG] AutoScaling Group describe configuration: autoscaling.DescribeAutoScalingGroups{Names:[]string{"consul_asg"}}
2015/01/17 07:48:19 [DEBUG] aws_eip.nat_1: expanding to count = 1
2015/01/17 07:48:19 [DEBUG] aws_route_table.private_internet: expanding to count = 1
2015/01/17 07:48:19 [INFO] Module root walking: aws_eip.nat_1 (Graph node: aws_eip.nat_1)
2015/01/17 07:48:19 [INFO] Module root walking: aws_route_table.private_internet (Graph node: aws_route_table.private_internet)
2015/01/17 07:48:19 terraform-provider-aws: 2015/01/17 07:48:19 [DEBUG] EIP describe configuration: []string{"eipalloc-e677cc83"}, []string{} (domain: vpc)
2015/01/17 07:48:19 [INFO] Writing state output to: terraform.tfstate
2015/01/17 07:48:19 [INFO] Writing backup state to: terraform.tfstate.backup
2015/01/17 07:48:19 [DEBUG] Creating graph for path: [root]
2015/01/17 07:48:19 [DEBUG] Graph [root] created and valid. 19 nouns.
2015/01/17 07:48:19 [INFO] Configuring provider: aws
2015/01/17 07:48:19 terraform-provider-aws: 2015/01/17 07:48:19 [INFO] Building AWS auth structure
2015/01/17 07:48:19 terraform-provider-aws: 2015/01/17 07:48:19 [INFO] Building AWS region structure
2015/01/17 07:48:19 terraform-provider-aws: 2015/01/17 07:48:19 [INFO] Initializing EC2 connection
2015/01/17 07:48:19 terraform-provider-aws: 2015/01/17 07:48:19 [INFO] Initializing ELB connection
2015/01/17 07:48:19 terraform-provider-aws: 2015/01/17 07:48:19 [INFO] Initializing AutoScaling connection
2015/01/17 07:48:19 terraform-provider-aws: 2015/01/17 07:48:19 [INFO] Initializing S3 connection
2015/01/17 07:48:19 terraform-provider-aws: 2015/01/17 07:48:19 [INFO] Initializing RDS connection
2015/01/17 07:48:19 terraform-provider-aws: 2015/01/17 07:48:19 [INFO] Initializing Route53 connection
2015/01/17 07:48:19 [DEBUG] aws_vpc.catalog: expanding to count = 1
2015/01/17 07:48:19 [INFO] Module root walking: aws_vpc.catalog (Graph node: aws_vpc.catalog)
2015/01/17 07:48:19 [DEBUG] aws_vpc.catalog: Executing diff
2015/01/17 07:48:19 [DEBUG] aws_security_group.external_ssh_access: expanding to count = 1
2015/01/17 07:48:19 [DEBUG] aws_security_group.nat: expanding to count = 1
2015/01/17 07:48:19 [DEBUG] aws_subnet.nat_1: expanding to count = 1
2015/01/17 07:48:19 [DEBUG] aws_internet_gateway.gw: expanding to count = 1
2015/01/17 07:48:19 [DEBUG] aws_security_group.consul_agent: expanding to count = 1
2015/01/17 07:48:19 [DEBUG] aws_security_group.consul_server: expanding to count = 1
2015/01/17 07:48:19 [DEBUG] aws_subnet.consul_three: expanding to count = 1
2015/01/17 07:48:19 [DEBUG] aws_subnet.consul_two: expanding to count = 1
2015/01/17 07:48:19 [DEBUG] aws_subnet.consul_one: expanding to count = 1
2015/01/17 07:48:19 [INFO] Module root walking: aws_security_group.external_ssh_access (Graph node: aws_security_group.external_ssh_access)
2015/01/17 07:48:19 [DEBUG] aws_security_group.external_ssh_access: Executing diff
2015/01/17 07:48:19 [INFO] Module root walking: aws_security_group.nat (Graph node: aws_security_group.nat)
2015/01/17 07:48:19 [DEBUG] aws_security_group.nat: Executing diff
2015/01/17 07:48:19 [INFO] Module root walking: aws_subnet.nat_1 (Graph node: aws_subnet.nat_1)
2015/01/17 07:48:19 [DEBUG] aws_subnet.nat_1: Executing diff
2015/01/17 07:48:19 [INFO] Module root walking: aws_internet_gateway.gw (Graph node: aws_internet_gateway.gw)
2015/01/17 07:48:19 [DEBUG] aws_internet_gateway.gw: Executing diff
2015/01/17 07:48:19 [INFO] Module root walking: aws_security_group.consul_agent (Graph node: aws_security_group.consul_agent)
2015/01/17 07:48:19 [DEBUG] aws_security_group.consul_agent: Executing diff
2015/01/17 07:48:19 [INFO] Module root walking: aws_security_group.consul_server (Graph node: aws_security_group.consul_server)
2015/01/17 07:48:19 [DEBUG] aws_security_group.consul_server: Executing diff
2015/01/17 07:48:19 [INFO] Module root walking: aws_subnet.consul_three (Graph node: aws_subnet.consul_three)
2015/01/17 07:48:19 [DEBUG] aws_subnet.consul_three: Executing diff
2015/01/17 07:48:19 [INFO] Module root walking: aws_subnet.consul_two (Graph node: aws_subnet.consul_two)
2015/01/17 07:48:19 [DEBUG] aws_subnet.consul_two: Executing diff
2015/01/17 07:48:19 [INFO] Module root walking: aws_subnet.consul_one (Graph node: aws_subnet.consul_one)
2015/01/17 07:48:19 [DEBUG] aws_subnet.consul_one: Executing diff
2015/01/17 07:48:19 [DEBUG] aws_security_group.external_ssh_access: Diff: &terraform.InstanceDiff{Attributes:map[string]*terraform.ResourceAttrDiff{"owner_id":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Type:0x0}, "vpc_id":*terraform.ResourceAttrDiff{Old:"", New:"vpc-fa93ff9f", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Type:0x0}, "description":*terraform.ResourceAttrDiff{Old:"", New:"allow ssh from outside to nat instances", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Type:0x0}, "ingress.2551330357.cidr_blocks.#":*terraform.ResourceAttrDiff{Old:"", New:"2", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Type:0x0}, "name":*terraform.ResourceAttrDiff{Old:"", New:"external_ssh_access", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Type:0x0}, "ingress.2551330357.to_port":*terraform.ResourceAttrDiff{Old:"", New:"22", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Type:0x0}, "ingress.2551330357.protocol":*terraform.ResourceAttrDiff{Old:"", New:"tcp", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Type:0x0}, "ingress.2551330357.from_port":*terraform.ResourceAttrDiff{Old:"", New:"22", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Type:0x0}, "ingress.#":*terraform.ResourceAttrDiff{Old:"", New:"1", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Type:0x0}, "ingress.2551330357.cidr_blocks.1":*terraform.ResourceAttrDiff{Old:"", New:"67.177.166.184/32", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Type:0x0}, "ingress.2551330357.cidr_blocks.0":*terraform.ResourceAttrDiff{Old:"", New:"98.240.50.117/32", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Type:0x0}, "id":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Type:0x2}, "ingress.2551330357.security_groups.#":*terraform.ResourceAttrDiff{Old:"", New:"0", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Type:0x0}, "ingress.2551330357.self":*terraform.ResourceAttrDiff{Old:"", New:"0", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Type:0x0}}, Destroy:false, DestroyTainted:false}
2015/01/17 07:48:19 [DEBUG] aws_security_group.nat: Diff: &terraform.InstanceDiff{Attributes:map[string]*terraform.ResourceAttrDiff{"ingress.932931986.protocol":*terraform.ResourceAttrDiff{Old:"udp", New:"udp", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Type:0x0}, "ingress.932931986.from_port":*terraform.ResourceAttrDiff{Old:"0", New:"0", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Type:0x0}, "ingress.932931986.to_port":*terraform.ResourceAttrDiff{Old:"65535", New:"65535", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Type:0x0}, "ingress.49477401.from_port":*terraform.ResourceAttrDiff{Old:"0", New:"0", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Type:0x0}, "ingress.932931986.cidr_blocks.#":*terraform.ResourceAttrDiff{Old:"1", New:"1", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Type:0x0}, "ingress.932931986.self":*terraform.ResourceAttrDiff{Old:"0", New:"0", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Type:0x0}, "ingress.932931986.security_groups.#":*terraform.ResourceAttrDiff{Old:"0", New:"0", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Type:0x0}, "ingress.49477401.cidr_blocks.#":*terraform.ResourceAttrDiff{Old:"1", New:"1", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Type:0x0}, "ingress.49477401.self":*terraform.ResourceAttrDiff{Old:"0", New:"0", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Type:0x0}, "ingress.49477401.protocol":*terraform.ResourceAttrDiff{Old:"tcp", New:"tcp", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Type:0x0}, "ingress.49477401.cidr_blocks.0":*terraform.ResourceAttrDiff{Old:"10.0.0.0/16", New:"10.0.0.0/16", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Type:0x0}, "ingress.932931986.cidr_blocks.0":*terraform.ResourceAttrDiff{Old:"10.0.0.0/16", New:"10.0.0.0/16", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Type:0x0}, "ingress.49477401.security_groups.#":*terraform.ResourceAttrDiff{Old:"0", New:"0", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Type:0x0}, "ingress.#":*terraform.ResourceAttrDiff{Old:"3", New:"2", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Type:0x0}, "ingress.49477401.to_port":*terraform.ResourceAttrDiff{Old:"65535", New:"65535", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Type:0x0}}, Destroy:false, DestroyTainted:false}
2015/01/17 07:48:19 [DEBUG] aws_subnet.nat_1: Diff: &terraform.InstanceDiff{Attributes:map[string]*terraform.ResourceAttrDiff{"map_public_ip_on_launch":*terraform.ResourceAttrDiff{Old:"0", New:"", NewComputed:false, NewRemoved:true, NewExtra:interface {}(nil), RequiresNew:false, Type:0x0}}, Destroy:false, DestroyTainted:false}
2015/01/17 07:48:19 [DEBUG] aws_subnet.consul_three: Diff: &terraform.InstanceDiff{Attributes:map[string]*terraform.ResourceAttrDiff{"map_public_ip_on_launch":*terraform.ResourceAttrDiff{Old:"0", New:"", NewComputed:false, NewRemoved:true, NewExtra:interface {}(nil), RequiresNew:false, Type:0x0}}, Destroy:false, DestroyTainted:false}
2015/01/17 07:48:19 [DEBUG] aws_subnet.consul_two: Diff: &terraform.InstanceDiff{Attributes:map[string]*terraform.ResourceAttrDiff{"map_public_ip_on_launch":*terraform.ResourceAttrDiff{Old:"0", New:"", NewComputed:false, NewRemoved:true, NewExtra:interface {}(nil), RequiresNew:false, Type:0x0}}, Destroy:false, DestroyTainted:false}
2015/01/17 07:48:19 [DEBUG] aws_subnet.consul_one: Diff: &terraform.InstanceDiff{Attributes:map[string]*terraform.ResourceAttrDiff{"map_public_ip_on_launch":*terraform.ResourceAttrDiff{Old:"0", New:"", NewComputed:false, NewRemoved:true, NewExtra:interface {}(nil), RequiresNew:false, Type:0x0}}, Destroy:false, DestroyTainted:false}
2015/01/17 07:48:19 [DEBUG] aws_security_group.internal_ssh_access: expanding to count = 1
2015/01/17 07:48:19 [INFO] Module root walking: aws_security_group.internal_ssh_access (Graph node: aws_security_group.internal_ssh_access)
2015/01/17 07:48:19 [DEBUG] aws_security_group.internal_ssh_access: Executing diff
2015/01/17 07:48:19 [DEBUG] aws_route_table.public_internet: expanding to count = 1
2015/01/17 07:48:19 [DEBUG] aws_launch_configuration.consul_launch_configuration: expanding to count = 1
2015/01/17 07:48:19 [INFO] Module root walking: aws_route_table.public_internet (Graph node: aws_route_table.public_internet)
2015/01/17 07:48:19 [DEBUG] aws_route_table.public_internet: Executing diff
2015/01/17 07:48:19 [INFO] Module root walking: aws_launch_configuration.consul_launch_configuration (Graph node: aws_launch_configuration.consul_launch_configuration)
2015/01/17 07:48:19 [DEBUG] aws_launch_configuration.consul_launch_configuration: Executing diff
2015/01/17 07:48:19 terraform-provider-aws: panic: Unknown kind: string
2015/01/17 07:48:19 terraform-provider-aws: 
2015/01/17 07:48:19 terraform-provider-aws: goroutine 239 [running]:
2015/01/17 07:48:19 terraform-provider-aws: github.com/hashicorp/terraform/terraform.(*ResourceConfig).get(0xc20828f230, 0xc2081a2740, 0x1b, 0xc20828f2f0, 0x0, 0x0, 0x45a100)
2015/01/17 07:48:19 terraform-provider-aws:     /Users/mitchellh/code/go/src/github.com/hashicorp/terraform/terraform/resource.go:194 +0x690
2015/01/17 07:48:19 terraform-provider-aws: github.com/hashicorp/terraform/terraform.(*ResourceConfig).Get(0xc20828f230, 0xc2081a2740, 0x1b, 0x0, 0x0, 0x34034027c496ac00)
2015/01/17 07:48:19 terraform-provider-aws:     /Users/mitchellh/code/go/src/github.com/hashicorp/terraform/terraform/resource.go:122 +0x57
2015/01/17 07:48:19 terraform-provider-aws: github.com/hashicorp/terraform/helper/schema.(*ResourceData).getPrimitive(0xc2083da2a0, 0xc2081a2740, 0x1b, 0xc208395688, 0x0, 0x0, 0xc208475830, 0x5c9302, 0x0, 0x0, ...)
2015/01/17 07:48:19 terraform-provider-aws:     /Users/mitchellh/code/go/src/github.com/hashicorp/terraform/helper/schema/resource_data.go:707 +0x124
2015/01/17 07:48:19 terraform-provider-aws: github.com/hashicorp/terraform/helper/schema.(*ResourceData).get(0xc2083da2a0, 0xc2081a2740, 0x1b, 0xc208395688, 0x0, 0x0, 0xc208475830, 0xa7f5e2a782c5ad02, 0x0, 0x0, ...)
2015/01/17 07:48:19 terraform-provider-aws:     /Users/mitchellh/code/go/src/github.com/hashicorp/terraform/helper/schema/resource_data.go:294 +0xb4
2015/01/17 07:48:19 terraform-provider-aws: github.com/hashicorp/terraform/helper/schema.(*ResourceData).getList(0xc2083da2a0, 0xc2081a26e0, 0x19, 0xc208395688, 0x0, 0x0, 0xc2081b9ef0, 0x2, 0x0, 0x0, ...)
2015/01/17 07:48:19 terraform-provider-aws:     /Users/mitchellh/code/go/src/github.com/hashicorp/terraform/helper/schema/resource_data.go:654 +0x1c9
2015/01/17 07:48:19 terraform-provider-aws: github.com/hashicorp/terraform/helper/schema.(*ResourceData).getList(0xc2083da2a0, 0xc2081a26e0, 0x19, 0x0, 0x0, 0x0, 0xc2081b9ef0, 0x2, 0x0, 0x0, ...)
2015/01/17 07:48:19 terraform-provider-aws:     /Users/mitchellh/code/go/src/github.com/hashicorp/terraform/helper/schema/resource_data.go:668 +0x66d
2015/01/17 07:48:19 terraform-provider-aws: github.com/hashicorp/terraform/helper/schema.(*ResourceData).getSet(0xc2083da2a0, 0xc2081a26e0, 0x19, 0xc2084041f0, 0x0, 0x0, 0xc2081b9ef0, 0xc2083a6002, 0x0, 0x0, ...)
2015/01/17 07:48:19 terraform-provider-aws:     /Users/mitchellh/code/go/src/github.com/hashicorp/terraform/helper/schema/resource_data.go:325 +0x1081
2015/01/17 07:48:19 terraform-provider-aws: github.com/hashicorp/terraform/helper/schema.(*ResourceData).get(0xc2083da2a0, 0xc2081a26e0, 0x19, 0xc2084041f0, 0x0, 0x0, 0xc2081b9ef0, 0x2, 0x0, 0x0, ...)
2015/01/17 07:48:19 terraform-provider-aws:     /Users/mitchellh/code/go/src/github.com/hashicorp/terraform/helper/schema/resource_data.go:288 +0x3af
2015/01/17 07:48:19 terraform-provider-aws: github.com/hashicorp/terraform/helper/schema.(*ResourceData).getObject(0xc2083da2a0, 0xc208261fa1, 0x9, 0xc2084041f0, 0x0, 0x0, 0xc20825b140, 0x98f002, 0x0, 0x0, ...)
2015/01/17 07:48:19 terraform-provider-aws:     /Users/mitchellh/code/go/src/github.com/hashicorp/terraform/helper/schema/resource_data.go:622 +0x30e
2015/01/17 07:48:19 terraform-provider-aws: github.com/hashicorp/terraform/helper/schema.(*ResourceData).getObject(0xc2083da2a0, 0xc208261fa1, 0x9, 0xc208261fb0, 0x0, 0x0, 0xc20825b140, 0xc208396402, 0x0, 0x0, ...)
2015/01/17 07:48:19 terraform-provider-aws:     /Users/mitchellh/code/go/src/github.com/hashicorp/terraform/helper/schema/resource_data.go:628 +0x4d9
2015/01/17 07:48:19 terraform-provider-aws: github.com/hashicorp/terraform/helper/schema.(*ResourceData).getList(0xc2083da2a0, 0x5de110, 0x7, 0xc208261fb0, 0x0, 0x0, 0xc2081bc2d0, 0x2, 0x0, 0x0, ...)
2015/01/17 07:48:19 terraform-provider-aws:     /Users/mitchellh/code/go/src/github.com/hashicorp/terraform/helper/schema/resource_data.go:660 +0x488
2015/01/17 07:48:19 terraform-provider-aws: github.com/hashicorp/terraform/helper/schema.(*ResourceData).getList(0xc2083da2a0, 0x5de110, 0x7, 0x0, 0x0, 0x0, 0xc2081bc2d0, 0x200000000000002, 0x0, 0x0, ...)
2015/01/17 07:48:19 terraform-provider-aws:     /Users/mitchellh/code/go/src/github.com/hashicorp/terraform/helper/schema/resource_data.go:673 +0x84a
2015/01/17 07:48:19 terraform-provider-aws: github.com/hashicorp/terraform/helper/schema.(*ResourceData).getSet(0xc2083da2a0, 0x5de110, 0x7, 0xc208261e10, 0x0, 0x0, 0xc2081bc2d0, 0x453c0a, 0x0, 0x0, ...)
2015/01/17 07:48:19 terraform-provider-aws:     /Users/mitchellh/code/go/src/github.com/hashicorp/terraform/helper/schema/resource_data.go:325 +0x1081
2015/01/17 07:48:19 terraform-provider-aws: github.com/hashicorp/terraform/helper/schema.(*ResourceData).get(0xc2083da2a0, 0x5de110, 0x7, 0xc208261e10, 0x0, 0x0, 0xc2081bc2d0, 0xc207fd9e0a, 0x0, 0x0, ...)
2015/01/17 07:48:19 terraform-provider-aws:     /Users/mitchellh/code/go/src/github.com/hashicorp/terraform/helper/schema/resource_data.go:288 +0x3af
2015/01/17 07:48:19 terraform-provider-aws: github.com/hashicorp/terraform/helper/schema.(*ResourceData).getObject(0xc2083da2a0, 0x0, 0x0, 0xc208261e10, 0x0, 0x0, 0xc20825b1a0, 0xa, 0x0, 0x0, ...)
2015/01/17 07:48:19 terraform-provider-aws:     /Users/mitchellh/code/go/src/github.com/hashicorp/terraform/helper/schema/resource_data.go:622 +0x30e
2015/01/17 07:48:19 terraform-provider-aws: github.com/hashicorp/terraform/helper/schema.(*ResourceData).getChange(0xc2083da2a0, 0x5de110, 0x7, 0x1e0a01, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
2015/01/17 07:48:19 terraform-provider-aws:     /Users/mitchellh/code/go/src/github.com/hashicorp/terraform/helper/schema/resource_data.go:273 +0x22b
2015/01/17 07:48:19 terraform-provider-aws: github.com/hashicorp/terraform/helper/schema.(*ResourceData).diffChange(0xc2083da2a0, 0x5de110, 0x7, 0x0, 0x0, 0x0, 0x0, 0x45a100)
2015/01/17 07:48:19 terraform-provider-aws:     /Users/mitchellh/code/go/src/github.com/hashicorp/terraform/helper/schema/resource_data.go:250 +0x87
2015/01/17 07:48:19 terraform-provider-aws: github.com/hashicorp/terraform/helper/schema.schemaMap.diffSet(0xc20825b1a0, 0x5de110, 0x7, 0xc2081bc2d0, 0xc2082615b0, 0xc2083da2a0, 0xc2081ba400, 0x0, 0x0)
2015/01/17 07:48:19 terraform-provider-aws:     /Users/mitchellh/code/go/src/github.com/hashicorp/terraform/helper/schema/schema.go:656 +0x84
2015/01/17 07:48:19 terraform-provider-aws: github.com/hashicorp/terraform/helper/schema.schemaMap.diff(0xc20825b1a0, 0x5de110, 0x7, 0xc2081bc2d0, 0xc2082615b0, 0xc2083da2a0, 0x0, 0x0, 0x0)
2015/01/17 07:48:19 terraform-provider-aws:     /Users/mitchellh/code/go/src/github.com/hashicorp/terraform/helper/schema/schema.go:445 +0x2e2
2015/01/17 07:48:19 terraform-provider-aws: github.com/hashicorp/terraform/helper/schema.schemaMap.Diff(0xc20825b1a0, 0xc208319a80, 0xc20828f230, 0xc20809e9b8, 0x0, 0x0)
2015/01/17 07:48:19 terraform-provider-aws:     /Users/mitchellh/code/go/src/github.com/hashicorp/terraform/helper/schema/schema.go:208 +0x206
2015/01/17 07:48:19 terraform-provider-aws: github.com/hashicorp/terraform/helper/schema.(*Resource).Diff(0xc20825b170, 0xc208319a80, 0xc20828f230, 0x12, 0x0, 0x0)
2015/01/17 07:48:19 terraform-provider-aws:     /Users/mitchellh/code/go/src/github.com/hashicorp/terraform/helper/schema/resource.go:122 +0x51
2015/01/17 07:48:19 terraform-provider-aws: github.com/hashicorp/terraform/helper/schema.(*Provider).Diff(0xc20825b4d0, 0xc20841c7c0, 0xc208319a80, 0xc20828f230, 0x42c060, 0x0, 0x0)
2015/01/17 07:48:19 terraform-provider-aws:     /Users/mitchellh/code/go/src/github.com/hashicorp/terraform/helper/schema/provider.go:167 +0x1b9
2015/01/17 07:48:19 terraform-provider-aws: github.com/hashicorp/terraform/rpc.(*ResourceProviderServer).Diff(0xc2082b4220, 0xc2083199c0, 0xc2082615a0, 0x0, 0x0)
2015/01/17 07:48:19 terraform-provider-aws:     /Users/mitchellh/code/go/src/github.com/hashicorp/terraform/rpc/resource_provider.go:330 +0x7f
2015/01/17 07:48:19 terraform-provider-aws: reflect.Value.call(0x4e0dc0, 0x592340, 0x13, 0x5cb110, 0x4, 0xc208397f28, 0x3, 0x3, 0x0, 0x0, ...)
2015/01/17 07:48:19 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/reflect/value.go:419 +0x10e5
2015/01/17 07:48:19 terraform-provider-aws: reflect.Value.Call(0x4e0dc0, 0x592340, 0x13, 0xc208397f28, 0x3, 0x3, 0x0, 0x0, 0x0)
2015/01/17 07:48:19 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/reflect/value.go:296 +0xbc
2015/01/17 07:48:19 terraform-provider-aws: net/rpc.(*service).call(0xc20826c200, 0xc20826c1c0, 0xc2082919f0, 0xc2081be100, 0xc208119820, 0x42c000, 0xc2083199c0, 0x16, 0x42c060, 0xc2082615a0, ...)
2015/01/17 07:48:19 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/rpc/server.go:382 +0x1f7
2015/01/17 07:48:19 terraform-provider-aws: created by net/rpc.(*Server).ServeCodec
2015/01/17 07:48:19 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/rpc/server.go:476 +0x44a
2015/01/17 07:48:19 terraform-provider-aws: 
2015/01/17 07:48:19 terraform-provider-aws: goroutine 1 [IO wait]:
2015/01/17 07:48:19 terraform-provider-aws: net.(*pollDesc).Wait(0xc208010ae0, 0x72, 0x0, 0x0)
2015/01/17 07:48:19 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/fd_poll_runtime.go:84 +0x47
2015/01/17 07:48:19 terraform-provider-aws: net.(*pollDesc).WaitRead(0xc208010ae0, 0x0, 0x0)
2015/01/17 07:48:19 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/fd_poll_runtime.go:89 +0x43
2015/01/17 07:48:19 terraform-provider-aws: net.(*netFD).accept(0xc208010a80, 0x0, 0x9a0dc8, 0xc20800b518)
2015/01/17 07:48:19 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/fd_unix.go:419 +0x40b
2015/01/17 07:48:19 terraform-provider-aws: net.(*UnixListener).AcceptUnix(0xc20801edc0, 0x36740, 0x0, 0x0)
2015/01/17 07:48:19 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/unixsock_posix.go:282 +0x56
2015/01/17 07:48:19 terraform-provider-aws: net.(*UnixListener).Accept(0xc20801edc0, 0x0, 0x0, 0x0, 0x0)
2015/01/17 07:48:19 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/unixsock_posix.go:293 +0x4c
2015/01/17 07:48:19 terraform-provider-aws: github.com/hashicorp/terraform/rpc.(*Server).Accept(0xc20800b410, 0x9a1690, 0xc20801edc0)
2015/01/17 07:48:19 terraform-provider-aws:     /Users/mitchellh/code/go/src/github.com/hashicorp/terraform/rpc/server.go:33 +0x37
2015/01/17 07:48:19 terraform-provider-aws: github.com/hashicorp/terraform/plugin.Serve(0xc20800b3f0)
2015/01/17 07:48:19 terraform-provider-aws:     /Users/mitchellh/code/go/src/github.com/hashicorp/terraform/plugin/server.go:88 +0x7e8
2015/01/17 07:48:19 terraform-provider-aws: main.main()
2015/01/17 07:48:19 terraform-provider-aws:     /Users/mitchellh/code/go/src/github.com/hashicorp/terraform/builtin/bins/provider-aws/main.go:11 +0x6d
2015/01/17 07:48:19 terraform-provider-aws: 
2015/01/17 07:48:19 terraform-provider-aws: goroutine 5 [syscall]:
2015/01/17 07:48:19 terraform-provider-aws: os/signal.loop()
2015/01/17 07:48:19 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/os/signal/signal_unix.go:21 +0x1f
2015/01/17 07:48:19 terraform-provider-aws: created by os/signal.init·1
2015/01/17 07:48:19 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/os/signal/signal_unix.go:27 +0x35
2015/01/17 07:48:19 terraform-provider-aws: 
2015/01/17 07:48:19 terraform-provider-aws: goroutine 7 [chan receive]:
2015/01/17 07:48:19 terraform-provider-aws: github.com/hashicorp/terraform/plugin.func·007()
2015/01/17 07:48:19 terraform-provider-aws:     /Users/mitchellh/code/go/src/github.com/hashicorp/terraform/plugin/server.go:79 +0x69
2015/01/17 07:48:19 terraform-provider-aws: created by github.com/hashicorp/terraform/plugin.Serve
2015/01/17 07:48:19 terraform-provider-aws:     /Users/mitchellh/code/go/src/github.com/hashicorp/terraform/plugin/server.go:85 +0x7c4
2015/01/17 07:48:19 terraform-provider-aws: 
2015/01/17 07:48:19 terraform-provider-aws: goroutine 8 [select]:
2015/01/17 07:48:19 terraform-provider-aws: github.com/hashicorp/yamux.(*Stream).Read(0xc2080568c0, 0xc2080dc000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
2015/01/17 07:48:19 terraform-provider-aws:     /Users/mitchellh/code/go/src/github.com/hashicorp/yamux/stream.go:123 +0x3a1
2015/01/17 07:48:19 terraform-provider-aws: bufio.(*Reader).fill(0xc2080526c0)
2015/01/17 07:48:19 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/bufio/bufio.go:97 +0x1ce
2015/01/17 07:48:19 terraform-provider-aws: bufio.(*Reader).Read(0xc2080526c0, 0xc20800b5a0, 0x1, 0x9, 0x2592, 0x0, 0x0)
2015/01/17 07:48:19 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/bufio/bufio.go:174 +0x26c
2015/01/17 07:48:19 terraform-provider-aws: io.ReadAtLeast(0x9a27e8, 0xc2080526c0, 0xc20800b5a0, 0x1, 0x9, 0x1, 0x0, 0x0, 0x0)
2015/01/17 07:48:19 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/io/io.go:298 +0xf1
2015/01/17 07:48:19 terraform-provider-aws: io.ReadFull(0x9a27e8, 0xc2080526c0, 0xc20800b5a0, 0x1, 0x9, 0x2c, 0x0, 0x0)
2015/01/17 07:48:19 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/io/io.go:316 +0x6d
2015/01/17 07:48:19 terraform-provider-aws: encoding/gob.decodeUintReader(0x9a27e8, 0xc2080526c0, 0xc20800b5a0, 0x9, 0x9, 0x0, 0x1, 0x0, 0x0)
2015/01/17 07:48:19 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/encoding/gob/decode.go:121 +0x99
2015/01/17 07:48:19 terraform-provider-aws: encoding/gob.(*Decoder).recvMessage(0xc208044800, 0xc2080019e0)
2015/01/17 07:48:19 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/encoding/gob/decoder.go:76 +0x55
2015/01/17 07:48:19 terraform-provider-aws: encoding/gob.(*Decoder).decodeTypeSequence(0xc208044800, 0xc20801ef00, 0x16)
2015/01/17 07:48:19 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/encoding/gob/decoder.go:140 +0x47
2015/01/17 07:48:19 terraform-provider-aws: encoding/gob.(*Decoder).DecodeValue(0xc208044800, 0x438ba0, 0xc20801ef20, 0x16, 0x0, 0x0)
2015/01/17 07:48:19 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/encoding/gob/decoder.go:208 +0x192
2015/01/17 07:48:19 terraform-provider-aws: encoding/gob.(*Decoder).Decode(0xc208044800, 0x438ba0, 0xc20801ef20, 0x0, 0x0)
2015/01/17 07:48:19 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/encoding/gob/decoder.go:185 +0x297
2015/01/17 07:48:19 terraform-provider-aws: net/rpc.(*gobServerCodec).ReadRequestHeader(0xc20807e450, 0xc20801ef20, 0x0, 0x0)
2015/01/17 07:48:19 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/rpc/server.go:402 +0x5e
2015/01/17 07:48:19 terraform-provider-aws: net/rpc.(*Server).readRequestHeader(0xc208035f40, 0x9a2948, 0xc20807e450, 0x0, 0x0, 0xc20801ef20, 0xc20800b500, 0x0, 0x0)
2015/01/17 07:48:19 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/rpc/server.go:575 +0x97
2015/01/17 07:48:19 terraform-provider-aws: net/rpc.(*Server).readRequest(0xc208035f40, 0x9a2948, 0xc20807e450, 0xc208044700, 0xc20801ee20, 0x453cc0, 0x0, 0x0, 0x0, 0x0, ...)
2015/01/17 07:48:19 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/rpc/server.go:542 +0xa2
2015/01/17 07:48:19 terraform-provider-aws: net/rpc.(*Server).ServeCodec(0xc208035f40, 0x9a2948, 0xc20807e450)
2015/01/17 07:48:19 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/rpc/server.go:461 +0x6d
2015/01/17 07:48:19 terraform-provider-aws: net/rpc.(*Server).ServeConn(0xc208035f40, 0x9a2870, 0xc2080568c0)
2015/01/17 07:48:19 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/rpc/server.go:453 +0x208
2015/01/17 07:48:19 terraform-provider-aws: github.com/hashicorp/terraform/rpc.(*Server).ServeConn(0xc20800b410, 0x9a2788, 0xc2080380a0)
2015/01/17 07:48:19 terraform-provider-aws:     /Users/mitchellh/code/go/src/github.com/hashicorp/terraform/rpc/server.go:76 +0x530
2015/01/17 07:48:19 terraform-provider-aws: created by github.com/hashicorp/terraform/rpc.(*Server).Accept
2015/01/17 07:48:19 terraform-provider-aws:     /Users/mitchellh/code/go/src/github.com/hashicorp/terraform/rpc/server.go:39 +0x173
2015/01/17 07:48:19 terraform-provider-aws: 
2015/01/17 07:48:19 terraform-provider-aws: goroutine 9 [IO wait]:
2015/01/17 07:48:19 terraform-provider-aws: net.(*pollDesc).Wait(0xc208010bc0, 0x72, 0x0, 0x0)
2015/01/17 07:48:19 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/fd_poll_runtime.go:84 +0x47
2015/01/17 07:48:19 terraform-provider-aws: net.(*pollDesc).WaitRead(0xc208010bc0, 0x0, 0x0)
2015/01/17 07:48:19 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/fd_poll_runtime.go:89 +0x43
2015/01/17 07:48:19 terraform-provider-aws: net.(*netFD).Read(0xc208010b60, 0xc2080d4000, 0x1000, 0x1000, 0x0, 0x9a0dc8, 0xc2082609f0)
2015/01/17 07:48:19 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/fd_unix.go:242 +0x40f
2015/01/17 07:48:19 terraform-provider-aws: net.(*conn).Read(0xc2080380a0, 0xc2080d4000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
2015/01/17 07:48:19 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/net.go:121 +0xdc
2015/01/17 07:48:19 terraform-provider-aws: bufio.(*Reader).fill(0xc208052360)
2015/01/17 07:48:19 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/bufio/bufio.go:97 +0x1ce
2015/01/17 07:48:19 terraform-provider-aws: bufio.(*Reader).Read(0xc208052360, 0xc20800b530, 0xc, 0xc, 0xc2082609e0, 0x0, 0x0)
2015/01/17 07:48:19 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/bufio/bufio.go:174 +0x26c
2015/01/17 07:48:19 terraform-provider-aws: io.ReadAtLeast(0x9a27e8, 0xc208052360, 0xc20800b530, 0xc, 0xc, 0xc, 0x0, 0x0, 0x0)
2015/01/17 07:48:19 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/io/io.go:298 +0xf1
2015/01/17 07:48:19 terraform-provider-aws: io.ReadFull(0x9a27e8, 0xc208052360, 0xc20800b530, 0xc, 0xc, 0xc, 0x0, 0x0)
2015/01/17 07:48:19 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/io/io.go:316 +0x6d
2015/01/17 07:48:19 terraform-provider-aws: github.com/hashicorp/yamux.(*Session).recv(0xc208047180)
2015/01/17 07:48:19 terraform-provider-aws:     /Users/mitchellh/code/go/src/github.com/hashicorp/yamux/session.go:332 +0xcb
2015/01/17 07:48:19 terraform-provider-aws: created by github.com/hashicorp/yamux.newSession
2015/01/17 07:48:19 terraform-provider-aws:     /Users/mitchellh/code/go/src/github.com/hashicorp/yamux/session.go:93 +0x3f0
2015/01/17 07:48:19 terraform-provider-aws: 
2015/01/17 07:48:19 terraform-provider-aws: goroutine 10 [select]:
2015/01/17 07:48:19 terraform-provider-aws: github.com/hashicorp/yamux.(*Session).send(0xc208047180)
2015/01/17 07:48:19 terraform-provider-aws:     /Users/mitchellh/code/go/src/github.com/hashicorp/yamux/session.go:290 +0x554
2015/01/17 07:48:19 terraform-provider-aws: created by github.com/hashicorp/yamux.newSession
2015/01/17 07:48:19 terraform-provider-aws:     /Users/mitchellh/code/go/src/github.com/hashicorp/yamux/session.go:94 +0x40a
2015/01/17 07:48:19 terraform-provider-aws: 
2015/01/17 07:48:19 terraform-provider-aws: goroutine 11 [select]:
2015/01/17 07:48:19 terraform-provider-aws: github.com/hashicorp/yamux.(*Session).keepalive(0xc208047180)
2015/01/17 07:48:19 terraform-provider-aws:     /Users/mitchellh/code/go/src/github.com/hashicorp/yamux/session.go:246 +0x106
2015/01/17 07:48:19 terraform-provider-aws: created by github.com/hashicorp/yamux.newSession
2015/01/17 07:48:19 terraform-provider-aws:     /Users/mitchellh/code/go/src/github.com/hashicorp/yamux/session.go:96 +0x435
2015/01/17 07:48:19 terraform-provider-aws: 
2015/01/17 07:48:19 terraform-provider-aws: goroutine 13 [select]:
2015/01/17 07:48:19 terraform-provider-aws: github.com/hashicorp/yamux.(*Session).AcceptStream(0xc208047180, 0xc200000004, 0x0, 0x0)
2015/01/17 07:48:19 terraform-provider-aws:     /Users/mitchellh/code/go/src/github.com/hashicorp/yamux/session.go:154 +0x173
2015/01/17 07:48:19 terraform-provider-aws: github.com/hashicorp/terraform/rpc.(*muxBroker).Run(0xc20801eee0)
2015/01/17 07:48:19 terraform-provider-aws:     /Users/mitchellh/code/go/src/github.com/hashicorp/terraform/rpc/mux_broker.go:107 +0x37
2015/01/17 07:48:19 terraform-provider-aws: created by github.com/hashicorp/terraform/rpc.(*Server).ServeConn
2015/01/17 07:48:19 terraform-provider-aws:     /Users/mitchellh/code/go/src/github.com/hashicorp/terraform/rpc/server.go:65 +0x388
2015/01/17 07:48:19 terraform-provider-aws: 
2015/01/17 07:48:19 terraform-provider-aws: goroutine 53 [select]:
2015/01/17 07:48:19 terraform-provider-aws: github.com/hashicorp/yamux.(*Stream).Read(0xc208056280, 0xc2080e6000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
2015/01/17 07:48:19 terraform-provider-aws:     /Users/mitchellh/code/go/src/github.com/hashicorp/yamux/stream.go:123 +0x3a1
2015/01/17 07:48:19 terraform-provider-aws: bufio.(*Reader).fill(0xc208052840)
2015/01/17 07:48:19 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/bufio/bufio.go:97 +0x1ce
2015/01/17 07:48:19 terraform-provider-aws: bufio.(*Reader).Read(0xc208052840, 0xc20810a2e0, 0x1, 0x9, 0xc2080cd858, 0x0, 0x0)
2015/01/17 07:48:19 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/bufio/bufio.go:174 +0x26c
2015/01/17 07:48:19 terraform-provider-aws: io.ReadAtLeast(0x9a27e8, 0xc208052840, 0xc20810a2e0, 0x1, 0x9, 0x1, 0x0, 0x0, 0x0)
2015/01/17 07:48:19 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/io/io.go:298 +0xf1
2015/01/17 07:48:19 terraform-provider-aws: io.ReadFull(0x9a27e8, 0xc208052840, 0xc20810a2e0, 0x1, 0x9, 0x1, 0x0, 0x0)
2015/01/17 07:48:19 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/io/io.go:316 +0x6d
2015/01/17 07:48:19 terraform-provider-aws: encoding/gob.decodeUintReader(0x9a27e8, 0xc208052840, 0xc20810a2e0, 0x9, 0x9, 0x0, 0x1, 0x0, 0x0)
2015/01/17 07:48:19 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/encoding/gob/decode.go:121 +0x99
2015/01/17 07:48:19 terraform-provider-aws: encoding/gob.(*Decoder).recvMessage(0xc208044d80, 0xc208090480)
2015/01/17 07:48:19 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/encoding/gob/decoder.go:76 +0x55
2015/01/17 07:48:19 terraform-provider-aws: encoding/gob.(*Decoder).decodeTypeSequence(0xc208044d80, 0xc2080fe400, 0x16)
2015/01/17 07:48:19 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/encoding/gob/decoder.go:140 +0x47
2015/01/17 07:48:19 terraform-provider-aws: encoding/gob.(*Decoder).DecodeValue(0xc208044d80, 0x438ba0, 0xc2080fe4c0, 0x16, 0x0, 0x0)
2015/01/17 07:48:19 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/encoding/gob/decoder.go:208 +0x192
2015/01/17 07:48:19 terraform-provider-aws: encoding/gob.(*Decoder).Decode(0xc208044d80, 0x438ba0, 0xc2080fe4c0, 0x0, 0x0)
2015/01/17 07:48:19 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/encoding/gob/decoder.go:185 +0x297
2015/01/17 07:48:19 terraform-provider-aws: net/rpc.(*gobServerCodec).ReadRequestHeader(0xc2080f8450, 0xc2080fe4c0, 0x0, 0x0)
2015/01/17 07:48:19 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/rpc/server.go:402 +0x5e
2015/01/17 07:48:19 terraform-provider-aws: net/rpc.(*Server).readRequestHeader(0xc20810ea00, 0x9a2948, 0xc2080f8450, 0x0, 0x0, 0xc2080fe4c0, 0xc20810a200, 0x0, 0x0)
2015/01/17 07:48:19 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/rpc/server.go:575 +0x97
2015/01/17 07:48:19 terraform-provider-aws: net/rpc.(*Server).readRequest(0xc20810ea00, 0x9a2948, 0xc2080f8450, 0xc208044b00, 0xc2080fea60, 0x42c0c0, 0x0, 0x0, 0x0, 0x0, ...)
2015/01/17 07:48:19 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/rpc/server.go:542 +0xa2
2015/01/17 07:48:19 terraform-provider-aws: net/rpc.(*Server).ServeCodec(0xc20810ea00, 0x9a2948, 0xc2080f8450)
2015/01/17 07:48:19 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/rpc/server.go:461 +0x6d
2015/01/17 07:48:19 terraform-provider-aws: net/rpc.(*Server).ServeConn(0xc20810ea00, 0x9a2870, 0xc208056280)
2015/01/17 07:48:19 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/rpc/server.go:453 +0x208
2015/01/17 07:48:19 terraform-provider-aws: github.com/hashicorp/terraform/rpc.serve(0x9a2870, 0xc208056280, 0x62a270, 0x10, 0x592240, 0xc2080fe4a0)
2015/01/17 07:48:19 terraform-provider-aws:     /Users/mitchellh/code/go/src/github.com/hashicorp/terraform/rpc/server.go:146 +0x1f9
2015/01/17 07:48:19 terraform-provider-aws: github.com/hashicorp/terraform/rpc.func·001()
2015/01/17 07:48:19 terraform-provider-aws:     /Users/mitchellh/code/go/src/github.com/hashicorp/terraform/rpc/server.go:102 +0x265
2015/01/17 07:48:19 terraform-provider-aws: created by github.com/hashicorp/terraform/rpc.(*dispenseServer).ResourceProvider
2015/01/17 07:48:19 terraform-provider-aws:     /Users/mitchellh/code/go/src/github.com/hashicorp/terraform/rpc/server.go:103 +0x107
2015/01/17 07:48:19 terraform-provider-aws: 
2015/01/17 07:48:19 terraform-provider-aws: goroutine 15 [select]:
2015/01/17 07:48:19 terraform-provider-aws: github.com/hashicorp/yamux.(*Stream).Read(0xc208056140, 0xc2080a8000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
2015/01/17 07:48:19 terraform-provider-aws:     /Users/mitchellh/code/go/src/github.com/hashicorp/yamux/stream.go:123 +0x3a1
2015/01/17 07:48:19 terraform-provider-aws: bufio.(*Reader).fill(0xc208052d20)
2015/01/17 07:48:19 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/bufio/bufio.go:97 +0x1ce
2015/01/17 07:48:19 terraform-provider-aws: bufio.(*Reader).Read(0xc208052d20, 0xc20800b4b3, 0x1, 0x9, 0xc2080cf858, 0x0, 0x0)
2015/01/17 07:48:19 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/bufio/bufio.go:174 +0x26c
2015/01/17 07:48:19 terraform-provider-aws: io.ReadAtLeast(0x9a27e8, 0xc208052d20, 0xc20800b4b3, 0x1, 0x9, 0x1, 0x0, 0x0, 0x0)
2015/01/17 07:48:19 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/io/io.go:298 +0xf1
2015/01/17 07:48:19 terraform-provider-aws: io.ReadFull(0x9a27e8, 0xc208052d20, 0xc20800b4b3, 0x1, 0x9, 0x1, 0x0, 0x0)
2015/01/17 07:48:19 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/io/io.go:316 +0x6d
2015/01/17 07:48:19 terraform-provider-aws: encoding/gob.decodeUintReader(0x9a27e8, 0xc208052d20, 0xc20800b4b3, 0x9, 0x9, 0x0, 0x1, 0x0, 0x0)
2015/01/17 07:48:19 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/encoding/gob/decode.go:121 +0x99
2015/01/17 07:48:19 terraform-provider-aws: encoding/gob.(*Decoder).recvMessage(0xc208044900, 0xc2080905a0)
2015/01/17 07:48:19 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/encoding/gob/decoder.go:76 +0x55
2015/01/17 07:48:19 terraform-provider-aws: encoding/gob.(*Decoder).decodeTypeSequence(0xc208044900, 0xc20801fb00, 0x16)
2015/01/17 07:48:19 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/encoding/gob/decoder.go:140 +0x47
2015/01/17 07:48:19 terraform-provider-aws: encoding/gob.(*Decoder).DecodeValue(0xc208044900, 0x438ba0, 0xc20801fb20, 0x16, 0x0, 0x0)
2015/01/17 07:48:19 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/encoding/gob/decoder.go:208 +0x192
2015/01/17 07:48:19 terraform-provider-aws: encoding/gob.(*Decoder).Decode(0xc208044900, 0x438ba0, 0xc20801fb20, 0x0, 0x0)
2015/01/17 07:48:19 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/encoding/gob/decoder.go:185 +0x297
2015/01/17 07:48:19 terraform-provider-aws: net/rpc.(*gobServerCodec).ReadRequestHeader(0xc20807fe60, 0xc20801fb20, 0x0, 0x0)
2015/01/17 07:48:19 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/rpc/server.go:402 +0x5e
2015/01/17 07:48:19 terraform-provider-aws: net/rpc.(*Server).readRequestHeader(0xc2080de940, 0x9a2948, 0xc20807fe60, 0x0, 0x0, 0xc20801fb20, 0xc20800b400, 0x0, 0x0)
2015/01/17 07:48:19 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/rpc/server.go:575 +0x97
2015/01/17 07:48:19 terraform-provider-aws: net/rpc.(*Server).readRequest(0xc2080de940, 0x9a2948, 0xc20807fe60, 0xc208044880, 0xc208110d20, 0x42c2a0, 0x0, 0x0, 0x0, 0x0, ...)
2015/01/17 07:48:19 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/rpc/server.go:542 +0xa2
2015/01/17 07:48:19 terraform-provider-aws: net/rpc.(*Server).ServeCodec(0xc2080de940, 0x9a2948, 0xc20807fe60)
2015/01/17 07:48:19 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/rpc/server.go:461 +0x6d
2015/01/17 07:48:19 terraform-provider-aws: net/rpc.(*Server).ServeConn(0xc2080de940, 0x9a2870, 0xc208056140)
2015/01/17 07:48:19 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/rpc/server.go:453 +0x208
2015/01/17 07:48:19 terraform-provider-aws: github.com/hashicorp/terraform/rpc.serve(0x9a2870, 0xc208056140, 0x62a270, 0x10, 0x592240, 0xc20801f560)
2015/01/17 07:48:19 terraform-provider-aws:     /Users/mitchellh/code/go/src/github.com/hashicorp/terraform/rpc/server.go:146 +0x1f9
2015/01/17 07:48:19 terraform-provider-aws: github.com/hashicorp/terraform/rpc.func·001()
2015/01/17 07:48:19 terraform-provider-aws:     /Users/mitchellh/code/go/src/github.com/hashicorp/terraform/rpc/server.go:102 +0x265
2015/01/17 07:48:19 terraform-provider-aws: created by github.com/hashicorp/terraform/rpc.(*dispenseServer).ResourceProvider
2015/01/17 07:48:19 terraform-provider-aws:     /Users/mitchellh/code/go/src/github.com/hashicorp/terraform/rpc/server.go:103 +0x107
2015/01/17 07:48:19 terraform-provider-aws: 
2015/01/17 07:48:19 terraform-provider-aws: goroutine 75 [select]:
2015/01/17 07:48:19 terraform-provider-aws: github.com/hashicorp/yamux.(*Stream).Read(0xc2080e9180, 0xc20812a000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
2015/01/17 07:48:19 terraform-provider-aws:     /Users/mitchellh/code/go/src/github.com/hashicorp/yamux/stream.go:123 +0x3a1
2015/01/17 07:48:19 terraform-provider-aws: bufio.(*Reader).fill(0xc2080537a0)
2015/01/17 07:48:19 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/bufio/bufio.go:97 +0x1ce
2015/01/17 07:48:19 terraform-provider-aws: bufio.(*Reader).Read(0xc2080537a0, 0xc20810b2f3, 0x1, 0x9, 0xc2080d1858, 0x0, 0x0)
2015/01/17 07:48:19 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/bufio/bufio.go:174 +0x26c
2015/01/17 07:48:19 terraform-provider-aws: io.ReadAtLeast(0x9a27e8, 0xc2080537a0, 0xc20810b2f3, 0x1, 0x9, 0x1, 0x0, 0x0, 0x0)
2015/01/17 07:48:19 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/io/io.go:298 +0xf1
2015/01/17 07:48:19 terraform-provider-aws: io.ReadFull(0x9a27e8, 0xc2080537a0, 0xc20810b2f3, 0x1, 0x9, 0x1, 0x0, 0x0)
2015/01/17 07:48:19 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/io/io.go:316 +0x6d
2015/01/17 07:48:19 terraform-provider-aws: encoding/gob.decodeUintReader(0x9a27e8, 0xc2080537a0, 0xc20810b2f3, 0x9, 0x9, 0x0, 0x1, 0x0, 0x0)
2015/01/17 07:48:19 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/encoding/gob/decode.go:121 +0x99
2015/01/17 07:48:19 terraform-provider-aws: encoding/gob.(*Decoder).recvMessage(0xc208045400, 0xc20810d8c0)
2015/01/17 07:48:19 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/encoding/gob/decoder.go:76 +0x55
2015/01/17 07:48:19 terraform-provider-aws: encoding/gob.(*Decoder).decodeTypeSequence(0xc208045400, 0xc2080fa000, 0x16)
2015/01/17 07:48:19 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/encoding/gob/decoder.go:140 +0x47
2015/01/17 07:48:19 terraform-provider-aws: encoding/gob.(*Decoder).DecodeValue(0xc208045400, 0x438ba0, 0xc2080fa020, 0x16, 0x0, 0x0)
2015/01/17 07:48:19 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/encoding/gob/decoder.go:208 +0x192
2015/01/17 07:48:19 terraform-provider-aws: encoding/gob.(*Decoder).Decode(0xc208045400, 0x438ba0, 0xc2080fa020, 0x0, 0x0)
2015/01/17 07:48:19 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/encoding/gob/decoder.go:185 +0x297
2015/01/17 07:48:19 terraform-provider-aws: net/rpc.(*gobServerCodec).ReadRequestHeader(0xc2080ad590, 0xc2080fa020, 0x0, 0x0)
2015/01/17 07:48:19 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/rpc/server.go:402 +0x5e
2015/01/17 07:48:19 terraform-provider-aws: net/rpc.(*Server).readRequestHeader(0xc20810f580, 0x9a2948, 0xc2080ad590, 0x0, 0x0, 0xc2080fa020, 0xc20810b200, 0x0, 0x0)
2015/01/17 07:48:19 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/rpc/server.go:575 +0x97
2015/01/17 07:48:19 terraform-provider-aws: net/rpc.(*Server).readRequest(0xc20810f580, 0x9a2948, 0xc2080ad590, 0xc208045200, 0xc2082c34e0, 0x42c180, 0x0, 0x0, 0x0, 0x0, ...)
2015/01/17 07:48:19 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/rpc/server.go:542 +0xa2
2015/01/17 07:48:19 terraform-provider-aws: net/rpc.(*Server).ServeCodec(0xc20810f580, 0x9a2948, 0xc2080ad590)
2015/01/17 07:48:19 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/rpc/server.go:461 +0x6d
2015/01/17 07:48:19 terraform-provider-aws: net/rpc.(*Server).ServeConn(0xc20810f580, 0x9a2870, 0xc2080e9180)
2015/01/17 07:48:19 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/rpc/server.go:453 +0x208
2015/01/17 07:48:19 terraform-provider-aws: github.com/hashicorp/terraform/rpc.serve(0x9a2870, 0xc2080e9180, 0x62a270, 0x10, 0x592240, 0xc2080fa000)
2015/01/17 07:48:19 terraform-provider-aws:     /Users/mitchellh/code/go/src/github.com/hashicorp/terraform/rpc/server.go:146 +0x1f9
2015/01/17 07:48:19 terraform-provider-aws: github.com/hashicorp/terraform/rpc.func·001()
2015/01/17 07:48:19 terraform-provider-aws:     /Users/mitchellh/code/go/src/github.com/hashicorp/terraform/rpc/server.go:102 +0x265
2015/01/17 07:48:19 terraform-provider-aws: created by github.com/hashicorp/terraform/rpc.(*dispenseServer).ResourceProvider
2015/01/17 07:48:19 terraform-provider-aws:     /Users/mitchellh/code/go/src/github.com/hashicorp/terraform/rpc/server.go:103 +0x107
2015/01/17 07:48:19 terraform-provider-aws: 
2015/01/17 07:48:19 terraform-provider-aws: goroutine 113 [syscall, locked to thread]:
2015/01/17 07:48:19 terraform-provider-aws: runtime.goexit()
2015/01/17 07:48:19 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/runtime/asm_amd64.s:2232 +0x1
2015/01/17 07:48:19 terraform-provider-aws: 
2015/01/17 07:48:19 terraform-provider-aws: goroutine 209 [select]:
2015/01/17 07:48:19 terraform-provider-aws: github.com/hashicorp/yamux.(*Stream).Read(0xc2082bba40, 0xc2081c0000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
2015/01/17 07:48:19 terraform-provider-aws:     /Users/mitchellh/code/go/src/github.com/hashicorp/yamux/stream.go:123 +0x3a1
2015/01/17 07:48:19 terraform-provider-aws: bufio.(*Reader).fill(0xc2083da600)
2015/01/17 07:48:19 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/bufio/bufio.go:97 +0x1ce
2015/01/17 07:48:19 terraform-provider-aws: bufio.(*Reader).Read(0xc2083da600, 0xc2082919b0, 0x1, 0x9, 0xc208377858, 0x0, 0x0)
2015/01/17 07:48:19 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/bufio/bufio.go:174 +0x26c
2015/01/17 07:48:19 terraform-provider-aws: io.ReadAtLeast(0x9a27e8, 0xc2083da600, 0xc2082919b0, 0x1, 0x9, 0x1, 0x0, 0x0, 0x0)
2015/01/17 07:48:19 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/io/io.go:298 +0xf1
2015/01/17 07:48:19 terraform-provider-aws: io.ReadFull(0x9a27e8, 0xc2083da600, 0xc2082919b0, 0x1, 0x9, 0x1, 0x0, 0x0)
2015/01/17 07:48:19 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/io/io.go:316 +0x6d
2015/01/17 07:48:19 terraform-provider-aws: encoding/gob.decodeUintReader(0x9a27e8, 0xc2083da600, 0xc2082919b0, 0x9, 0x9, 0x0, 0x1, 0x0, 0x0)
2015/01/17 07:48:19 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/encoding/gob/decode.go:121 +0x99
2015/01/17 07:48:19 terraform-provider-aws: encoding/gob.(*Decoder).recvMessage(0xc2081be400, 0xc2083e5320)
2015/01/17 07:48:19 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/encoding/gob/decoder.go:76 +0x55
2015/01/17 07:48:19 terraform-provider-aws: encoding/gob.(*Decoder).decodeTypeSequence(0xc2081be400, 0xc208118200, 0x16)
2015/01/17 07:48:19 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/encoding/gob/decoder.go:140 +0x47
2015/01/17 07:48:19 terraform-provider-aws: encoding/gob.(*Decoder).DecodeValue(0xc2081be400, 0x438ba0, 0xc208118240, 0x16, 0x0, 0x0)
2015/01/17 07:48:19 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/encoding/gob/decoder.go:208 +0x192
2015/01/17 07:48:19 terraform-provider-aws: encoding/gob.(*Decoder).Decode(0xc2081be400, 0x438ba0, 0xc208118240, 0x0, 0x0)
2015/01/17 07:48:19 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/encoding/gob/decoder.go:185 +0x297
2015/01/17 07:48:19 terraform-provider-aws: net/rpc.(*gobServerCodec).ReadRequestHeader(0xc20825b7d0, 0xc208118240, 0x0, 0x0)
2015/01/17 07:48:19 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/rpc/server.go:402 +0x5e
2015/01/17 07:48:19 terraform-provider-aws: net/rpc.(*Server).readRequestHeader(0xc20826c1c0, 0x9a2948, 0xc20825b7d0, 0x0, 0x0, 0xc208118240, 0xc208291900, 0x0, 0x0)
2015/01/17 07:48:19 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/rpc/server.go:575 +0x97
2015/01/17 07:48:19 terraform-provider-aws: net/rpc.(*Server).readRequest(0xc20826c1c0, 0x9a2948, 0xc20825b7d0, 0xc2081be100, 0xc208119820, 0x42c000, 0x0, 0x0, 0x0, 0x0, ...)
2015/01/17 07:48:19 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/rpc/server.go:542 +0xa2
2015/01/17 07:48:19 terraform-provider-aws: net/rpc.(*Server).ServeCodec(0xc20826c1c0, 0x9a2948, 0xc20825b7d0)
2015/01/17 07:48:19 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/rpc/server.go:461 +0x6d
2015/01/17 07:48:19 terraform-provider-aws: net/rpc.(*Server).ServeConn(0xc20826c1c0, 0x9a2870, 0xc2082bba40)
2015/01/17 07:48:19 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/rpc/server.go:453 +0x208
2015/01/17 07:48:19 terraform-provider-aws: github.com/hashicorp/terraform/rpc.serve(0x9a2870, 0xc2082bba40, 0x62a270, 0x10, 0x592240, 0xc2082b4220)
2015/01/17 07:48:19 terraform-provider-aws:     /Users/mitchellh/code/go/src/github.com/hashicorp/terraform/rpc/server.go:146 +0x1f9
2015/01/17 07:48:19 terraform-provider-aws: github.com/hashicorp/terraform/rpc.func·001()
2015/01/17 07:48:19 terraform-provider-aws:     /Users/mitchellh/code/go/src/github.com/hashicorp/terraform/rpc/server.go:102 +0x265
2015/01/17 07:48:19 terraform-provider-aws: created by github.com/hashicorp/terraform/rpc.(*dispenseServer).ResourceProvider
2015/01/17 07:48:19 terraform-provider-aws:     /Users/mitchellh/code/go/src/github.com/hashicorp/terraform/rpc/server.go:103 +0x107
2015/01/17 07:48:19 [ERROR] Error walking 'aws_launch_configuration.consul_launch_configuration': unexpected EOF
2015/01/17 07:48:19 [ERROR] Error walking 'aws_security_group.internal_ssh_access': unexpected EOF
2015/01/17 07:48:19 [ERROR] Error walking 'aws_route_table.public_internet': unexpected EOF
2015/01/17 07:48:19 [DEBUG] /Users/blake/terraform/terraform-provider-aws: plugin process exited
2015/01/17 07:48:19 [DEBUG] aws_eip.nat_1: expanding to count = 1
2015/01/17 07:48:19 [DEBUG] aws_route_table.private_internet: expanding to count = 1
2015/01/17 07:48:19 [INFO] Module root walking: aws_eip.nat_1 (Graph node: aws_eip.nat_1)
2015/01/17 07:48:19 [DEBUG] aws_eip.nat_1: Executing diff
2015/01/17 07:48:19 [ERROR] Error walking 'aws_eip.nat_1': connection is shut down
2015/01/17 07:48:19 [INFO] Module root walking: aws_route_table.private_internet (Graph node: aws_route_table.private_internet)
2015/01/17 07:48:19 [DEBUG] aws_route_table.private_internet: Executing diff
2015/01/17 07:48:19 [ERROR] Error walking 'aws_route_table.private_internet': connection is shut down
2015/01/17 07:48:19 waiting for all plugin processes to complete...
@blakeblackshear
Copy link
Author

Looks like I forgot to specify security_groups as an array within my ingress rule for another security group. Believe this should cause a validation error rather than a crash.

@ceh
Copy link
Contributor

ceh commented Jan 18, 2015

Yes, it should cause a validation error.

I think this is a duplicate of #691 (and #763), which was fixed by #773.

@mitchellh
Copy link
Contributor

This is fixed, as @ceh discovered!

@ghost
Copy link

ghost commented May 4, 2020

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.

If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@ghost ghost locked and limited conversation to collaborators May 4, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants