Skip to content

Commit

Permalink
tests/resource/aws_lb_listener: Revert testAccAWSLBListenerConfigBack…
Browse files Browse the repository at this point in the history
…wardsCompatibility configuration update

Reference: #9111 (comment)
  • Loading branch information
bflad committed Jun 25, 2019
1 parent 5de4758 commit 153a745
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/resource_aws_lb_listener_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -628,7 +628,7 @@ resource "aws_alb_listener" "front_end" {
resource "aws_alb" "alb_test" {
name = "%s"
internal = false
internal = true
security_groups = ["${aws_security_group.alb_test.id}"]
subnets = ["${aws_subnet.alb_test.*.id[0]}", "${aws_subnet.alb_test.*.id[1]}"]
Expand Down

0 comments on commit 153a745

Please sign in to comment.