providers/aws: add failing test for reorder ingress rules bug
This commit is contained in:
parent
e4a6fcd64b
commit
cbcb559c0c
|
@ -267,6 +267,13 @@ resource "aws_security_group" "web" {
|
|||
cidr_blocks = ["10.0.0.0/8"]
|
||||
}
|
||||
|
||||
ingress {
|
||||
protocol = "tcp"
|
||||
from_port = 800
|
||||
to_port = 800
|
||||
cidr_blocks = ["10.0.0.0/8"]
|
||||
}
|
||||
|
||||
ingress {
|
||||
protocol = "tcp"
|
||||
from_port = 80
|
||||
|
|
Loading…
Reference in New Issue