diff --git a/internal/service/appmesh/flex.go b/internal/service/appmesh/flex.go index a057fb4def14..3d1cd93d7af6 100644 --- a/internal/service/appmesh/flex.go +++ b/internal/service/appmesh/flex.go @@ -1482,9 +1482,7 @@ func flattenTCPRoute(tcpRoute *appmesh.TcpRoute) []interface{} { "weighted_target": vWeightedTargets, }, } - } - } if tcpRouteMatch := tcpRoute.Match; tcpRouteMatch != nil {