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

crash with security_group #975

Closed
savaki opened this issue Feb 14, 2015 · 4 comments
Closed

crash with security_group #975

savaki opened this issue Feb 14, 2015 · 4 comments

Comments

@savaki
Copy link

savaki commented Feb 14, 2015

2015/02/13 22:17:22 [INFO] Terraform version: 0.3.6  4e11ed4327fa638a4c2587489a8660c69beb4047+CHANGES
2015/02/13 22:17:22 Detected home directory from env var: /Users/matt
2015/02/13 22:17:22 [DEBUG] Discoverd plugin: atlas = /Users/matt/bin/terraform/terraform-provider-atlas
2015/02/13 22:17:22 [DEBUG] Discoverd plugin: aws = /Users/matt/bin/terraform/terraform-provider-aws
2015/02/13 22:17:22 [DEBUG] Discoverd plugin: cloudflare = /Users/matt/bin/terraform/terraform-provider-cloudflare
2015/02/13 22:17:22 [DEBUG] Discoverd plugin: cloudstack = /Users/matt/bin/terraform/terraform-provider-cloudstack
2015/02/13 22:17:22 [DEBUG] Discoverd plugin: consul = /Users/matt/bin/terraform/terraform-provider-consul
2015/02/13 22:17:22 [DEBUG] Discoverd plugin: digitalocean = /Users/matt/bin/terraform/terraform-provider-digitalocean
2015/02/13 22:17:22 [DEBUG] Discoverd plugin: dnsimple = /Users/matt/bin/terraform/terraform-provider-dnsimple
2015/02/13 22:17:22 [DEBUG] Discoverd plugin: google = /Users/matt/bin/terraform/terraform-provider-google
2015/02/13 22:17:22 [DEBUG] Discoverd plugin: heroku = /Users/matt/bin/terraform/terraform-provider-heroku
2015/02/13 22:17:22 [DEBUG] Discoverd plugin: mailgun = /Users/matt/bin/terraform/terraform-provider-mailgun
2015/02/13 22:17:22 [DEBUG] Discoverd plugin: null = /Users/matt/bin/terraform/terraform-provider-null
2015/02/13 22:17:22 [DEBUG] Discoverd plugin: file = /Users/matt/bin/terraform/terraform-provisioner-file
2015/02/13 22:17:22 [DEBUG] Discoverd plugin: local-exec = /Users/matt/bin/terraform/terraform-provisioner-local-exec
2015/02/13 22:17:22 [DEBUG] Discoverd plugin: remote-exec = /Users/matt/bin/terraform/terraform-provisioner-remote-exec
2015/02/13 22:17:22 Detected home directory from env var: /Users/matt
2015/02/13 22:17:22 [DEBUG] Attempting to open CLI config file: /Users/matt/.terraformrc
2015/02/13 22:17:22 [DEBUG] File doesn't exist, but doesn't need to. Ignoring.
2015/02/13 22:17:22 [DEBUG] Creating graph for path: [root]
2015/02/13 22:17:22 [DEBUG] Starting plugin: /Users/matt/bin/terraform/terraform-provider-aws []string{"/Users/matt/bin/terraform/terraform-provider-aws"}
2015/02/13 22:17:22 Detected home directory from env var: /Users/matt
2015/02/13 22:17:22 [DEBUG] Waiting for RPC address for: /Users/matt/bin/terraform/terraform-provider-aws
2015/02/13 22:17:22 terraform-provider-aws: 2015/02/13 22:17:22 Plugin address: unix /var/folders/20/_yj0xg5d0qqf3rv4tr_qkd640000gn/T/tf-plugin597812701
2015/02/13 22:17:22 [DEBUG] Graph [root] created and valid. 8 nouns.
2015/02/13 22:17:22 [INFO] Validating provider: aws
2015/02/13 22:17:22 [DEBUG] aws_launch_configuration.kafka_config: expanding to count = 1
2015/02/13 22:17:22 [DEBUG] aws_launch_configuration.load_generator_config: expanding to count = 1
2015/02/13 22:17:22 [DEBUG] aws_security_group.allow_all: expanding to count = 1
2015/02/13 22:17:22 [INFO] Validating resource: aws_launch_configuration.kafka_config
2015/02/13 22:17:22 [INFO] Validating resource: aws_launch_configuration.load_generator_config
2015/02/13 22:17:22 [INFO] Validating resource: aws_security_group.allow_all
2015/02/13 22:17:22 [DEBUG] aws_autoscaling_group.kafka_asg: expanding to count = 1
2015/02/13 22:17:22 [INFO] Validating resource: aws_autoscaling_group.kafka_asg
2015/02/13 22:17:22 [DEBUG] aws_instance.zookeeper: expanding to count = 1
2015/02/13 22:17:22 [DEBUG] aws_autoscaling_group.load_generator_asg: expanding to count = 1
2015/02/13 22:17:22 [INFO] Validating resource: aws_instance.zookeeper
2015/02/13 22:17:22 [INFO] Validating resource: aws_autoscaling_group.load_generator_asg
2015/02/13 22:17:22 [DEBUG] Creating graph for path: [root]
2015/02/13 22:17:22 [DEBUG] Graph [root] created and valid. 8 nouns.
2015/02/13 22:17:22 [INFO] Configuring provider: aws
2015/02/13 22:17:22 terraform-provider-aws: 2015/02/13 22:17:22 [INFO] Building AWS auth structure
2015/02/13 22:17:22 terraform-provider-aws: 2015/02/13 22:17:22 [INFO] Building AWS region structure
2015/02/13 22:17:22 terraform-provider-aws: 2015/02/13 22:17:22 [INFO] Initializing EC2 connection
2015/02/13 22:17:22 terraform-provider-aws: 2015/02/13 22:17:22 [INFO] Initializing ELB connection
2015/02/13 22:17:22 terraform-provider-aws: 2015/02/13 22:17:22 [INFO] Initializing AutoScaling connection
2015/02/13 22:17:22 terraform-provider-aws: 2015/02/13 22:17:22 [INFO] Initializing S3 connection
2015/02/13 22:17:22 terraform-provider-aws: 2015/02/13 22:17:22 [INFO] Initializing RDS connection
2015/02/13 22:17:22 terraform-provider-aws: 2015/02/13 22:17:22 [INFO] Initializing Route53 connection
2015/02/13 22:17:22 [DEBUG] aws_launch_configuration.kafka_config: expanding to count = 1
2015/02/13 22:17:22 [DEBUG] aws_launch_configuration.load_generator_config: expanding to count = 1
2015/02/13 22:17:22 [DEBUG] aws_security_group.allow_all: expanding to count = 1
2015/02/13 22:17:22 [INFO] Module root walking: aws_launch_configuration.kafka_config (Graph node: aws_launch_configuration.kafka_config)
2015/02/13 22:17:22 [DEBUG] aws_launch_configuration.kafka_config: Not refreshing, ID is empty
2015/02/13 22:17:22 [INFO] Module root walking: aws_launch_configuration.load_generator_config (Graph node: aws_launch_configuration.load_generator_config)
2015/02/13 22:17:22 [DEBUG] aws_launch_configuration.load_generator_config: Not refreshing, ID is empty
2015/02/13 22:17:22 [INFO] Module root walking: aws_security_group.allow_all (Graph node: aws_security_group.allow_all)
2015/02/13 22:17:22 [DEBUG] aws_security_group.allow_all: Not refreshing, ID is empty
2015/02/13 22:17:22 [DEBUG] aws_autoscaling_group.kafka_asg: expanding to count = 1
2015/02/13 22:17:22 [DEBUG] aws_autoscaling_group.load_generator_asg: expanding to count = 1
2015/02/13 22:17:22 [DEBUG] aws_instance.zookeeper: expanding to count = 1
2015/02/13 22:17:22 [INFO] Module root walking: aws_autoscaling_group.kafka_asg (Graph node: aws_autoscaling_group.kafka_asg)
2015/02/13 22:17:22 [DEBUG] aws_autoscaling_group.kafka_asg: Not refreshing, ID is empty
2015/02/13 22:17:22 [INFO] Module root walking: aws_autoscaling_group.load_generator_asg (Graph node: aws_autoscaling_group.load_generator_asg)
2015/02/13 22:17:22 [DEBUG] aws_autoscaling_group.load_generator_asg: Not refreshing, ID is empty
2015/02/13 22:17:22 [INFO] Module root walking: aws_instance.zookeeper (Graph node: aws_instance.zookeeper)
2015/02/13 22:17:23 [INFO] Writing state output to: terraform.tfstate
2015/02/13 22:17:23 [INFO] Writing backup state to: terraform.tfstate.backup
2015/02/13 22:17:23 [DEBUG] Creating graph for path: [root]
2015/02/13 22:17:23 [DEBUG] Graph [root] created and valid. 8 nouns.
2015/02/13 22:17:23 [INFO] Configuring provider: aws
2015/02/13 22:17:23 terraform-provider-aws: 2015/02/13 22:17:23 [INFO] Building AWS auth structure
2015/02/13 22:17:23 terraform-provider-aws: 2015/02/13 22:17:23 [INFO] Building AWS region structure
2015/02/13 22:17:23 terraform-provider-aws: 2015/02/13 22:17:23 [INFO] Initializing EC2 connection
2015/02/13 22:17:23 terraform-provider-aws: 2015/02/13 22:17:23 [INFO] Initializing ELB connection
2015/02/13 22:17:23 terraform-provider-aws: 2015/02/13 22:17:23 [INFO] Initializing AutoScaling connection
2015/02/13 22:17:23 terraform-provider-aws: 2015/02/13 22:17:23 [INFO] Initializing S3 connection
2015/02/13 22:17:23 terraform-provider-aws: 2015/02/13 22:17:23 [INFO] Initializing RDS connection
2015/02/13 22:17:23 terraform-provider-aws: 2015/02/13 22:17:23 [INFO] Initializing Route53 connection
2015/02/13 22:17:23 [DEBUG] aws_launch_configuration.kafka_config: expanding to count = 1
2015/02/13 22:17:23 [DEBUG] aws_launch_configuration.load_generator_config: expanding to count = 1
2015/02/13 22:17:23 [DEBUG] aws_security_group.allow_all: expanding to count = 1
2015/02/13 22:17:23 [INFO] Module root walking: aws_launch_configuration.kafka_config (Graph node: aws_launch_configuration.kafka_config)
2015/02/13 22:17:23 [DEBUG] aws_launch_configuration.kafka_config: Executing diff
2015/02/13 22:17:23 [INFO] Module root walking: aws_launch_configuration.load_generator_config (Graph node: aws_launch_configuration.load_generator_config)
2015/02/13 22:17:23 [DEBUG] aws_launch_configuration.load_generator_config: Executing diff
2015/02/13 22:17:23 [INFO] Module root walking: aws_security_group.allow_all (Graph node: aws_security_group.allow_all)
2015/02/13 22:17:23 [DEBUG] aws_security_group.allow_all: Executing diff
2015/02/13 22:17:23 [DEBUG] aws_launch_configuration.kafka_config: Diff: &terraform.InstanceDiff{Attributes:map[string]*terraform.ResourceAttrDiff{"iam_instance_profile":*terraform.ResourceAttrDiff{Old:"", New:"kafka", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Type:0x0}, "key_name":*terraform.ResourceAttrDiff{Old:"", New:"us-east-1", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Type:0x0}, "user_data":*terraform.ResourceAttrDiff{Old:"", New:"9a754bb330738e7b5ba096ea9a7c3aa574bd1a1b", NewComputed:false, NewRemoved:false, NewExtra:"${file('data_kafka.txt'))}", RequiresNew:true, Type:0x0}, "associate_public_ip_address":*terraform.ResourceAttrDiff{Old:"", New:"1", 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}, "name":*terraform.ResourceAttrDiff{Old:"", New:"kafka_config", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Type:0x0}, "image_id":*terraform.ResourceAttrDiff{Old:"", New:"ami-36f8b15e", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Type:0x0}, "instance_type":*terraform.ResourceAttrDiff{Old:"", New:"m3.medium", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Type:0x0}}, Destroy:false, DestroyTainted:false}
2015/02/13 22:17:23 [DEBUG] aws_autoscaling_group.kafka_asg: expanding to count = 1
2015/02/13 22:17:23 [INFO] Module root walking: aws_autoscaling_group.kafka_asg (Graph node: aws_autoscaling_group.kafka_asg)
2015/02/13 22:17:23 [DEBUG] aws_autoscaling_group.kafka_asg: Executing diff
2015/02/13 22:17:23 [DEBUG] aws_launch_configuration.load_generator_config: Diff: &terraform.InstanceDiff{Attributes:map[string]*terraform.ResourceAttrDiff{"user_data":*terraform.ResourceAttrDiff{Old:"", New:"436febdada8ec8f2f95823252799ccd1938c493d", NewComputed:false, NewRemoved:false, NewExtra:"${file('data_load_generator.txt'))}", RequiresNew:true, Type:0x0}, "associate_public_ip_address":*terraform.ResourceAttrDiff{Old:"", New:"1", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Type:0x0}, "name":*terraform.ResourceAttrDiff{Old:"", New:"load_generator_config-fc91e0a0-b40f-11e4-978a-0242ac110002", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Type:0x0}, "image_id":*terraform.ResourceAttrDiff{Old:"", New:"ami-36f8b15e", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Type:0x0}, "instance_type":*terraform.ResourceAttrDiff{Old:"", New:"m3.medium", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Type:0x0}, "iam_instance_profile":*terraform.ResourceAttrDiff{Old:"", New:"kafka", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Type:0x0}, "key_name":*terraform.ResourceAttrDiff{Old:"", New:"us-east-1", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Type:0x0}, "id":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Type:0x2}}, Destroy:false, DestroyTainted:false}
2015/02/13 22:17:23 [DEBUG] aws_autoscaling_group.load_generator_asg: expanding to count = 1
2015/02/13 22:17:23 [INFO] Module root walking: aws_autoscaling_group.load_generator_asg (Graph node: aws_autoscaling_group.load_generator_asg)
2015/02/13 22:17:23 [DEBUG] aws_autoscaling_group.load_generator_asg: Executing diff
2015/02/13 22:17:23 [DEBUG] aws_security_group.allow_all: Diff: &terraform.InstanceDiff{Attributes:map[string]*terraform.ResourceAttrDiff{"ingress.3738418453.from_port":*terraform.ResourceAttrDiff{Old:"", New:"0", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Type:0x0}, "owner_id":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Type:0x0}, "ingress.3738418453.security_groups.#":*terraform.ResourceAttrDiff{Old:"", New:"0", 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.219953956.protocol":*terraform.ResourceAttrDiff{Old:"", New:"tcp", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Type:0x0}, "ingress.3738418453.protocol":*terraform.ResourceAttrDiff{Old:"", New:"tcp", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Type:0x0}, "vpc_id":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Type:0x0}, "ingress.219953956.from_port":*terraform.ResourceAttrDiff{Old:"", New:"22", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Type:0x0}, "ingress.219953956.security_groups.#":*terraform.ResourceAttrDiff{Old:"", New:"0", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Type:0x0}, "ingress.3738418453.self":*terraform.ResourceAttrDiff{Old:"", New:"1", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Type:0x0}, "ingress.219953956.to_port":*terraform.ResourceAttrDiff{Old:"", New:"22", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Type:0x0}, "ingress.3738418453.cidr_blocks.#":*terraform.ResourceAttrDiff{Old:"", New:"0", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Type:0x0}, "ingress.#":*terraform.ResourceAttrDiff{Old:"", New:"2", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Type:0x0}, "ingress.219953956.cidr_blocks.#":*terraform.ResourceAttrDiff{Old:"", New:"1", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Type:0x0}, "ingress.219953956.cidr_blocks.0":*terraform.ResourceAttrDiff{Old:"", New:"0.0.0.0/0", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Type:0x0}, "name":*terraform.ResourceAttrDiff{Old:"", New:"allow-all-fc91e0a0-b40f-11e4-978a-0242ac110002", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Type:0x0}, "ingress.3738418453.to_port":*terraform.ResourceAttrDiff{Old:"", New:"65535", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Type:0x0}, "ingress.219953956.self":*terraform.ResourceAttrDiff{Old:"", New:"0", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Type:0x0}, "description":*terraform.ResourceAttrDiff{Old:"", New:"Allow all inbound traffic", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Type:0x0}}, Destroy:false, DestroyTainted:false}
2015/02/13 22:17:23 [DEBUG] aws_autoscaling_group.kafka_asg: Diff: &terraform.InstanceDiff{Attributes:map[string]*terraform.ResourceAttrDiff{"force_delete":*terraform.ResourceAttrDiff{Old:"", New:"1", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Type:0x0}, "default_cooldown":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Type:0x0}, "availability_zones.#":*terraform.ResourceAttrDiff{Old:"", New:"1", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Type:0x0}, "vpc_zone_identifier.#":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Type:0x0}, "health_check_grace_period":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Type:0x0}, "health_check_type":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Type:0x0}, "min_size":*terraform.ResourceAttrDiff{Old:"", New:"1", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Type:0x0}, "availability_zones.3569565595":*terraform.ResourceAttrDiff{Old:"", New:"us-east-1a", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Type:0x0}, "id":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Type:0x2}, "launch_configuration":*terraform.ResourceAttrDiff{Old:"", New:"kafka_config", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Type:0x0}, "name":*terraform.ResourceAttrDiff{Old:"", New:"kafka-asg-fc91e0a0-b40f-11e4-978a-0242ac110002", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Type:0x0}, "desired_capacity":*terraform.ResourceAttrDiff{Old:"", New:"1", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Type:0x0}, "termination_policies.#":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Type:0x0}, "max_size":*terraform.ResourceAttrDiff{Old:"", New:"1", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Type:0x0}}, Destroy:false, DestroyTainted:false}
2015/02/13 22:17:23 [DEBUG] aws_instance.zookeeper: expanding to count = 1
2015/02/13 22:17:23 [INFO] Module root walking: aws_instance.zookeeper (Graph node: aws_instance.zookeeper)
2015/02/13 22:17:23 [DEBUG] aws_instance.zookeeper: Executing diff
2015/02/13 22:17:23 [DEBUG] aws_autoscaling_group.load_generator_asg: Diff: &terraform.InstanceDiff{Attributes:map[string]*terraform.ResourceAttrDiff{"availability_zones.#":*terraform.ResourceAttrDiff{Old:"", New:"1", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Type:0x0}, "max_size":*terraform.ResourceAttrDiff{Old:"", New:"1", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Type:0x0}, "health_check_type":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Type:0x0}, "termination_policies.#":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Type:0x0}, "desired_capacity":*terraform.ResourceAttrDiff{Old:"", New:"1", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Type:0x0}, "name":*terraform.ResourceAttrDiff{Old:"", New:"load-generator-asg-fc91e0a0-b40f-11e4-978a-0242ac110002", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Type:0x0}, "vpc_zone_identifier.#":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Type:0x0}, "default_cooldown":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Type:0x0}, "availability_zones.3569565595":*terraform.ResourceAttrDiff{Old:"", New:"us-east-1a", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Type:0x0}, "id":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Type:0x2}, "min_size":*terraform.ResourceAttrDiff{Old:"", New:"1", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Type:0x0}, "force_delete":*terraform.ResourceAttrDiff{Old:"", New:"1", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Type:0x0}, "launch_configuration":*terraform.ResourceAttrDiff{Old:"", New:"load_generator_config-fc91e0a0-b40f-11e4-978a-0242ac110002", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Type:0x0}, "health_check_grace_period":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Type:0x0}}, Destroy:false, DestroyTainted:false}
2015/02/13 22:17:23 terraform-provider-aws: panic: Unknown kind: string
2015/02/13 22:17:23 terraform-provider-aws: 
2015/02/13 22:17:23 terraform-provider-aws: goroutine 67 [running]:
2015/02/13 22:17:23 terraform-provider-aws: github.com/hashicorp/terraform/terraform.(*ResourceConfig).get(0xc2083b2bd0, 0xc2083ea300, 0x11, 0xc2083b2d20, 0x0, 0x0, 0xc2083f0100)
2015/02/13 22:17:23 terraform-provider-aws:     /Users/mitchellh/code/go/src/github.com/hashicorp/terraform/terraform/resource.go:194 +0x690
2015/02/13 22:17:23 terraform-provider-aws: github.com/hashicorp/terraform/terraform.(*ResourceConfig).Get(0xc2083b2bd0, 0xc2083ea300, 0x11, 0x0, 0x0, 0x1)
2015/02/13 22:17:23 terraform-provider-aws:     /Users/mitchellh/code/go/src/github.com/hashicorp/terraform/terraform/resource.go:122 +0x57
2015/02/13 22:17:23 terraform-provider-aws: github.com/hashicorp/terraform/helper/schema.(*ResourceData).getPrimitive(0xc208354fc0, 0xc2083ea300, 0x11, 0xc2083f0620, 0x0, 0x0, 0xc2083e3830, 0x5c9302, 0x0, 0x0, ...)
2015/02/13 22:17:23 terraform-provider-aws:     /Users/mitchellh/code/go/src/github.com/hashicorp/terraform/helper/schema/resource_data.go:707 +0x124
2015/02/13 22:17:23 terraform-provider-aws: github.com/hashicorp/terraform/helper/schema.(*ResourceData).get(0xc208354fc0, 0xc2083ea300, 0x11, 0xc2083f0620, 0x0, 0x0, 0xc2083e3830, 0x2, 0x0, 0x0, ...)
2015/02/13 22:17:23 terraform-provider-aws:     /Users/mitchellh/code/go/src/github.com/hashicorp/terraform/helper/schema/resource_data.go:294 +0xb4
2015/02/13 22:17:23 terraform-provider-aws: github.com/hashicorp/terraform/helper/schema.(*ResourceData).getList(0xc208354fc0, 0x6122d0, 0xf, 0xc2083f0620, 0x0, 0x0, 0xc208385cb0, 0xc2083edb02, 0x0, 0x0, ...)
2015/02/13 22:17:23 terraform-provider-aws:     /Users/mitchellh/code/go/src/github.com/hashicorp/terraform/helper/schema/resource_data.go:654 +0x1c9
2015/02/13 22:17:23 terraform-provider-aws: github.com/hashicorp/terraform/helper/schema.(*ResourceData).getList(0xc208354fc0, 0x6122d0, 0xf, 0x0, 0x0, 0x0, 0xc208385cb0, 0xc208365602, 0x0, 0x0, ...)
2015/02/13 22:17:23 terraform-provider-aws:     /Users/mitchellh/code/go/src/github.com/hashicorp/terraform/helper/schema/resource_data.go:668 +0x66d
2015/02/13 22:17:23 terraform-provider-aws: github.com/hashicorp/terraform/helper/schema.(*ResourceData).getSet(0xc208354fc0, 0x6122d0, 0xf, 0xc2083edb30, 0x0, 0x0, 0xc208385cb0, 0x453c0a, 0x0, 0x0, ...)
2015/02/13 22:17:23 terraform-provider-aws:     /Users/mitchellh/code/go/src/github.com/hashicorp/terraform/helper/schema/resource_data.go:325 +0x1081
2015/02/13 22:17:23 terraform-provider-aws: github.com/hashicorp/terraform/helper/schema.(*ResourceData).get(0xc208354fc0, 0x6122d0, 0xf, 0xc2083edb30, 0x0, 0x0, 0xc208385cb0, 0xc207fc120a, 0x0, 0x0, ...)
2015/02/13 22:17:23 terraform-provider-aws:     /Users/mitchellh/code/go/src/github.com/hashicorp/terraform/helper/schema/resource_data.go:288 +0x3af
2015/02/13 22:17:23 terraform-provider-aws: github.com/hashicorp/terraform/helper/schema.(*ResourceData).getObject(0xc208354fc0, 0x0, 0x0, 0xc2083edb30, 0x0, 0x0, 0xc2082a0210, 0xc2080ab10a, 0x0, 0x0, ...)
2015/02/13 22:17:23 terraform-provider-aws:     /Users/mitchellh/code/go/src/github.com/hashicorp/terraform/helper/schema/resource_data.go:622 +0x30e
2015/02/13 22:17:23 terraform-provider-aws: github.com/hashicorp/terraform/helper/schema.(*ResourceData).getChange(0xc208354fc0, 0x6122d0, 0xf, 0x1e0a01, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
2015/02/13 22:17:23 terraform-provider-aws:     /Users/mitchellh/code/go/src/github.com/hashicorp/terraform/helper/schema/resource_data.go:273 +0x22b
2015/02/13 22:17:23 terraform-provider-aws: github.com/hashicorp/terraform/helper/schema.(*ResourceData).diffChange(0xc208354fc0, 0x6122d0, 0xf, 0x0, 0x0, 0x0, 0x0, 0x45a100)
2015/02/13 22:17:23 terraform-provider-aws:     /Users/mitchellh/code/go/src/github.com/hashicorp/terraform/helper/schema/resource_data.go:250 +0x87
2015/02/13 22:17:23 terraform-provider-aws: github.com/hashicorp/terraform/helper/schema.schemaMap.diffSet(0xc2082a0210, 0x6122d0, 0xf, 0xc208385cb0, 0xc2083ed600, 0xc208354fc0, 0xc208397200, 0x0, 0x0)
2015/02/13 22:17:23 terraform-provider-aws:     /Users/mitchellh/code/go/src/github.com/hashicorp/terraform/helper/schema/schema.go:656 +0x84
2015/02/13 22:17:23 terraform-provider-aws: github.com/hashicorp/terraform/helper/schema.schemaMap.diff(0xc2082a0210, 0x6122d0, 0xf, 0xc208385cb0, 0xc2083ed600, 0xc208354fc0, 0xc20824d900, 0x0, 0x0)
2015/02/13 22:17:23 terraform-provider-aws:     /Users/mitchellh/code/go/src/github.com/hashicorp/terraform/helper/schema/schema.go:445 +0x2e2
2015/02/13 22:17:23 terraform-provider-aws: github.com/hashicorp/terraform/helper/schema.schemaMap.Diff(0xc2082a0210, 0xc208364e80, 0xc2083b2bd0, 0xc20809a9b8, 0x0, 0x0)
2015/02/13 22:17:23 terraform-provider-aws:     /Users/mitchellh/code/go/src/github.com/hashicorp/terraform/helper/schema/schema.go:208 +0x206
2015/02/13 22:17:23 terraform-provider-aws: github.com/hashicorp/terraform/helper/schema.(*Resource).Diff(0xc2082a01b0, 0xc208364e80, 0xc2083b2bd0, 0xc, 0x0, 0x0)
2015/02/13 22:17:23 terraform-provider-aws:     /Users/mitchellh/code/go/src/github.com/hashicorp/terraform/helper/schema/resource.go:122 +0x51
2015/02/13 22:17:23 terraform-provider-aws: github.com/hashicorp/terraform/helper/schema.(*Provider).Diff(0xc2082a0a80, 0xc2083b1c80, 0xc208364e80, 0xc2083b2bd0, 0x42c060, 0x0, 0x0)
2015/02/13 22:17:23 terraform-provider-aws:     /Users/mitchellh/code/go/src/github.com/hashicorp/terraform/helper/schema/provider.go:167 +0x1b9
2015/02/13 22:17:23 terraform-provider-aws: github.com/hashicorp/terraform/rpc.(*ResourceProviderServer).Diff(0xc20831af80, 0xc208364de0, 0xc2083ed5f0, 0x0, 0x0)
2015/02/13 22:17:23 terraform-provider-aws:     /Users/mitchellh/code/go/src/github.com/hashicorp/terraform/rpc/resource_provider.go:330 +0x7f
2015/02/13 22:17:23 terraform-provider-aws: reflect.Value.call(0x4e0dc0, 0x592340, 0x13, 0x5cb110, 0x4, 0xc2083f1f28, 0x3, 0x3, 0x0, 0x0, ...)
2015/02/13 22:17:23 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/reflect/value.go:419 +0x10e5
2015/02/13 22:17:23 terraform-provider-aws: reflect.Value.Call(0x4e0dc0, 0x592340, 0x13, 0xc2083f1f28, 0x3, 0x3, 0x0, 0x0, 0x0)
2015/02/13 22:17:23 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/reflect/value.go:296 +0xbc
2015/02/13 22:17:23 terraform-provider-aws: net/rpc.(*service).call(0xc20833c900, 0xc20833c8c0, 0xc208325ce0, 0xc20824d500, 0xc2083095e0, 0x42c000, 0xc208364de0, 0x16, 0x42c060, 0xc2083ed5f0, ...)
2015/02/13 22:17:23 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/rpc/server.go:382 +0x1f7
2015/02/13 22:17:23 terraform-provider-aws: created by net/rpc.(*Server).ServeCodec
2015/02/13 22:17:23 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/rpc/server.go:476 +0x44a
2015/02/13 22:17:23 terraform-provider-aws: 
2015/02/13 22:17:23 terraform-provider-aws: goroutine 1 [IO wait]:
2015/02/13 22:17:23 terraform-provider-aws: net.(*pollDesc).Wait(0xc208010ae0, 0x72, 0x0, 0x0)
2015/02/13 22:17:23 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/fd_poll_runtime.go:84 +0x47
2015/02/13 22:17:23 terraform-provider-aws: net.(*pollDesc).WaitRead(0xc208010ae0, 0x0, 0x0)
2015/02/13 22:17:23 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/fd_poll_runtime.go:89 +0x43
2015/02/13 22:17:23 terraform-provider-aws: net.(*netFD).accept(0xc208010a80, 0x0, 0x9a0dc8, 0xc20800b508)
2015/02/13 22:17:23 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/fd_unix.go:419 +0x40b
2015/02/13 22:17:23 terraform-provider-aws: net.(*UnixListener).AcceptUnix(0xc20801edc0, 0x36740, 0x0, 0x0)
2015/02/13 22:17:23 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/unixsock_posix.go:282 +0x56
2015/02/13 22:17:23 terraform-provider-aws: net.(*UnixListener).Accept(0xc20801edc0, 0x0, 0x0, 0x0, 0x0)
2015/02/13 22:17:23 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/unixsock_posix.go:293 +0x4c
2015/02/13 22:17:23 terraform-provider-aws: github.com/hashicorp/terraform/rpc.(*Server).Accept(0xc20800b400, 0x9a1690, 0xc20801edc0)
2015/02/13 22:17:23 terraform-provider-aws:     /Users/mitchellh/code/go/src/github.com/hashicorp/terraform/rpc/server.go:33 +0x37
2015/02/13 22:17:23 terraform-provider-aws: github.com/hashicorp/terraform/plugin.Serve(0xc20800b3e0)
2015/02/13 22:17:23 terraform-provider-aws:     /Users/mitchellh/code/go/src/github.com/hashicorp/terraform/plugin/server.go:88 +0x7e8
2015/02/13 22:17:23 terraform-provider-aws: main.main()
2015/02/13 22:17:23 terraform-provider-aws:     /Users/mitchellh/code/go/src/github.com/hashicorp/terraform/builtin/bins/provider-aws/main.go:11 +0x6d
2015/02/13 22:17:23 terraform-provider-aws: 
2015/02/13 22:17:23 terraform-provider-aws: goroutine 5 [syscall]:
2015/02/13 22:17:23 terraform-provider-aws: os/signal.loop()
2015/02/13 22:17:23 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/os/signal/signal_unix.go:21 +0x1f
2015/02/13 22:17:23 terraform-provider-aws: created by os/signal.init·1
2015/02/13 22:17:23 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/os/signal/signal_unix.go:27 +0x35
2015/02/13 22:17:23 terraform-provider-aws: 
2015/02/13 22:17:23 terraform-provider-aws: goroutine 7 [chan receive]:
2015/02/13 22:17:23 terraform-provider-aws: github.com/hashicorp/terraform/plugin.func·007()
2015/02/13 22:17:23 terraform-provider-aws:     /Users/mitchellh/code/go/src/github.com/hashicorp/terraform/plugin/server.go:79 +0x69
2015/02/13 22:17:23 terraform-provider-aws: created by github.com/hashicorp/terraform/plugin.Serve
2015/02/13 22:17:23 terraform-provider-aws:     /Users/mitchellh/code/go/src/github.com/hashicorp/terraform/plugin/server.go:85 +0x7c4
2015/02/13 22:17:23 terraform-provider-aws: 
2015/02/13 22:17:23 terraform-provider-aws: goroutine 8 [select]:
2015/02/13 22:17:23 terraform-provider-aws: github.com/hashicorp/yamux.(*Stream).Read(0xc20802e8c0, 0xc2080d7000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
2015/02/13 22:17:23 terraform-provider-aws:     /Users/mitchellh/code/go/src/github.com/hashicorp/yamux/stream.go:123 +0x3a1
2015/02/13 22:17:23 terraform-provider-aws: bufio.(*Reader).fill(0xc2080526c0)
2015/02/13 22:17:23 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/bufio/bufio.go:97 +0x1ce
2015/02/13 22:17:23 terraform-provider-aws: bufio.(*Reader).Read(0xc2080526c0, 0xc20800b5a0, 0x1, 0x9, 0x2592, 0x0, 0x0)
2015/02/13 22:17:23 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/bufio/bufio.go:174 +0x26c
2015/02/13 22:17:23 terraform-provider-aws: io.ReadAtLeast(0x9a28a0, 0xc2080526c0, 0xc20800b5a0, 0x1, 0x9, 0x1, 0x0, 0x0, 0x0)
2015/02/13 22:17:23 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/io/io.go:298 +0xf1
2015/02/13 22:17:23 terraform-provider-aws: io.ReadFull(0x9a28a0, 0xc2080526c0, 0xc20800b5a0, 0x1, 0x9, 0x2c, 0x0, 0x0)
2015/02/13 22:17:23 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/io/io.go:316 +0x6d
2015/02/13 22:17:23 terraform-provider-aws: encoding/gob.decodeUintReader(0x9a28a0, 0xc2080526c0, 0xc20800b5a0, 0x9, 0x9, 0x0, 0x1, 0x0, 0x0)
2015/02/13 22:17:23 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/encoding/gob/decode.go:121 +0x99
2015/02/13 22:17:23 terraform-provider-aws: encoding/gob.(*Decoder).recvMessage(0xc208056880, 0xc2080018c0)
2015/02/13 22:17:23 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/encoding/gob/decoder.go:76 +0x55
2015/02/13 22:17:23 terraform-provider-aws: encoding/gob.(*Decoder).decodeTypeSequence(0xc208056880, 0xc20801f200, 0x16)
2015/02/13 22:17:23 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/encoding/gob/decoder.go:140 +0x47
2015/02/13 22:17:23 terraform-provider-aws: encoding/gob.(*Decoder).DecodeValue(0xc208056880, 0x438ba0, 0xc20801f260, 0x16, 0x0, 0x0)
2015/02/13 22:17:23 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/encoding/gob/decoder.go:208 +0x192
2015/02/13 22:17:23 terraform-provider-aws: encoding/gob.(*Decoder).Decode(0xc208056880, 0x438ba0, 0xc20801f260, 0x0, 0x0)
2015/02/13 22:17:23 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/encoding/gob/decoder.go:185 +0x297
2015/02/13 22:17:23 terraform-provider-aws: net/rpc.(*gobServerCodec).ReadRequestHeader(0xc20807e000, 0xc20801f260, 0x0, 0x0)
2015/02/13 22:17:23 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/rpc/server.go:402 +0x5e
2015/02/13 22:17:23 terraform-provider-aws: net/rpc.(*Server).readRequestHeader(0xc208035f40, 0x9a2a00, 0xc20807e000, 0x0, 0x0, 0xc20801f260, 0x0, 0x0, 0x0)
2015/02/13 22:17:23 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/rpc/server.go:575 +0x97
2015/02/13 22:17:23 terraform-provider-aws: net/rpc.(*Server).readRequest(0xc208035f40, 0x9a2a00, 0xc20807e000, 0xc208056780, 0xc20801e020, 0x453cc0, 0x0, 0x0, 0x0, 0x0, ...)
2015/02/13 22:17:23 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/rpc/server.go:542 +0xa2
2015/02/13 22:17:23 terraform-provider-aws: net/rpc.(*Server).ServeCodec(0xc208035f40, 0x9a2a00, 0xc20807e000)
2015/02/13 22:17:23 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/rpc/server.go:461 +0x6d
2015/02/13 22:17:23 terraform-provider-aws: net/rpc.(*Server).ServeConn(0xc208035f40, 0x9a2928, 0xc20802e8c0)
2015/02/13 22:17:23 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/rpc/server.go:453 +0x208
2015/02/13 22:17:23 terraform-provider-aws: github.com/hashicorp/terraform/rpc.(*Server).ServeConn(0xc20800b400, 0x9a2788, 0xc2080380a0)
2015/02/13 22:17:23 terraform-provider-aws:     /Users/mitchellh/code/go/src/github.com/hashicorp/terraform/rpc/server.go:76 +0x530
2015/02/13 22:17:23 terraform-provider-aws: created by github.com/hashicorp/terraform/rpc.(*Server).Accept
2015/02/13 22:17:23 terraform-provider-aws:     /Users/mitchellh/code/go/src/github.com/hashicorp/terraform/rpc/server.go:39 +0x173
2015/02/13 22:17:23 terraform-provider-aws: 
2015/02/13 22:17:23 terraform-provider-aws: goroutine 9 [IO wait]:
2015/02/13 22:17:23 terraform-provider-aws: net.(*pollDesc).Wait(0xc208010bc0, 0x72, 0x0, 0x0)
2015/02/13 22:17:23 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/fd_poll_runtime.go:84 +0x47
2015/02/13 22:17:23 terraform-provider-aws: net.(*pollDesc).WaitRead(0xc208010bc0, 0x0, 0x0)
2015/02/13 22:17:23 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/fd_poll_runtime.go:89 +0x43
2015/02/13 22:17:23 terraform-provider-aws: net.(*netFD).Read(0xc208010b60, 0xc20800f000, 0x1000, 0x1000, 0x0, 0x9a0dc8, 0xc2083ec9c0)
2015/02/13 22:17:23 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/fd_unix.go:242 +0x40f
2015/02/13 22:17:23 terraform-provider-aws: net.(*conn).Read(0xc2080380a0, 0xc20800f000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
2015/02/13 22:17:23 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/net.go:121 +0xdc
2015/02/13 22:17:23 terraform-provider-aws: bufio.(*Reader).fill(0xc208052360)
2015/02/13 22:17:23 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/bufio/bufio.go:97 +0x1ce
2015/02/13 22:17:23 terraform-provider-aws: bufio.(*Reader).Read(0xc208052360, 0xc20800b520, 0xc, 0xc, 0xc2083ec9b0, 0x0, 0x0)
2015/02/13 22:17:23 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/bufio/bufio.go:174 +0x26c
2015/02/13 22:17:23 terraform-provider-aws: io.ReadAtLeast(0x9a28a0, 0xc208052360, 0xc20800b520, 0xc, 0xc, 0xc, 0x0, 0x0, 0x0)
2015/02/13 22:17:23 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/io/io.go:298 +0xf1
2015/02/13 22:17:23 terraform-provider-aws: io.ReadFull(0x9a28a0, 0xc208052360, 0xc20800b520, 0xc, 0xc, 0xc, 0x0, 0x0)
2015/02/13 22:17:23 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/io/io.go:316 +0x6d
2015/02/13 22:17:23 terraform-provider-aws: github.com/hashicorp/yamux.(*Session).recv(0xc20806cfa0)
2015/02/13 22:17:23 terraform-provider-aws:     /Users/mitchellh/code/go/src/github.com/hashicorp/yamux/session.go:332 +0xcb
2015/02/13 22:17:23 terraform-provider-aws: created by github.com/hashicorp/yamux.newSession
2015/02/13 22:17:23 terraform-provider-aws:     /Users/mitchellh/code/go/src/github.com/hashicorp/yamux/session.go:93 +0x3f0
2015/02/13 22:17:23 terraform-provider-aws: 
2015/02/13 22:17:23 terraform-provider-aws: goroutine 10 [select]:
2015/02/13 22:17:23 terraform-provider-aws: github.com/hashicorp/yamux.(*Session).send(0xc20806cfa0)
2015/02/13 22:17:23 terraform-provider-aws:     /Users/mitchellh/code/go/src/github.com/hashicorp/yamux/session.go:290 +0x554
2015/02/13 22:17:23 terraform-provider-aws: created by github.com/hashicorp/yamux.newSession
2015/02/13 22:17:23 terraform-provider-aws:     /Users/mitchellh/code/go/src/github.com/hashicorp/yamux/session.go:94 +0x40a
2015/02/13 22:17:23 terraform-provider-aws: 
2015/02/13 22:17:23 terraform-provider-aws: goroutine 11 [select]:
2015/02/13 22:17:23 terraform-provider-aws: github.com/hashicorp/yamux.(*Session).keepalive(0xc20806cfa0)
2015/02/13 22:17:23 terraform-provider-aws:     /Users/mitchellh/code/go/src/github.com/hashicorp/yamux/session.go:246 +0x106
2015/02/13 22:17:23 terraform-provider-aws: created by github.com/hashicorp/yamux.newSession
2015/02/13 22:17:23 terraform-provider-aws:     /Users/mitchellh/code/go/src/github.com/hashicorp/yamux/session.go:96 +0x435
2015/02/13 22:17:23 terraform-provider-aws: 
2015/02/13 22:17:23 terraform-provider-aws: goroutine 13 [select]:
2015/02/13 22:17:23 terraform-provider-aws: github.com/hashicorp/yamux.(*Session).AcceptStream(0xc20806cfa0, 0xc200000003, 0x0, 0x0)
2015/02/13 22:17:23 terraform-provider-aws:     /Users/mitchellh/code/go/src/github.com/hashicorp/yamux/session.go:154 +0x173
2015/02/13 22:17:23 terraform-provider-aws: github.com/hashicorp/terraform/rpc.(*muxBroker).Run(0xc20801eee0)
2015/02/13 22:17:23 terraform-provider-aws:     /Users/mitchellh/code/go/src/github.com/hashicorp/terraform/rpc/mux_broker.go:107 +0x37
2015/02/13 22:17:23 terraform-provider-aws: created by github.com/hashicorp/terraform/rpc.(*Server).ServeConn
2015/02/13 22:17:23 terraform-provider-aws:     /Users/mitchellh/code/go/src/github.com/hashicorp/terraform/rpc/server.go:65 +0x388
2015/02/13 22:17:23 terraform-provider-aws: 
2015/02/13 22:17:23 terraform-provider-aws: goroutine 31 [select]:
2015/02/13 22:17:23 terraform-provider-aws: github.com/hashicorp/yamux.(*Stream).Read(0xc20802f400, 0xc208104000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
2015/02/13 22:17:23 terraform-provider-aws:     /Users/mitchellh/code/go/src/github.com/hashicorp/yamux/stream.go:123 +0x3a1
2015/02/13 22:17:23 terraform-provider-aws: bufio.(*Reader).fill(0xc208053740)
2015/02/13 22:17:23 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/bufio/bufio.go:97 +0x1ce
2015/02/13 22:17:23 terraform-provider-aws: bufio.(*Reader).Read(0xc208053740, 0xc2080f8000, 0x1, 0x9, 0xc2080ad858, 0x0, 0x0)
2015/02/13 22:17:23 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/bufio/bufio.go:174 +0x26c
2015/02/13 22:17:23 terraform-provider-aws: io.ReadAtLeast(0x9a28a0, 0xc208053740, 0xc2080f8000, 0x1, 0x9, 0x1, 0x0, 0x0, 0x0)
2015/02/13 22:17:23 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/io/io.go:298 +0xf1
2015/02/13 22:17:23 terraform-provider-aws: io.ReadFull(0x9a28a0, 0xc208053740, 0xc2080f8000, 0x1, 0x9, 0x1, 0x0, 0x0)
2015/02/13 22:17:23 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/io/io.go:316 +0x6d
2015/02/13 22:17:23 terraform-provider-aws: encoding/gob.decodeUintReader(0x9a28a0, 0xc208053740, 0xc2080f8000, 0x9, 0x9, 0x0, 0x1, 0x0, 0x0)
2015/02/13 22:17:23 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/encoding/gob/decode.go:121 +0x99
2015/02/13 22:17:23 terraform-provider-aws: encoding/gob.(*Decoder).recvMessage(0xc208056f00, 0xc208000d80)
2015/02/13 22:17:23 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/encoding/gob/decoder.go:76 +0x55
2015/02/13 22:17:23 terraform-provider-aws: encoding/gob.(*Decoder).decodeTypeSequence(0xc208056f00, 0xc2080f6000, 0x16)
2015/02/13 22:17:23 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/encoding/gob/decoder.go:140 +0x47
2015/02/13 22:17:23 terraform-provider-aws: encoding/gob.(*Decoder).DecodeValue(0xc208056f00, 0x438ba0, 0xc2080f6000, 0x16, 0x0, 0x0)
2015/02/13 22:17:23 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/encoding/gob/decoder.go:208 +0x192
2015/02/13 22:17:23 terraform-provider-aws: encoding/gob.(*Decoder).Decode(0xc208056f00, 0x438ba0, 0xc2080f6000, 0x0, 0x0)
2015/02/13 22:17:23 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/encoding/gob/decoder.go:185 +0x297
2015/02/13 22:17:23 terraform-provider-aws: net/rpc.(*gobServerCodec).ReadRequestHeader(0xc2080ee0f0, 0xc2080f6000, 0x0, 0x0)
2015/02/13 22:17:23 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/rpc/server.go:402 +0x5e
2015/02/13 22:17:23 terraform-provider-aws: net/rpc.(*Server).readRequestHeader(0xc2080f5380, 0x9a2a00, 0xc2080ee0f0, 0x0, 0x0, 0xc2080f6000, 0xc2080f8000, 0x0, 0x0)
2015/02/13 22:17:23 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/rpc/server.go:575 +0x97
2015/02/13 22:17:23 terraform-provider-aws: net/rpc.(*Server).readRequest(0xc2080f5380, 0x9a2a00, 0xc2080ee0f0, 0xc208056d00, 0xc2080f65a0, 0x42c180, 0x0, 0x0, 0x0, 0x0, ...)
2015/02/13 22:17:23 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/rpc/server.go:542 +0xa2
2015/02/13 22:17:23 terraform-provider-aws: net/rpc.(*Server).ServeCodec(0xc2080f5380, 0x9a2a00, 0xc2080ee0f0)
2015/02/13 22:17:23 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/rpc/server.go:461 +0x6d
2015/02/13 22:17:23 terraform-provider-aws: net/rpc.(*Server).ServeConn(0xc2080f5380, 0x9a2928, 0xc20802f400)
2015/02/13 22:17:23 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/rpc/server.go:453 +0x208
2015/02/13 22:17:23 terraform-provider-aws: github.com/hashicorp/terraform/rpc.serve(0x9a2928, 0xc20802f400, 0x62a270, 0x10, 0x592240, 0xc2080f75e0)
2015/02/13 22:17:23 terraform-provider-aws:     /Users/mitchellh/code/go/src/github.com/hashicorp/terraform/rpc/server.go:146 +0x1f9
2015/02/13 22:17:23 terraform-provider-aws: github.com/hashicorp/terraform/rpc.func·001()
2015/02/13 22:17:23 terraform-provider-aws:     /Users/mitchellh/code/go/src/github.com/hashicorp/terraform/rpc/server.go:102 +0x265
2015/02/13 22:17:23 terraform-provider-aws: created by github.com/hashicorp/terraform/rpc.(*dispenseServer).ResourceProvider
2015/02/13 22:17:23 terraform-provider-aws:     /Users/mitchellh/code/go/src/github.com/hashicorp/terraform/rpc/server.go:103 +0x107
2015/02/13 22:17:23 terraform-provider-aws: 
2015/02/13 22:17:23 terraform-provider-aws: goroutine 15 [select]:
2015/02/13 22:17:23 terraform-provider-aws: github.com/hashicorp/yamux.(*Stream).Read(0xc20802e140, 0xc2080dd000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
2015/02/13 22:17:23 terraform-provider-aws:     /Users/mitchellh/code/go/src/github.com/hashicorp/yamux/stream.go:123 +0x3a1
2015/02/13 22:17:23 terraform-provider-aws: bufio.(*Reader).fill(0xc208052ea0)
2015/02/13 22:17:23 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/bufio/bufio.go:97 +0x1ce
2015/02/13 22:17:23 terraform-provider-aws: bufio.(*Reader).Read(0xc208052ea0, 0xc20800b7e0, 0x1, 0x9, 0xc2080b1858, 0x0, 0x0)
2015/02/13 22:17:23 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/bufio/bufio.go:174 +0x26c
2015/02/13 22:17:23 terraform-provider-aws: io.ReadAtLeast(0x9a28a0, 0xc208052ea0, 0xc20800b7e0, 0x1, 0x9, 0x1, 0x0, 0x0, 0x0)
2015/02/13 22:17:23 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/io/io.go:298 +0xf1
2015/02/13 22:17:23 terraform-provider-aws: io.ReadFull(0x9a28a0, 0xc208052ea0, 0xc20800b7e0, 0x1, 0x9, 0x1, 0x0, 0x0)
2015/02/13 22:17:23 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/io/io.go:316 +0x6d
2015/02/13 22:17:23 terraform-provider-aws: encoding/gob.decodeUintReader(0x9a28a0, 0xc208052ea0, 0xc20800b7e0, 0x9, 0x9, 0x0, 0x1, 0x0, 0x0)
2015/02/13 22:17:23 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/encoding/gob/decode.go:121 +0x99
2015/02/13 22:17:23 terraform-provider-aws: encoding/gob.(*Decoder).recvMessage(0xc208056980, 0xc208000ea0)
2015/02/13 22:17:23 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/encoding/gob/decoder.go:76 +0x55
2015/02/13 22:17:23 terraform-provider-aws: encoding/gob.(*Decoder).decodeTypeSequence(0xc208056980, 0xc20801fb00, 0x16)
2015/02/13 22:17:23 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/encoding/gob/decoder.go:140 +0x47
2015/02/13 22:17:23 terraform-provider-aws: encoding/gob.(*Decoder).DecodeValue(0xc208056980, 0x438ba0, 0xc20801fb40, 0x16, 0x0, 0x0)
2015/02/13 22:17:23 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/encoding/gob/decoder.go:208 +0x192
2015/02/13 22:17:23 terraform-provider-aws: encoding/gob.(*Decoder).Decode(0xc208056980, 0x438ba0, 0xc20801fb40, 0x0, 0x0)
2015/02/13 22:17:23 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/encoding/gob/decoder.go:185 +0x297
2015/02/13 22:17:23 terraform-provider-aws: net/rpc.(*gobServerCodec).ReadRequestHeader(0xc2080d4150, 0xc20801fb40, 0x0, 0x0)
2015/02/13 22:17:23 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/rpc/server.go:402 +0x5e
2015/02/13 22:17:23 terraform-provider-aws: net/rpc.(*Server).readRequestHeader(0xc2080d8a00, 0x9a2a00, 0xc2080d4150, 0x0, 0x0, 0xc20801fb40, 0xc20800b700, 0x0, 0x0)
2015/02/13 22:17:23 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/rpc/server.go:575 +0x97
2015/02/13 22:17:23 terraform-provider-aws: net/rpc.(*Server).readRequest(0xc2080d8a00, 0x9a2a00, 0xc2080d4150, 0xc208056900, 0xc2080f0180, 0x42c2a0, 0x0, 0x0, 0x0, 0x0, ...)
2015/02/13 22:17:23 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/rpc/server.go:542 +0xa2
2015/02/13 22:17:23 terraform-provider-aws: net/rpc.(*Server).ServeCodec(0xc2080d8a00, 0x9a2a00, 0xc2080d4150)
2015/02/13 22:17:23 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/rpc/server.go:461 +0x6d
2015/02/13 22:17:23 terraform-provider-aws: net/rpc.(*Server).ServeConn(0xc2080d8a00, 0x9a2928, 0xc20802e140)
2015/02/13 22:17:23 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/rpc/server.go:453 +0x208
2015/02/13 22:17:23 terraform-provider-aws: github.com/hashicorp/terraform/rpc.serve(0x9a2928, 0xc20802e140, 0x62a270, 0x10, 0x592240, 0xc20801f580)
2015/02/13 22:17:23 terraform-provider-aws:     /Users/mitchellh/code/go/src/github.com/hashicorp/terraform/rpc/server.go:146 +0x1f9
2015/02/13 22:17:23 terraform-provider-aws: github.com/hashicorp/terraform/rpc.func·001()
2015/02/13 22:17:23 terraform-provider-aws:     /Users/mitchellh/code/go/src/github.com/hashicorp/terraform/rpc/server.go:102 +0x265
2015/02/13 22:17:23 terraform-provider-aws: created by github.com/hashicorp/terraform/rpc.(*dispenseServer).ResourceProvider
2015/02/13 22:17:23 terraform-provider-aws:     /Users/mitchellh/code/go/src/github.com/hashicorp/terraform/rpc/server.go:103 +0x107
2015/02/13 22:17:23 terraform-provider-aws: 
2015/02/13 22:17:23 terraform-provider-aws: goroutine 49 [syscall, locked to thread]:
2015/02/13 22:17:23 terraform-provider-aws: runtime.goexit()
2015/02/13 22:17:23 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/runtime/asm_amd64.s:2232 +0x1
2015/02/13 22:17:23 terraform-provider-aws: 
2015/02/13 22:17:23 terraform-provider-aws: goroutine 53 [select]:
2015/02/13 22:17:23 terraform-provider-aws: github.com/hashicorp/yamux.(*Stream).Read(0xc2082e68c0, 0xc20839a000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
2015/02/13 22:17:23 terraform-provider-aws:     /Users/mitchellh/code/go/src/github.com/hashicorp/yamux/stream.go:123 +0x3a1
2015/02/13 22:17:23 terraform-provider-aws: bufio.(*Reader).fill(0xc2083547e0)
2015/02/13 22:17:23 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/bufio/bufio.go:97 +0x1ce
2015/02/13 22:17:23 terraform-provider-aws: bufio.(*Reader).Read(0xc2083547e0, 0xc208325cb3, 0x1, 0x9, 0xc208371858, 0x0, 0x0)
2015/02/13 22:17:23 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/bufio/bufio.go:174 +0x26c
2015/02/13 22:17:23 terraform-provider-aws: io.ReadAtLeast(0x9a28a0, 0xc2083547e0, 0xc208325cb3, 0x1, 0x9, 0x1, 0x0, 0x0, 0x0)
2015/02/13 22:17:23 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/io/io.go:298 +0xf1
2015/02/13 22:17:23 terraform-provider-aws: io.ReadFull(0x9a28a0, 0xc2083547e0, 0xc208325cb3, 0x1, 0x9, 0x1, 0x0, 0x0)
2015/02/13 22:17:23 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/io/io.go:316 +0x6d
2015/02/13 22:17:23 terraform-provider-aws: encoding/gob.decodeUintReader(0x9a28a0, 0xc2083547e0, 0xc208325cb3, 0x9, 0x9, 0x0, 0x1, 0x0, 0x0)
2015/02/13 22:17:23 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/encoding/gob/decode.go:121 +0x99
2015/02/13 22:17:23 terraform-provider-aws: encoding/gob.(*Decoder).recvMessage(0xc20824d800, 0xc2082ab7a0)
2015/02/13 22:17:23 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/encoding/gob/decoder.go:76 +0x55
2015/02/13 22:17:23 terraform-provider-aws: encoding/gob.(*Decoder).decodeTypeSequence(0xc20824d800, 0xc20831b600, 0x16)
2015/02/13 22:17:23 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/encoding/gob/decoder.go:140 +0x47
2015/02/13 22:17:23 terraform-provider-aws: encoding/gob.(*Decoder).DecodeValue(0xc20824d800, 0x438ba0, 0xc20831b6c0, 0x16, 0x0, 0x0)
2015/02/13 22:17:23 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/encoding/gob/decoder.go:208 +0x192
2015/02/13 22:17:23 terraform-provider-aws: encoding/gob.(*Decoder).Decode(0xc20824d800, 0x438ba0, 0xc20831b6c0, 0x0, 0x0)
2015/02/13 22:17:23 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/encoding/gob/decoder.go:185 +0x297
2015/02/13 22:17:23 terraform-provider-aws: net/rpc.(*gobServerCodec).ReadRequestHeader(0xc2082a0c90, 0xc20831b6c0, 0x0, 0x0)
2015/02/13 22:17:23 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/rpc/server.go:402 +0x5e
2015/02/13 22:17:23 terraform-provider-aws: net/rpc.(*Server).readRequestHeader(0xc20833c8c0, 0x9a2a00, 0xc2082a0c90, 0x0, 0x0, 0xc20831b6c0, 0xc208325c00, 0x0, 0x0)
2015/02/13 22:17:23 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/rpc/server.go:575 +0x97
2015/02/13 22:17:23 terraform-provider-aws: net/rpc.(*Server).readRequest(0xc20833c8c0, 0x9a2a00, 0xc2082a0c90, 0xc20824d500, 0xc2083095e0, 0x42c000, 0x0, 0x0, 0x0, 0x0, ...)
2015/02/13 22:17:23 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/rpc/server.go:542 +0xa2
2015/02/13 22:17:23 terraform-provider-aws: net/rpc.(*Server).ServeCodec(0xc20833c8c0, 0x9a2a00, 0xc2082a0c90)
2015/02/13 22:17:23 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/rpc/server.go:461 +0x6d
2015/02/13 22:17:23 terraform-provider-aws: net/rpc.(*Server).ServeConn(0xc20833c8c0, 0x9a2928, 0xc2082e68c0)
2015/02/13 22:17:23 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/rpc/server.go:453 +0x208
2015/02/13 22:17:23 terraform-provider-aws: github.com/hashicorp/terraform/rpc.serve(0x9a2928, 0xc2082e68c0, 0x62a270, 0x10, 0x592240, 0xc20831af80)
2015/02/13 22:17:23 terraform-provider-aws:     /Users/mitchellh/code/go/src/github.com/hashicorp/terraform/rpc/server.go:146 +0x1f9
2015/02/13 22:17:23 terraform-provider-aws: github.com/hashicorp/terraform/rpc.func·001()
2015/02/13 22:17:23 terraform-provider-aws:     /Users/mitchellh/code/go/src/github.com/hashicorp/terraform/rpc/server.go:102 +0x265
2015/02/13 22:17:23 terraform-provider-aws: created by github.com/hashicorp/terraform/rpc.(*dispenseServer).ResourceProvider
2015/02/13 22:17:23 terraform-provider-aws:     /Users/mitchellh/code/go/src/github.com/hashicorp/terraform/rpc/server.go:103 +0x107
2015/02/13 22:17:23 [ERROR] Error walking 'aws_instance.zookeeper': unexpected EOF
2015/02/13 22:17:23 waiting for all plugin processes to complete...
2015/02/13 22:17:23 [DEBUG] /Users/matt/bin/terraform/terraform-provider-aws: plugin process exited
@savaki
Copy link
Author

savaki commented Feb 14, 2015

looks like this occurs if aws_instance has a scalar rather than an array for security_groups

@ceh
Copy link
Contributor

ceh commented Feb 16, 2015

Duplicate of #691? (Which was fixed by #773.)

@mitchellh
Copy link
Contributor

Fixed, same as #691.

@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