Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Roger Gomez committed Feb 28, 2024
1 parent 049cb45 commit 31eced8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion aws/awsrouter/transit_gateway_helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ 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)
fmt.Println("attachment id:", attachment.ID)
fmt.Println("attachment name:", attachment.Name)
}
var attachmentName = "-"
if len(route.TransitGatewayAttachments) != 0 {
Expand Down

0 comments on commit 31eced8

Please sign in to comment.