Skip to content

Commit 83e1b3b

Browse files
authored
Merge pull request ekristen#552 from ekristen/issue-551
fix(ec2-internet-gateway-attachment): include account id properly
2 parents ac755ef + 643f3e9 commit 83e1b3b

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)