Skip to content

Commit

Permalink
Merge pull request #552 from ekristen/issue-551
Browse files Browse the repository at this point in the history
fix(ec2-internet-gateway-attachment): include account id properly
  • Loading branch information
ekristen authored Feb 5, 2025
2 parents ac755ef + 643f3e9 commit 83e1b3b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions resources/ec2-internet-gateway-attachment.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ func (l *EC2InternetGatewayAttachmentLister) List(_ context.Context, o interface
for _, igw := range resp.InternetGateways {
resources = append(resources, &EC2InternetGatewayAttachment{
svc: svc,
accountID: opts.AccountID,
vpcID: vpc.VpcId,
vpcOwnerID: vpc.OwnerId,
vpcTags: vpc.Tags,
Expand Down

0 comments on commit 83e1b3b

Please sign in to comment.