diff --git a/aws/awsrouter/transit_gateway_helpers.go b/aws/awsrouter/transit_gateway_helpers.go index a4db7f8..9438b98 100644 --- a/aws/awsrouter/transit_gateway_helpers.go +++ b/aws/awsrouter/transit_gateway_helpers.go @@ -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