Skip to content

Commit

Permalink
Remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
1solomonwakhungu authored and ekristen committed Sep 13, 2024
1 parent b43708a commit 7c60fdf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion resources/ec2-connect-peers.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ func ListEC2TGWConnectPeer(sess *session.Session) ([]Resource, error) {
svc := ec2.New(sess)
resources := make([]Resource, 0)

// filter should be set as deleted vpc connections are returned
params := &ec2.DescribeTransitGatewayConnectPeersInput{}

resp, err := svc.DescribeTransitGatewayConnectPeers(params)
Expand Down

0 comments on commit 7c60fdf

Please sign in to comment.