Skip to content

Instantly share code, notes, and snippets.

@rdark
Created March 14, 2016 15:25
Show Gist options
  • Save rdark/c19165c7e3b60a98a89b to your computer and use it in GitHub Desktop.
Save rdark/c19165c7e3b60a98a89b to your computer and use it in GitHub Desktop.
* 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