providers/aws: add failing test for reorder ingress rules bug

pull/97/head
Jack Pearkes 12 years ago
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…
Cancel
Save