Skip to content

Commit

Permalink
bad-star
Browse files Browse the repository at this point in the history
  • Loading branch information
b-diggity committed Oct 4, 2023
1 parent 3580176 commit 33cfd12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/service/ec2/find.go
Original file line number Diff line number Diff line change
Expand Up @@ -4601,7 +4601,7 @@ func FindTransitGatewayStaticRoute(ctx context.Context, conn *ec2.EC2, transitGa
input := &ec2.SearchTransitGatewayRoutesInput{
Filters: BuildAttributeFilterList(map[string]string{
"type": ec2.TransitGatewayRouteTypeStatic,
"route-search.exact-match": *aws.String(destination),
"route-search.exact-match": destination,
}),
TransitGatewayRouteTableId: aws.String(transitGatewayRouteTableID),
}
Expand Down

0 comments on commit 33cfd12

Please sign in to comment.