Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Roger Gomez committed Feb 29, 2024
1 parent 28594e1 commit 4348f06
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions aws/awsrouter/transit_gateway_helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ func ExportTgwRoutesExcel(tgws []*Tgw, folder fs.FileInfo) error {
if len(route.TransitGatewayAttachments) != 0 {
fmt.Println("att len:", len(route.TransitGatewayAttachments))
attachmentID := fmt.Sprint(*route.TransitGatewayAttachments[0].TransitGatewayAttachmentId)
fmt.Println("searching attachment:", attachmentID)
attachmentName = tgwRouteTable.GetAttachmentName(attachmentID)
if attachmentName == "" {
attachmentName = attachmentID
Expand Down

0 comments on commit 4348f06

Please sign in to comment.