From 44eb55f8f66788b9a2e709848b7cdb3f3d81665d Mon Sep 17 00:00:00 2001 From: Clint Shryock Date: Fri, 19 Jun 2015 11:50:10 -0500 Subject: [PATCH] update link to actually work --- builtin/providers/aws/resource_aws_security_group_rule.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builtin/providers/aws/resource_aws_security_group_rule.go b/builtin/providers/aws/resource_aws_security_group_rule.go index 6a99fb84d8..ce8b20498a 100644 --- a/builtin/providers/aws/resource_aws_security_group_rule.go +++ b/builtin/providers/aws/resource_aws_security_group_rule.go @@ -133,7 +133,7 @@ func resourceAwsSecurityGroupRuleCreate(d *schema.ResourceData, meta interface{} return fmt.Errorf(`[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/teraform/pull/2376 for more +other in the state. See https://github.com/hashicorp/terraform/pull/2376 for more information and instructions for recovery. Error message: %s`, awsErr.Message()) } }