Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Terraform
Commits
87e1260f
Commit
87e1260f
authored
10 years ago
by
Clint Shryock
Browse files
Options
Download
Email Patches
Plain Diff
update hash for aws security group test
parent
e0cdadfc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
builtin/providers/aws/resource_aws_security_group_test.go
+4
-4
builtin/providers/aws/resource_aws_security_group_test.go
with
4 additions
and
4 deletions
+4
-4
builtin/providers/aws/resource_aws_security_group_test.go
+
4
-
4
View file @
87e1260f
...
@@ -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.3
128515109
.protocol"
,
"tcp"
),
"aws_security_group.web"
,
"ingress.3
971148406
.protocol"
,
"tcp"
),
resource
.
TestCheckResourceAttr
(
resource
.
TestCheckResourceAttr
(
"aws_security_group.web"
,
"ingress.3
128515109
.from_port"
,
"80"
),
"aws_security_group.web"
,
"ingress.3
971148406
.from_port"
,
"80"
),
resource
.
TestCheckResourceAttr
(
resource
.
TestCheckResourceAttr
(
"aws_security_group.web"
,
"ingress.3
128515109
.to_port"
,
"8000"
),
"aws_security_group.web"
,
"ingress.3
971148406
.to_port"
,
"8000"
),
resource
.
TestCheckResourceAttr
(
resource
.
TestCheckResourceAttr
(
"aws_security_group.web"
,
"ingress.3
128515109
.self"
,
"true"
),
"aws_security_group.web"
,
"ingress.3
971148406
.self"
,
"true"
),
checkSelf
,
checkSelf
,
),
),
},
},
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help