--
This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines may result in your removal from this mailing list.
GitHub Issues: https://github.com/hashicorp/terraform/issues
IRC: #terraform-tool on Freenode
---
You received this message because you are subscribed to the Google Groups "Terraform" group.
To unsubscribe from this group and stop receiving emails from it, send an email to terraform-too...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/terraform-tool/7361d105-a3ec-4e2f-8ff8-02ba3dc9f1fc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Andrew Langhorn | |
| Senior Infrastructure Engineer | |
| andrew....@thoughtworks.com | |
| Telephone | +44 7733 339809 |
I am having a similar problem as well.
the cf file is located below
https://gist.github.com/felixgao/fac4de0906b3c7c75d21
aws_vpc.main: Refreshing state... (ID: vpc-f213fd96) aws_internet_gateway.default: Refreshing state... (ID: igw-abdd8ace) aws_security_group.default: Refreshing state... (ID: sg-2458e943) aws_subnet.subnet.0: Refreshing state... (ID: subnet-de4ebeba) aws_subnet.subnet.1: Refreshing state... (ID: subnet-880f1bff) aws_subnet.subnet.2: Refreshing state... (ID: subnet-54a0830d) aws_launch_configuration.web-lc: Refreshing state... (ID: terraform-example-lc) aws_elb.web-elb: Creating... availability_zones.#: "" => "<computed>" connection_draining: "" => "0" connection_draining_timeout: "" => "300" dns_name: "" => "<computed>" health_check.#: "" => "1" health_check.0.healthy_threshold: "" => "2" health_check.0.interval: "" => "30" health_check.0.target: "" => "HTTP:80/" health_check.0.timeout: "" => "3" health_check.0.unhealthy_threshold: "" => "2" idle_timeout: "" => "60" instances.#: "" => "<computed>" internal: "" => "<computed>" listener.#: "" => "1" listener.3057123346.instance_port: "" => "80" listener.3057123346.instance_protocol: "" => "http" listener.3057123346.lb_port: "" => "80" listener.3057123346.lb_protocol: "" => "http" listener.3057123346.ssl_certificate_id: "" => "" name: "" => "terraform-example-elb" security_groups.#: "" => "<computed>" source_security_group: "" => "<computed>" source_security_group_id: "" => "<computed>" subnets.#: "" => "3" subnets.1563875928: "" => "subnet-de4ebeba" subnets.3654181985: "" => "subnet-54a0830d" subnets.3883100686: "" => "subnet-880f1bff" zone_id: "" => "<computed>" aws_elb.web-elb: Creation complete aws_autoscaling_group.web-asg: Creating... availability_zones.#: "" => "3" availability_zones.2050015877: "" => "us-west-2c" availability_zones.221770259: "" => "us-west-2b" availability_zones.2487133097: "" => "us-west-2a" default_cooldown: "" => "<computed>" desired_capacity: "" => "1" force_delete: "" => "1" health_check_grace_period: "" => "<computed>" health_check_type: "" => "<computed>" launch_configuration: "" => "terraform-example-lc" load_balancers.#: "" => "1" load_balancers.2211072046: "" => "terraform-example-elb" max_size: "" => "2" min_size: "" => "1" name: "" => "terraform-example-asg" tag.#: "" => "1" tag.2421615522.key: "" => "Name" tag.2421615522.propagate_at_launch: "" => "1" tag.2421615522.value: "" => "web-asg" vpc_zone_identifier.#: "" => "<computed>" wait_for_capacity_timeout: "" => "10m"
Error applying plan: 1 error(s) occurred:
* aws_autoscaling_group.web-asg: timeout while waiting for state to become '[success]' Terraform does not automatically rollback in the face of errors. Instead, your Terraform state file has been partially updated with any resources that successfully completed. Please address the error
Failed | Launching a new EC2 instance | |||||
| ||||||