mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
update hash for aws security group test
This commit is contained in:
parent
e0cdadfc55
commit
87e1260fac
@ -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,
|
||||||
),
|
),
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user