You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I saw a report of this issue on IRC didn't see an issue on Github, so here goes. I am seeing terraform apply fail with a ValidationError. This may be some sort of eventual consistency thing as Mitchell suggested.
I verified through the AWS console that the launch configuration named coreos indeed exists.
Error applying plan:
1 error(s) occurred:
* ValidationError: Launch configuration name not found - Launch configuration coreos not found
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.
I saw a report of this issue on IRC didn't see an issue on Github, so here goes. I am seeing
terraform apply
fail with aValidationError
. This may be some sort of eventual consistency thing as Mitchell suggested.I verified through the AWS console that the launch configuration named
coreos
indeed exists.Offending
.tf
file:The text was updated successfully, but these errors were encountered: