We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ac755ef + 643f3e9 commit 83e1b3bCopy full SHA for 83e1b3b
resources/ec2-internet-gateway-attachment.go
@@ -62,6 +62,7 @@ func (l *EC2InternetGatewayAttachmentLister) List(_ context.Context, o interface
62
for _, igw := range resp.InternetGateways {
63
resources = append(resources, &EC2InternetGatewayAttachment{
64
svc: svc,
65
+ accountID: opts.AccountID,
66
vpcID: vpc.VpcId,
67
vpcOwnerID: vpc.OwnerId,
68
vpcTags: vpc.Tags,
0 commit comments