Created
March 14, 2016 15:25
-
-
Save rdark/c19165c7e3b60a98a89b to your computer and use it in GitHub Desktop.
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
* aws_security_group_rule.allow_all_outbound: [WARN] A duplicate Security Group rule was found. This may be | |
a side effect of a now-fixed Terraform issue causing two security groups with | |
identical attributes but different source_security_group_ids to overwrite each | |
other in the state. See https://github.com/hashicorp/terraform/pull/2376 for more | |
information and instructions for recovery. Error message: the specified rule "peer: 0.0.0.0/0, ALL, ALLOW" already exists | |
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. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment