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 4348f06 commit 6759804
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions aws/awsrouter/transit_gateway_helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ func ExportTgwRoutesExcel(tgws []*Tgw, folder fs.FileInfo) error {
}
state := fmt.Sprint(route.State)
routeType := fmt.Sprint(route.Type)
for _, attachment := range tgwRouteTable.Attachments {
fmt.Println("attachment id:", attachment.ID)
fmt.Println("attachment name:", attachment.Name)
}
// for _, attachment := range tgwRouteTable.Attachments {
// fmt.Println("attachment id:", attachment.ID)
// fmt.Println("attachment name:", attachment.Name)
// }
var attachmentName = "-"
if len(route.TransitGatewayAttachments) != 0 {
fmt.Println("att len:", len(route.TransitGatewayAttachments))
Expand Down

0 comments on commit 6759804

Please sign in to comment.