Skip to content

Commit

Permalink
provider/aws: Update hash in Redshift Security Group test
Browse files Browse the repository at this point in the history
  • Loading branch information
catsby committed May 13, 2016
1 parent 279eead commit 2047da2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ func TestAccAWSRedshiftSecurityGroup_ingressSecurityGroup(t *testing.T) {
resource.TestCheckResourceAttr(
"aws_redshift_security_group.bar", "ingress.#", "1"),
resource.TestCheckResourceAttr(
"aws_redshift_security_group.bar", "ingress.220863.security_group_name", "terraform_redshift_acceptance_test"),
"aws_redshift_security_group.bar", "ingress.2230908922.security_group_name", "terraform_redshift_acceptance_test"),
),
},
},
Expand Down

0 comments on commit 2047da2

Please sign in to comment.