Skip to content

Commit

Permalink
tests/resource/aws_ecs_service: Fix TestAccAWSEcsService_withMultiple…
Browse files Browse the repository at this point in the history
…TargetGroups (#14586)
  • Loading branch information
shuheiktgw authored Aug 12, 2020
1 parent c161027 commit c995a6f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions aws/resource_aws_ecs_service_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2811,8 +2811,9 @@ resource "aws_lb_listener_rule" "static" {
}
condition {
field = "path-pattern"
values = ["/static/*"]
path_pattern {
values = ["/static/*"]
}
}
}
Expand Down

0 comments on commit c995a6f

Please sign in to comment.