Skip to content

Commit 643f3e9

Browse files
committed
fix(ec2-internet-gateway-attachment): include account id properly
1 parent ac755ef commit 643f3e9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

resources/ec2-internet-gateway-attachment.go

+1
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ func (l *EC2InternetGatewayAttachmentLister) List(_ context.Context, o interface
6262
for _, igw := range resp.InternetGateways {
6363
resources = append(resources, &EC2InternetGatewayAttachment{
6464
svc: svc,
65+
accountID: opts.AccountID,
6566
vpcID: vpc.VpcId,
6667
vpcOwnerID: vpc.OwnerId,
6768
vpcTags: vpc.Tags,

0 commit comments

Comments
 (0)