Skip to content

Commit

Permalink
terrafmt
Browse files Browse the repository at this point in the history
  • Loading branch information
gdavison committed Feb 7, 2024
1 parent 7ffac25 commit 3bc1a49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/service/elbv2/listener_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2588,8 +2588,8 @@ resource "aws_lb_listener" "test" {
port = "80"
default_action {
target_group_arn = aws_lb_target_group.test.arn
type = "redirect"
target_group_arn = aws_lb_target_group.test.arn
type = "redirect"
redirect {
port = "443"
Expand Down

0 comments on commit 3bc1a49

Please sign in to comment.