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

Terraform destroy dies with error #4

Open
begriffs opened this issue Jan 25, 2015 · 1 comment
Open

Terraform destroy dies with error #4

begriffs opened this issue Jan 25, 2015 · 1 comment

Comments

@begriffs
Copy link
Owner

Error applying plan:

1 error(s) occurred:

* Network vpc-xxxxxxxx has some mapped public address(es). Please unmap those public address(es) before detaching the gateway. (DependencyViolation)

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.
@begriffs
Copy link
Owner Author

begriffs commented Feb 5, 2015

Caused by hashicorp/terraform#357

For a workaround it looks like I can call destroy twice in my makefile.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant