Skip to content

Commit

Permalink
Add method to update TGW route tables attachments
Browse files Browse the repository at this point in the history
  • Loading branch information
Roger Gomez committed Feb 28, 2024
1 parent 3ffc590 commit 45e5467
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/application/application.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ func (app *Application) UpdateRouting(ctx context.Context) (tgws []*awsrouter.Tg
// Get all routes from all route tables
for _, tgw := range tgws {
tgw.UpdateTgwRoutes(ctx, app.RouterClient)
tgw.UpdateTgwRouteTablesAttachments(ctx, app.RouterClient)
}

return tgws, nil
}

0 comments on commit 45e5467

Please sign in to comment.