Commit 87e1260f authored by Clint Shryock's avatar Clint Shryock
Browse files

update hash for aws security group test

parent e0cdadfc
Showing with 4 additions and 4 deletions
+4 -4
...@@ -76,13 +76,13 @@ func TestAccAWSSecurityGroup_self(t *testing.T) { ...@@ -76,13 +76,13 @@ func TestAccAWSSecurityGroup_self(t *testing.T) {
resource.TestCheckResourceAttr( resource.TestCheckResourceAttr(
"aws_security_group.web", "description", "Used in the terraform acceptance tests"), "aws_security_group.web", "description", "Used in the terraform acceptance tests"),
resource.TestCheckResourceAttr( resource.TestCheckResourceAttr(
"aws_security_group.web", "ingress.3128515109.protocol", "tcp"), "aws_security_group.web", "ingress.3971148406.protocol", "tcp"),
resource.TestCheckResourceAttr( resource.TestCheckResourceAttr(
"aws_security_group.web", "ingress.3128515109.from_port", "80"), "aws_security_group.web", "ingress.3971148406.from_port", "80"),
resource.TestCheckResourceAttr( resource.TestCheckResourceAttr(
"aws_security_group.web", "ingress.3128515109.to_port", "8000"), "aws_security_group.web", "ingress.3971148406.to_port", "8000"),
resource.TestCheckResourceAttr( resource.TestCheckResourceAttr(
"aws_security_group.web", "ingress.3128515109.self", "true"), "aws_security_group.web", "ingress.3971148406.self", "true"),
checkSelf, checkSelf,
), ),
}, },
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment