Created
March 13, 2017 16:55
-
-
Save mattzimmerman/08eefb57d56f49e3985ce8579ed18dd3 to your computer and use it in GitHub Desktop.
Apply errors (ASGs timed out)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Error applying plan: | |
2 error(s) occurred: | |
* aws_autoscaling_group.web-server: "autodeploytest-loadtest-terraform-00acfd562fbbb66ce8d142e877": Waiting up to 1h0m0s: Need at least 2 healthy instances in ELB, have 1 | |
* aws_autoscaling_group.web-server-master: "autodeploytest-master-loadtest-terraform-00acfd562fbbb66ce8d142e877": Waiting up to 1h0m0s: Need at least 1 healthy instances in ELB, have 0 | |
Terraform does not automatically rollback in the face of errors. | |
Instead, your Terraform state file has been partially updated with | |
any resources that successfully completed. Please address the error | |
above and apply again to incrementally change your infrastructure. | |
DEBUG: 9+ if ( >>>> $lastexitcode -ne 0) { exit 1 } | |
DEBUG: 9+ if ($lastexitcode -ne 0) { >>>> exit 1 } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment