diff --git a/resources/ec2-network-interface.go b/resources/ec2-network-interface.go index c8b40a23..8185520f 100644 --- a/resources/ec2-network-interface.go +++ b/resources/ec2-network-interface.go @@ -59,6 +59,7 @@ func (l *EC2NetworkInterfaceLister) List(_ context.Context, o interface{}) ([]re SubnetID: out.SubnetId, Status: out.Status, OwnerID: out.OwnerId, + Description: out.Description, } if out.Attachment != nil {