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

This commit is contained in:
Jack Pearkes 2014-07-29 15:03:51 -04:00
parent e4a6fcd64b
commit cbcb559c0c
1 changed files with 7 additions and 0 deletions

View File

@ -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